Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Dec 19, 2023
1 parent 98c6d27 commit 08b831f
Show file tree
Hide file tree
Showing 5 changed files with 741 additions and 731 deletions.
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
"dev": "vuepress dev src"
},
"devDependencies": {
"@fancyapps/ui": "5.0.30",
"@fancyapps/ui": "5.0.31",
"@vuepress/client": "2.0.0-rc.0",
"@vuepress/plugin-docsearch": "2.0.0-rc.0",
"@vuepress/utils": "2.0.0-rc.0",
"@waline/client": "2.15.8",
"marked": "11.1.0",
"mathjax-full": "3.2.2",
"vue": "3.3.11",
"vue": "3.3.12",
"vuepress": "2.0.0-rc.0",
"vuepress-plugin-redirect": "2.0.0-rc.4",
"vuepress-plugin-remove-pwa": "2.0.0-rc.4",
"vuepress-shared": "2.0.0-rc.4",
"vuepress-theme-hope": "2.0.0-rc.4"
"vuepress-plugin-redirect": "2.0.0-rc.5",
"vuepress-plugin-remove-pwa": "2.0.0-rc.5",
"vuepress-shared": "2.0.0-rc.5",
"vuepress-theme-hope": "2.0.0-rc.5"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.5",
"@types/node": "20.10.4",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"@types/node": "20.10.5",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@vitejs/plugin-react": "4.2.1",
"@vue/eslint-config-prettier": "8.0.0",
"@vue/eslint-config-typescript": "12.0.0",
Expand All @@ -71,9 +71,9 @@
"conventional-changelog-cli": "4.1.0",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.55.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-vue": "9.19.2",
Expand All @@ -83,7 +83,7 @@
"postcss": "8.4.32",
"prettier": "3.1.1",
"rimraf": "5.0.5",
"rollup": "4.9.0",
"rollup": "4.9.1",
"rollup-plugin-dts": "6.1.0",
"rollup-plugin-esbuild": "6.1.0",
"rollup-plugin-ts": "3.4.5",
Expand All @@ -93,8 +93,8 @@
"stylelint-config-hope": "5.0.1",
"tslib": "2.6.2",
"typescript": "5.3.3",
"vercel": "32.7.2",
"vite": "5.0.8",
"vercel": "33.0.0",
"vite": "5.0.10",
"vite-plugin-css-injected-by-js": "3.3.0",
"vite-plugin-svgr": "4.2.0",
"vitest": "1.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@rematch/core": "2.2.0",
"base-icon": "2.2.1",
"classnames": "2.3.2",
"i18next": "23.7.9",
"i18next": "23.7.11",
"i18next-browser-languagedetector": "7.2.0",
"md5": "2.3.0",
"qrcode.react": "3.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@
"@waline/api": "^1.0.0-alpha.4",
"autosize": "^6.0.1",
"marked": "^11.1.0",
"marked-highlight": "^2.0.9",
"marked-highlight": "^2.1.0",
"recaptcha-v3": "^1.10.0",
"vue": "^3.3.11"
"vue": "^3.3.12"
},
"devDependencies": {
"@babel/core": "7.23.6",
Expand All @@ -102,6 +102,6 @@
"@types/marked": "5.0.2",
"@vitejs/plugin-vue": "4.5.2",
"user-agent-data-types": "0.4.2",
"vite": "5.0.8"
"vite": "5.0.10"
}
}
Loading

0 comments on commit 08b831f

Please sign in to comment.