Skip to content

Commit

Permalink
feat: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
recoluan committed Nov 19, 2023
1 parent 8f2799e commit b122524
Show file tree
Hide file tree
Showing 7 changed files with 611 additions and 556 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"docs:build": "vuepress build docs",
"docs:deploy": "bash scripts/docs-deploy.sh",
"docs:dev": "pnpm -r --parallel build --watch & pnpm --parallel copy --watch & vuepress dev docs",
"example:build": "vuepress build example",
"example:dev": "DEBUG=vuepress* vuepress dev example",
"example:build": "vuepress build example --clean-cache",
"example:dev": "DEBUG=vuepress* vuepress dev example --clean-cache",
"lint": "eslint --ext .js,.ts,.vue .",
"release": "pnpm build && bash scripts/release.sh",
"release:pre": "pnpm build && bash scripts/pre-release.sh",
Expand Down Expand Up @@ -71,8 +71,8 @@
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"ts-jest": "^26.4.4",
"typescript": "4.8.2",
"vue": "^3.3.4",
"typescript": "5.2.2",
"vue": "^3.3.8",
"vuepress": "2.0.0-rc.0",
"vuepress-theme-reco": "workspace:*",
"@vuepress-reco/shared": "workspace:*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"@vuepress/core": "2.0.0-rc.0",
"@vuepress/plugin-theme-data": "2.0.0-rc.0",
"@vuepress/utils": "2.0.0-rc.0",
"vue": "^3.3.4"
"vue": "^3.3.8"
}
}
2 changes: 1 addition & 1 deletion packages/@vuepress-reco/plugin-comments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@vuepress/utils": "2.0.0-rc.0",
"@waline/client": "^2.14.7",
"valine": "1.4.18",
"vue": "^3.3.4",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress-reco/plugin-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@vuepress/client": "2.0.0-rc.0",
"@vuepress/core": "2.0.0-rc.0",
"@vuepress/utils": "2.0.0-rc.0",
"vue": "^3.3.4",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
}
}
2 changes: 1 addition & 1 deletion packages/@vuepress-reco/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@vuepress/core": "2.0.0-rc.0",
"vue": "^3.3.4"
"vue": "^3.3.8"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/vuepress-theme-reco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@
"postcss-each": "1.1.0",
"postcss-import": "14.0.2",
"tailwindcss": "3.1.6",
"vue": "^3.3.4",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"devDependencies": {
"eslint-config-vuepress": "3.2.1",
"eslint-config-vuepress-typescript": "2.2.1",
"eslint-config-vuepress-typescript": "4.6.0",
"prettier": "2.2.1",
"sort-package-json": "1.44.0"
},
Expand Down
Loading

0 comments on commit b122524

Please sign in to comment.