Skip to content

Commit

Permalink
chore: bump up all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 20, 2024
1 parent b867917 commit 1f17a07
Show file tree
Hide file tree
Showing 14 changed files with 608 additions and 569 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@faker-js/faker": "^8.3.1",
"@istanbuljs/schema": "^0.1.3",
"@magic-works/i18n-codegen": "^0.5.0",
"@nx/vite": "17.3.1",
"@nx/vite": "17.3.2",
"@playwright/test": "^1.41.0",
"@taplo/cli": "^0.7.0",
"@testing-library/react": "^14.1.2",
Expand All @@ -74,16 +74,16 @@
"@vanilla-extract/vite-plugin": "^4.0.0",
"@vanilla-extract/webpack-plugin": "^2.3.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/coverage-istanbul": "1.2.2",
"@vitest/ui": "1.2.2",
"@vitest/coverage-istanbul": "1.3.0",
"@vitest/ui": "1.3.0",
"electron": "^29.0.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-i": "^2.29.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-sonarjs": "^0.23.0",
"eslint-plugin-sonarjs": "^0.24.0",
"eslint-plugin-unicorn": "^51.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-vue": "^9.18.1",
Expand All @@ -106,7 +106,7 @@
"vite-plugin-istanbul": "^5.0.0",
"vite-plugin-static-copy": "^1.0.0",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "1.2.2",
"vitest": "1.3.0",
"vitest-fetch-mock": "^0.2.2",
"vitest-mock-extended": "^1.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"version": "napi version"
},
"devDependencies": {
"@napi-rs/cli": "3.0.0-alpha.36",
"@napi-rs/cli": "3.0.0-alpha.40",
"lib0": "^0.2.87",
"nx": "^17.1.3",
"nx-cloud": "^16.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"devDependencies": {
"@types/debug": "^4.1.9",
"vitest": "1.2.2"
"vitest": "1.3.0"
},
"version": "0.12.0"
}
2 changes: 1 addition & 1 deletion packages/common/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@blocksuite/store": "0.12.0-canary-202402091051-49c1eff",
"react": "18.2.0",
"react-dom": "18.2.0",
"vitest": "1.2.2"
"vitest": "1.3.0"
},
"exports": {
"./automation": "./src/automation.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"rxjs": "^7.8.1",
"vite": "^5.0.6",
"vite-plugin-dts": "3.7.2",
"vitest": "1.2.2"
"vitest": "1.3.0"
},
"peerDependencies": {
"@affine/templates": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/y-indexeddb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"fake-indexeddb": "^5.0.0",
"vite": "^5.0.6",
"vite-plugin-dts": "3.7.2",
"vitest": "1.2.2",
"vitest": "1.3.0",
"y-indexeddb": "^9.0.11",
"yjs": "^13.6.10"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/common/y-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@blocksuite/store": "0.12.0-canary-202402091051-49c1eff",
"vite": "^5.0.6",
"vite-plugin-dts": "3.7.2",
"vitest": "1.2.2",
"vitest": "1.3.0",
"yjs": "^13.6.10"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"storybook-dark-mode": "^3.0.1",
"typescript": "^5.3.2",
"vite": "^5.0.6",
"vitest": "1.2.2",
"vitest": "1.3.0",
"yjs": "^13.6.10"
},
"version": "0.12.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/frontend/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@
"react-virtuoso": "^4.6.2",
"rxjs": "^7.8.1",
"ses": "^1.0.0",
"swr": "2.2.4",
"swr": "2.2.5",
"uuid": "^9.0.1",
"valtio": "^1.11.2",
"y-protocols": "^1.0.6",
"yjs": "^13.6.10",
"zod": "^3.22.4"
},
"devDependencies": {
"@aws-sdk/client-s3": "3.504.0",
"@aws-sdk/client-s3": "3.515.0",
"@perfsee/webpack": "^1.10.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@sentry/webpack-plugin": "^2.8.0",
Expand All @@ -119,7 +119,7 @@
"swc-loader": "^0.2.3",
"swc-plugin-coverage-instrument": "^0.0.20",
"thread-loader": "^4.0.2",
"vitest": "1.2.2",
"vitest": "1.3.0",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"ts-node": "^10.9.1",
"undici": "^6.0.0",
"uuid": "^9.0.1",
"vitest": "1.2.2",
"vitest": "1.3.0",
"which": "^4.0.0",
"zod": "^3.22.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/frontend/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
},
"devDependencies": {
"@graphql-codegen/add": "^5.0.0",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@types/lodash-es": "^4.17.9",
"prettier": "^3.0.3",
"vitest": "1.2.2"
"vitest": "1.3.0"
},
"scripts": {
"postinstall": "gql-gen --errors-only"
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
},
"devDependencies": {
"@napi-rs/cli": "3.0.0-alpha.36",
"@napi-rs/cli": "3.0.0-alpha.40",
"@types/node": "^20.9.3",
"@types/uuid": "^9.0.7",
"ava": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/workspace-impl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"fake-indexeddb": "^5.0.0",
"vitest": "1.2.2",
"vitest": "1.3.0",
"ws": "^8.14.2"
},
"version": "0.12.0"
Expand Down
Loading

0 comments on commit 1f17a07

Please sign in to comment.