Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 24, 2024
1 parent 47e99eb commit 3d2f45a
Show file tree
Hide file tree
Showing 4 changed files with 1,026 additions and 611 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: pnpm run --filter=gh-pages build

- name: deploy to pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: gh-pages/dist
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,33 +20,33 @@
"license": "MIT",
"devDependencies": {
"@changesets/cli": "^2.19.0",
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"concurrently": "^8.0.0",
"eslint": "^8.0.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-promise": "^7.0.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-tsdoc": "^0.2.14",
"eslint-plugin-tsdoc": "^0.3.0",
"git-cz": "^4.7.6",
"husky": "^9.0.0",
"lint-staged": "^15.0.0",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.5.0",
"rimraf": "^5.0.0",
"prettier-plugin-tailwindcss": "^0.6.0",
"rimraf": "^6.0.0",
"rollup": "^4.0.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-dts": "^6.0.0",
"rollup-plugin-esbuild": "^6.0.0",
"typescript": "^5.0.0",
"vite": "^4.0.0",
"vite": "^5.0.0",
"vite-plugin-dts": "^3.0.0"
},
"pnpm": {
Expand Down
6 changes: 3 additions & 3 deletions packages/vite-plugin-book/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@
"@milkdown/theme-nord": "^7.0.0",
"@milkdown/transformer": "^7.0.0",
"@milkdown/utils": "^7.0.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-commonjs": "^26.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@types/fs-extra": "^11.0.0",
"@types/node": "^20.0.0",
"@types/react": "18.2.58",
"@types/react": "18.3.3",
"@types/react-dom": "^18.0.0",
"@types/sortablejs": "^1.10.7",
"@types/ws": "^8.2.2",
Expand All @@ -80,7 +80,7 @@
"react-helmet-async": "^2.0.0",
"react-router-dom": "^6.2.1",
"react-sortablejs": "^6.1.1",
"react-spinners": "^0.13.0",
"react-spinners": "^0.14.0",
"sortablejs": "^1.14.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 3d2f45a

Please sign in to comment.