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 Apr 11, 2024
1 parent f03e20b commit 2072729
Show file tree
Hide file tree
Showing 14 changed files with 149 additions and 183 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
"@vanilla-extract/vite-plugin": "^4.0.7",
"@vanilla-extract/webpack-plugin": "^2.3.7",
"@vitejs/plugin-react-swc": "^3.6.0",
"@vitest/coverage-istanbul": "1.4.0",
"@vitest/ui": "1.4.0",
"@vitest/coverage-istanbul": "1.5.0",
"@vitest/ui": "1.5.0",
"cross-env": "^7.0.3",
"electron": "^29.3.0",
"eslint": "^8.57.0",
Expand Down Expand Up @@ -107,7 +107,7 @@
"vite": "^5.2.8",
"vite-plugin-istanbul": "^6.0.0",
"vite-plugin-static-copy": "^1.0.2",
"vitest": "1.4.0",
"vitest": "1.5.0",
"vitest-fetch-mock": "^0.2.2",
"vitest-mock-extended": "^1.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@nestjs/platform-socket.io": "^10.3.7",
"@nestjs/schedule": "^4.0.1",
"@nestjs/serve-static": "^4.0.2",
"@nestjs/throttler": "5.0.1",
"@nestjs/throttler": "5.1.2",
"@nestjs/websockets": "^10.3.7",
"@node-rs/argon2": "^1.8.0",
"@node-rs/crc32": "^1.10.0",
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.12",
"vitest": "1.4.0"
"vitest": "1.5.0"
},
"version": "0.14.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.14.0-canary-202404090831-25c5310",
"react": "18.2.0",
"react-dom": "18.2.0",
"vitest": "1.4.0"
"vitest": "1.5.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 @@ -36,7 +36,7 @@
"rxjs": "^7.8.1",
"vite": "^5.2.8",
"vite-plugin-dts": "3.8.1",
"vitest": "1.4.0"
"vitest": "1.5.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.2",
"vite": "^5.2.8",
"vite-plugin-dts": "3.8.1",
"vitest": "1.4.0",
"vitest": "1.5.0",
"y-indexeddb": "^9.0.12",
"yjs": "^13.6.14"
},
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.14.0-canary-202404090831-25c5310",
"vite": "^5.2.8",
"vite-plugin-dts": "3.8.1",
"vitest": "1.4.0",
"vitest": "1.5.0",
"yjs": "^13.6.14"
},
"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 @@ -105,7 +105,7 @@
"storybook-dark-mode": "^3.0.3",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vitest": "1.4.0",
"vitest": "1.5.0",
"yjs": "^13.6.14"
},
"version": "0.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@
"fake-indexeddb": "^5.0.2",
"lodash-es": "^4.17.21",
"mime-types": "^2.1.35",
"vitest": "1.4.0"
"vitest": "1.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/frontend/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"ts-node": "^10.9.2",
"undici": "^6.12.0",
"uuid": "^9.0.1",
"vitest": "1.4.0",
"vitest": "1.5.0",
"which": "^4.0.0",
"zod": "^3.22.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@graphql-codegen/typescript-operations": "^4.2.0",
"@types/lodash-es": "^4.17.12",
"prettier": "^3.2.5",
"vitest": "1.4.0"
"vitest": "1.5.0"
},
"scripts": {
"postinstall": "gql-gen --errors-only"
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 @@ -27,7 +27,7 @@
},
"devDependencies": {
"fake-indexeddb": "^5.0.2",
"vitest": "1.4.0",
"vitest": "1.5.0",
"ws": "^8.16.0"
},
"version": "0.14.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"devDependencies": {
"@affine/env": "workspace:*",
"@affine/templates": "workspace:*",
"@aws-sdk/client-s3": "3.552.0",
"@aws-sdk/client-s3": "3.554.0",
"@blocksuite/presets": "0.14.0-canary-202404090831-25c5310",
"@clack/core": "^0.3.4",
"@clack/prompts": "^0.7.0",
Expand Down
Loading

0 comments on commit 2072729

Please sign in to comment.