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 Sep 3, 2024
1 parent f541d7c commit 582fd48
Show file tree
Hide file tree
Showing 4 changed files with 676 additions and 669 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
name: Assign
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected].4
- uses: kentaro-m/[email protected].6
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"node": ">=18.19.0 <21.0.0"
},
"nx": {},
"packageManager": "pnpm@9.8.0",
"packageManager": "pnpm@9.9.0",
"scripts": {
"preview": "pnpm --filter @blocksuite/playground preview",
"dev": "pnpm --filter @blocksuite/playground dev",
Expand Down Expand Up @@ -54,10 +54,10 @@
"@commitlint/config-conventional": "^19.2.2",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.1",
"@nx/eslint": "19.6.2",
"@nx/playwright": "19.6.2",
"@nx/vite": "19.6.2",
"@nx/web": "19.6.2",
"@nx/eslint": "19.6.4",
"@nx/playwright": "19.6.4",
"@nx/vite": "19.6.4",
"@nx/web": "19.6.4",
"@open-wc/dev-server-hmr": "^0.2.0",
"@playwright/test": "1.46.1",
"@stylistic/eslint-plugin-ts": "^2.4.0",
Expand Down Expand Up @@ -91,7 +91,7 @@
"madge": "^8.0.0",
"markdown-table": "^3.0.3",
"micromatch": "^4.0.7",
"nx": "19.6.2",
"nx": "19.6.4",
"nyc": "^17.0.0",
"prettier": "^3.3.3",
"pretty-bytes": "^6.1.1",
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.5",
"typedoc-plugin-markdown": "4.2.6",
"vite-plugin-wasm": "^3.3.0",
"vitepress": "1.3.3",
"vitepress": "1.3.4",
"vue": "^3.4.38"
},
"scripts": {
Expand Down
Loading

0 comments on commit 582fd48

Please sign in to comment.