Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 8, 2023
1 parent 6cccd8e commit cc70bb5
Show file tree
Hide file tree
Showing 5 changed files with 398 additions and 336 deletions.
6 changes: 3 additions & 3 deletions apps/next13-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"use-count-up": "3.0.1"
},
"devDependencies": {
"@types/node": "18.15.10",
"@types/react": "18.0.30",
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"autoprefixer": "10.4.14",
"postcss": "8.4.21",
"prettier-plugin-tailwindcss": "0.2.5"
"prettier-plugin-tailwindcss": "0.2.7"
}
}
8 changes: 4 additions & 4 deletions apps/platformatic-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@platformatic/sql-graphql": "0.19.1",
"@platformatic/sql-mapper": "0.19.1",
"@platformatic/sql-graphql": "0.19.2",
"@platformatic/sql-mapper": "0.19.2",
"@xstate/fsm": "2.0.0",
"ajv": "8.12.0",
"fastify": "4.15.0",
"fluent-json-schema": "4.1.0",
"platformatic": "0.19.1"
"platformatic": "0.19.2"
},
"devDependencies": {
"@types/node": "18.15.10",
"@types/node": "18.15.11",
"@xstate/test": "0.5.1"
}
}
2 changes: 1 addition & 1 deletion apps/vite-counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"xstate": "4.37.1"
},
"devDependencies": {
"@types/react": "18.0.30",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,25 @@
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.4.3",
"@trivago/prettier-plugin-sort-imports": "4.1.1",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"@typescript-eslint/eslint-plugin": "5.57.1",
"@typescript-eslint/parser": "5.57.1",
"@vitejs/plugin-react": "3.1.0",
"@vitest/ui": "0.29.7",
"@vitest/ui": "0.29.8",
"c8": "7.13.0",
"cypress": "12.8.1",
"eslint": "8.36.0",
"cypress": "12.9.0",
"eslint": "8.38.0",
"eslint-config-next": "latest",
"eslint-config-productsway": "0.2.0",
"husky": "8.0.3",
"jsdom": "21.1.1",
"lint-staged": "13.2.0",
"lint-staged": "13.2.1",
"prettier": "2.8.7",
"sort-package-json": "2.4.1",
"tailwindcss": "3.2.7",
"turbo": "1.8.6",
"typescript": "5.0.2",
"tailwindcss": "3.3.1",
"turbo": "1.8.8",
"typescript": "5.0.4",
"vite": "4.2.1",
"vitest": "0.29.7"
"vitest": "0.29.8"
},
"packageManager": "yarn@1.22.19"
}
Loading

0 comments on commit cc70bb5

Please sign in to comment.