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] authored Oct 8, 2024
1 parent 1e16080 commit 1addad2
Show file tree
Hide file tree
Showing 4 changed files with 333 additions and 424 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,22 @@
"@commitlint/config-conventional": "^19.2.2",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.1",
"@nx/vite": "19.8.0",
"@nx/vite": "19.8.4",
"@open-wc/dev-server-hmr": "^0.2.0",
"@playwright/test": "1.47.2",
"@size-limit/preset-small-lib": "^11.1.4",
"@stylistic/eslint-plugin-ts": "^2.4.0",
"@swc-node/register": "^1.10.9",
"@swc/core": "^1.7.14",
"@types/jscodeshift": "^0.11.11",
"@types/jscodeshift": "^0.12.0",
"@types/node": "^22.5.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vitest/browser": "2.1.1",
"@vitest/coverage-istanbul": "2.1.1",
"@vitest/ui": "2.1.1",
"@vitest/browser": "2.1.2",
"@vitest/coverage-istanbul": "2.1.2",
"@vitest/ui": "2.1.2",
"es-module-lexer": "^1.5.4",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
Expand All @@ -90,7 +90,7 @@
"madge": "^8.0.0",
"markdown-table": "^3.0.3",
"micromatch": "^4.0.7",
"nx": "19.8.0",
"nx": "19.8.4",
"nyc": "^17.0.0",
"prettier": "^3.3.3",
"pretty-bytes": "^6.1.1",
Expand All @@ -102,10 +102,10 @@
"ts-lit-plugin": "^2.0.2",
"tsx": "^4.19.0",
"typescript": "5.6.2",
"vite": "5.4.7",
"vite": "5.4.8",
"vite-plugin-istanbul": "^6.0.2",
"vite-plugin-web-components-hmr": "^0.1.3",
"vitest": "2.1.1"
"vitest": "2.1.2"
},
"stackblitz": {
"startCommand": "yarn run dev"
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"type": "module",
"devDependencies": {
"typedoc": "^0.26.6",
"typedoc-plugin-markdown": "4.2.7",
"typedoc-plugin-markdown": "4.2.9",
"vite-plugin-wasm": "^3.3.0",
"vitepress": "1.3.4",
"vitepress": "1.4.0",
"vue": "^3.4.38"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@blocksuite/store": "workspace:*",
"@blocksuite/sync": "workspace:*",
"@preact/signals-core": "^1.8.0",
"@shoelace-style/shoelace": "2.17.0",
"@shoelace-style/shoelace": "2.17.1",
"@toeverything/y-indexeddb": "0.10.0-canary.9",
"@types/katex": "^0.16.7",
"browser-fs-access": "^0.35.0",
Expand Down
Loading

0 comments on commit 1addad2

Please sign in to comment.