Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jan 31, 2024
1 parent 8a999c5 commit 65187a6
Show file tree
Hide file tree
Showing 6 changed files with 114 additions and 100 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@vuepress/plugin-shiki": "workspace:*",
"@vuepress/theme-default": "workspace:*",
"anywhere": "^1.6.0",
"sass-loader": "^14.0.0",
"sass-loader": "^14.1.0",
"vue": "^3.4.15",
"vuepress": "2.0.0-rc.2"
}
Expand Down
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"@vuepress/plugin-feed": "workspace:*",
"@vuepress/theme-default": "workspace:*",
"sass": "^1.70.0",
"sass-loader": "^14.0.0",
"sass-loader": "^14.1.0",
"vue": "^3.4.15",
"vuepress": "2.0.0-rc.2"
},
"devDependencies": {
"anywhere": "^1.6.0",
"cypress": "^13.6.3",
"cypress": "^13.6.4",
"start-server-and-test": "^2.0.3"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,29 +32,29 @@
"@commitlint/config-conventional": "^18.6.0",
"@lerna-lite/cli": "^3.2.1",
"@lerna-lite/publish": "^3.2.1",
"@types/node": "^20.11.6",
"@types/node": "^20.11.13",
"@types/webpack-env": "^1.18.4",
"@vitest/coverage-istanbul": "^1.2.1",
"@vitest/coverage-istanbul": "^1.2.2",
"conventional-changelog-cli": "^4.1.0",
"cpx2": "^7.0.1",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint-config-vuepress": "^4.10.0",
"eslint-config-vuepress-typescript": "^4.10.0",
"eslint-plugin-cypress": "^2.15.1",
"husky": "^9.0.6",
"husky": "^9.0.7",
"lint-staged": "^15.2.0",
"prettier": "^3.2.4",
"prettier-config-vuepress": "^4.4.0",
"rimraf": "^5.0.5",
"sort-package-json": "^2.6.0",
"sort-package-json": "^2.7.0",
"tsconfig-vuepress": "^4.5.0",
"typescript": "^5.3.3",
"vite": "~5.0.12",
"vitest": "^1.2.1",
"vitest": "^1.2.2",
"vuepress": "2.0.0-rc.2"
},
"packageManager": "pnpm@8.14.3",
"packageManager": "pnpm@8.15.1",
"engines": {
"node": ">=18.16.0"
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-shiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"clean": "rimraf --glob ./lib ./*.tsbuildinfo"
},
"dependencies": {
"shikiji": "^0.10.1"
"shikiji": "^0.10.2"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.2"
Expand Down
Loading

0 comments on commit 65187a6

Please sign in to comment.