Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Feb 5, 2025
1 parent 8bd5438 commit 25add65
Show file tree
Hide file tree
Showing 9 changed files with 1,451 additions and 1,423 deletions.
3 changes: 0 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
"[markdown]": {
"files.trimTrailingWhitespace": false
},
"eslint.options": {
"flags": ["unstable_ts_config"]
},
"eslint.validate": [
"javascript",
"javascriptreact",
Expand Down
6 changes: 3 additions & 3 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"@vuepress-e2e/style-exports": "file:./modules/style-exports",
"@vuepress/bundler-vite": "workspace:*",
"@vuepress/bundler-webpack": "workspace:*",
"sass": "^1.82.0",
"sass-embedded": "^1.82.0",
"sass": "^1.83.4",
"sass-embedded": "^1.83.4",
"sass-loader": "^16.0.4",
"vue": "^3.5.13",
"vuepress": "workspace:*"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@playwright/test": "^1.50.1",
"anywhere": "^1.6.0",
"cross-env": "^7.0.3"
}
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"check-types": "vue-tsc --noEmit",
"clean": "pnpm --parallel --stream clean",
"format": "prettier --write .",
"lint": "eslint --flag unstable_ts_config . && prettier --check .",
"lint:fix": "eslint --flag unstable_ts_config --fix . && prettier --write .",
"lint": "eslint . && prettier --check .",
"lint:fix": "eslint --fix . && prettier --write .",
"prepare": "husky",
"release": "pnpm release:check && pnpm release:version && pnpm release:publish",
"release:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
Expand All @@ -25,37 +25,37 @@
"lint-staged": {
"*.!(cjs|js|ts|vue)": "prettier --write --ignore-unknown",
"*.(cjs|js|ts|vue)": [
"eslint --flag unstable_ts_config --fix",
"eslint --fix",
"prettier --write"
],
"package.json": "sort-package-json"
},
"prettier": "prettier-config-vuepress",
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@commitlint/types": "^19.5.0",
"@types/node": "^22.10.1",
"@types/webpack-env": "^1.18.5",
"@vitest/coverage-istanbul": "^3.0.0-beta.2",
"@types/node": "^22.13.1",
"@types/webpack-env": "^1.18.8",
"@vitest/coverage-istanbul": "^3.0.5",
"bumpp": "9.8.1",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.16.0",
"eslint": "^9.19.0",
"eslint-config-vuepress": "^5.2.4",
"husky": "^9.1.7",
"jiti": "^2.4.1",
"lint-staged": "^15.2.11",
"jiti": "^2.4.2",
"lint-staged": "^15.4.3",
"prettier": "^3.4.2",
"prettier-config-vuepress": "^5.0.0",
"rimraf": "^6.0.1",
"sort-package-json": "^2.12.0",
"taze": "^0.17.2",
"sort-package-json": "^2.14.0",
"taze": "^18.4.0",
"tsconfig-vuepress": "^5.2.1",
"tsup": "^8.3.5",
"typescript": "~5.6.3",
"tsup": "^8.3.6",
"typescript": "~5.7.3",
"vite": "~6.0.3",
"vitest": "^3.0.0-beta.2",
"vue-tsc": "^2.1.10"
"vitest": "^3.0.5",
"vue-tsc": "^2.2.0"
},
"packageManager": "pnpm@9.15.0"
"packageManager": "pnpm@10.2.0"
}
4 changes: 2 additions & 2 deletions packages/bundler-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"@vuepress/utils": "workspace:*",
"autoprefixer": "^10.4.20",
"connect-history-api-fallback": "^2.0.0",
"postcss": "^8.4.49",
"postcss": "^8.5.1",
"postcss-load-config": "^6.0.1",
"rollup": "^4.28.1",
"rollup": "^4.34.3",
"vite": "~6.0.3",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/bundler-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@types/express": "^4.17.21",
"@types/webpack-env": "^1.18.5",
"@types/webpack-env": "^1.18.8",
"@vuepress/bundlerutils": "workspace:*",
"@vuepress/client": "workspace:*",
"@vuepress/core": "workspace:*",
Expand All @@ -51,17 +51,17 @@
"esbuild-loader": "~4.2.2",
"express": "^4.21.2",
"html-webpack-plugin": "^5.6.3",
"lightningcss": "^1.28.2",
"lightningcss": "^1.29.1",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.4.49",
"postcss": "^8.5.1",
"postcss-loader": "^8.1.1",
"style-loader": "^4.0.0",
"vue": "^3.5.13",
"vue-loader": "^17.4.2",
"vue-router": "^4.5.0",
"webpack": "^5.97.1",
"webpack-5-chain": "^8.0.2",
"webpack-dev-server": "^5.1.0",
"webpack-dev-server": "^5.2.0",
"webpack-merge": "^6.0.1"
},
"publishConfig": {
Expand Down
3 changes: 2 additions & 1 deletion packages/bundler-webpack/tsup.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import type { Options } from 'tsup'
import { defineConfig } from 'tsup'

const shared = defineConfig({
Expand All @@ -6,7 +7,7 @@ const shared = defineConfig({
sourcemap: false,
target: 'es2022',
tsconfig: '../tsconfig.dts.json',
})
}) as Options

export default defineConfig([
{
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"clean": "rimraf dist"
},
"dependencies": {
"@vue/devtools-api": "^7.6.7",
"@vue/devtools-api": "^7.7.1",
"@vuepress/shared": "workspace:*",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"@types/hash-sum": "^1.0.2",
"@vuepress/shared": "workspace:*",
"debug": "^4.4.0",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"globby": "^14.0.2",
"hash-sum": "^2.0.0",
"ora": "^8.1.1",
"ora": "^8.2.0",
"picocolors": "^1.1.1",
"upath": "^2.0.1"
},
Expand Down
Loading

0 comments on commit 25add65

Please sign in to comment.