Skip to content

Commit

Permalink
fix(deps): update all minor and patch dependencies (#635)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent cff0dcf commit 367974e
Show file tree
Hide file tree
Showing 17 changed files with 755 additions and 665 deletions.
4 changes: 2 additions & 2 deletions apps/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"rate-limiter-flexible": "^2.3.0",
"reflect-metadata": "^0.2.0",
"rimraf": "5.0.10",
"rollup": "4.24.3",
"rollup": "4.24.4",
"rollup-plugin-multi-input": "^1.3.1",
"rxjs": "^7.5.6",
"safe-compare": "^1.1.4",
Expand Down Expand Up @@ -119,7 +119,7 @@
"node-fetch": "2.7.0",
"prettier": "3.3.3",
"ts-jest": "29.2.5",
"typescript-eslint": "8.12.2",
"typescript-eslint": "8.13.0",
"url-join": "4.0.1"
},
"engines": {
Expand Down
30 changes: 15 additions & 15 deletions apps/web-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@
"@eslint/js": "9.14.0",
"@flocon-trpg/eslint-config": "workspace:^",
"@flocon-trpg/prettier-config": "workspace:^",
"@storybook/addon-essentials": "8.4.1",
"@storybook/addon-interactions": "8.4.1",
"@storybook/addon-links": "8.4.1",
"@storybook/addon-onboarding": "8.4.1",
"@storybook/blocks": "8.4.1",
"@storybook/react": "8.4.1",
"@storybook/react-vite": "8.4.1",
"@storybook/test": "8.4.1",
"@tanstack/router-plugin": "1.78.3",
"@storybook/addon-essentials": "8.4.2",
"@storybook/addon-interactions": "8.4.2",
"@storybook/addon-links": "8.4.2",
"@storybook/addon-onboarding": "8.4.2",
"@storybook/blocks": "8.4.2",
"@storybook/react": "8.4.2",
"@storybook/react-vite": "8.4.2",
"@storybook/test": "8.4.2",
"@tanstack/router-plugin": "1.79.0",
"@testing-library/react": "14.3.1",
"@types/color": "3.0.6",
"@types/color-name": "1.1.5",
Expand All @@ -112,26 +112,26 @@
"@urql/devtools": "2.0.3",
"@vitejs/plugin-react-swc": "3.7.1",
"@vitest/coverage-v8": "2.1.4",
"chromatic": "11.16.3",
"chromatic": "11.17.0",
"color": "4.2.3",
"color-name": "1.1.4",
"dotenv": "16.4.5",
"eslint": "9.14.0",
"eslint-plugin-react-hooks": "5.1.0-rc-fb9a90fa48-20240614",
"eslint-plugin-react-refresh": "0.4.14",
"eslint-plugin-storybook": "0.10.2",
"globals": "15.11.0",
"eslint-plugin-storybook": "0.11.0",
"globals": "15.12.0",
"less": "4.2.0",
"monaco-editor": "0.52.0",
"npm-run-all2": "7.0.1",
"prettier": "3.3.3",
"rollup-plugin-license": "3.5.3",
"sass-embedded": "1.80.6",
"storybook": "8.4.1",
"storybook": "8.4.2",
"typescript": "5.6.3",
"typescript-eslint": "8.12.2",
"typescript-eslint": "8.13.0",
"vite": "5.4.10",
"vite-tsconfig-paths": "5.0.1",
"vite-tsconfig-paths": "5.1.0",
"vitest": "2.1.4"
}
}
4 changes: 2 additions & 2 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"jest": "29.7.0",
"prettier": "3.3.3",
"rimraf": "5.0.10",
"rollup": "4.24.3",
"rollup": "4.24.4",
"ts-jest": "29.2.5",
"typescript": "5.6.2",
"typescript-eslint": "8.12.2"
"typescript-eslint": "8.13.0"
},
"engines": {
"node": ">=18"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"jest": "29.7.0",
"prettier": "3.3.3",
"rimraf": "5.0.10",
"rollup": "4.24.3",
"rollup": "4.24.4",
"ts-jest": "29.2.5",
"typescript": "5.6.2",
"typescript-eslint": "8.12.2"
"typescript-eslint": "8.13.0"
},
"engines": {
"node": ">=18"
Expand Down
4 changes: 2 additions & 2 deletions packages/default-pino-transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"eslint-plugin-import": "2.31.0",
"prettier": "3.3.3",
"rimraf": "5.0.10",
"rollup": "4.24.3",
"rollup": "4.24.4",
"typescript": "5.6.2",
"typescript-eslint": "8.12.2"
"typescript-eslint": "8.13.0"
},
"engines": {
"node": ">=18"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"eslint-plugin-import": "2.31.0",
"prettier": "3.3.3",
"typescript": "5.6.2",
"typescript-eslint": "8.12.2"
"typescript-eslint": "8.13.0"
},
"peerDependencies": {
"eslint": "^9.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/flocon-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"jest": "29.7.0",
"prettier": "3.3.3",
"rimraf": "5.0.10",
"rollup": "4.24.3",
"rollup": "4.24.4",
"ts-jest": "29.2.5",
"typescript": "5.6.2",
"typescript-eslint": "8.12.2"
"typescript-eslint": "8.13.0"
},
"engines": {
"node": ">=18"
Expand Down
4 changes: 2 additions & 2 deletions packages/logger-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"eslint-plugin-import": "2.31.0",
"prettier": "3.3.3",
"rimraf": "5.0.10",
"rollup": "4.24.3",
"rollup": "4.24.4",
"typescript": "5.6.2",
"typescript-eslint": "8.12.2"
"typescript-eslint": "8.13.0"
},
"engines": {
"node": ">=18"
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint-plugin-import": "2.31.0",
"prettier": "3.3.3",
"typescript": "5.6.2",
"typescript-eslint": "8.12.2"
"typescript-eslint": "8.13.0"
},
"peerDependencies": {
"rollup": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"jest-environment-jsdom": "29.7.0",
"prettier": "3.3.3",
"rimraf": "5.0.10",
"rollup": "4.24.3",
"rollup": "4.24.4",
"ts-jest": "29.2.5",
"typescript": "5.6.2",
"typescript-eslint": "8.12.2"
"typescript-eslint": "8.13.0"
},
"engines": {
"node": ">=18"
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"eslint-plugin-import": "2.31.0",
"prettier": "3.3.3",
"rimraf": "5.0.10",
"rollup": "4.24.3",
"rollup": "4.24.4",
"typescript": "5.6.2",
"typescript-eslint": "8.12.2"
"typescript-eslint": "8.13.0"
},
"engines": {
"node": ">=18"
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"jest": "29.7.0",
"prettier": "3.3.3",
"rimraf": "5.0.10",
"rollup": "4.24.3",
"rollup": "4.24.4",
"ts-jest": "29.2.5",
"typescript": "5.6.2",
"typescript-eslint": "8.12.2"
"typescript-eslint": "8.13.0"
},
"engines": {
"node": ">=18"
Expand Down
4 changes: 2 additions & 2 deletions packages/typed-document-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"eslint-plugin-import": "2.31.0",
"prettier": "3.3.3",
"rimraf": "5.0.10",
"rollup": "4.24.3",
"rollup": "4.24.4",
"typescript": "5.6.2",
"typescript-eslint": "8.12.2"
"typescript-eslint": "8.13.0"
},
"engines": {
"node": ">=18"
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"jest": "29.7.0",
"prettier": "3.3.3",
"rimraf": "5.0.10",
"rollup": "4.24.3",
"rollup": "4.24.4",
"ts-jest": "29.2.5",
"typescript": "5.6.2",
"typescript-eslint": "8.12.2"
"typescript-eslint": "8.13.0"
},
"engines": {
"node": ">=18"
Expand Down
4 changes: 2 additions & 2 deletions packages/web-server-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"jest": "29.7.0",
"prettier": "3.3.3",
"rimraf": "5.0.10",
"rollup": "4.24.3",
"rollup": "4.24.4",
"ts-jest": "29.2.5",
"typescript": "5.6.2",
"typescript-eslint": "8.12.2"
"typescript-eslint": "8.13.0"
},
"engines": {
"node": ">=18"
Expand Down
10 changes: 5 additions & 5 deletions websites/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "3.5.2",
"@docusaurus/preset-classic": "3.5.2",
"@docusaurus/core": "3.6.0",
"@docusaurus/preset-classic": "3.6.0",
"@flocon-trpg/core": "workspace:^",
"@mdx-js/react": "^3.0.0",
"antd": "^5.21.6",
Expand All @@ -34,9 +34,9 @@
"react-dom": "^18.0.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.5.2",
"@docusaurus/tsconfig": "3.5.2",
"@docusaurus/types": "3.5.2",
"@docusaurus/module-type-aliases": "3.6.0",
"@docusaurus/tsconfig": "3.6.0",
"@docusaurus/types": "3.6.0",
"@flocon-trpg/prettier-config": "workspace:^",
"@types/bcryptjs": "2.4.6",
"npm-run-all2": "7.0.1",
Expand Down
Loading

0 comments on commit 367974e

Please sign in to comment.