Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Nov 27, 2024
1 parent 3c5246e commit beb2dbb
Show file tree
Hide file tree
Showing 4 changed files with 763 additions and 452 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-replace": "6.0.1",
"@types/node": "22.9.3",
"@vitejs/plugin-react": "4.3.3",
"@types/node": "22.10.0",
"@vitejs/plugin-react": "4.3.4",
"apidoc": "1.2.0",
"commitizen": "4.3.1",
"cross-env": "7.0.3",
Expand All @@ -64,7 +64,7 @@
"markdownlint-cli2": "0.15.0",
"nano-staged": "0.8.0",
"postcss": "8.4.49",
"prettier": "3.3.3",
"prettier": "3.4.1",
"rimraf": "6.0.1",
"rollup": "4.27.4",
"rollup-plugin-dts": "6.1.1",
Expand All @@ -76,11 +76,10 @@
"stylelint-config-hope": "7.0.4",
"tslib": "2.8.1",
"typescript": "5.7.2",
"vercel": "39.1.1",
"vite": "5.4.11",
"vercel": "39.1.2",
"vite-plugin-css-injected-by-js": "3.5.2",
"vite-plugin-svgr": "4.3.0",
"vitest": "2.1.5"
"vitest": "2.1.6"
},
"packageManager": "[email protected]",
"apidoc": {
Expand Down
7 changes: 4 additions & 3 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,18 @@
"@rematch/core": "2.2.0",
"base-icon": "2.3.2",
"classnames": "2.5.1",
"i18next": "24.0.0",
"i18next": "24.0.2",
"i18next-browser-languagedetector": "8.0.0",
"md5": "2.3.0",
"qrcode.react": "4.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "15.1.1",
"react-i18next": "15.1.2",
"react-redux": "9.1.2",
"react-router": "7.0.1",
"redux": "5.0.1",
"typescript": "5.7.2"
"typescript": "5.7.2",
"vite": "6.0.1"
},
"engines": {
"node": ">=20"
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
]
},
"dependencies": {
"@vueuse/core": "12.0.0-beta.1",
"@vueuse/core": "12.0.0",
"@waline/api": "1.0.0-alpha.8",
"autosize": "^6.0.1",
"marked": "^15.0.2",
Expand All @@ -95,9 +95,9 @@
"@babel/preset-env": "7.26.0",
"@giphy/js-types": "5.1.0",
"@types/autosize": "4.0.3",
"@vitejs/plugin-vue": "5.2.0",
"@vitejs/plugin-vue": "5.2.1",
"user-agent-data-types": "0.4.2",
"vite": "5.4.11"
"vite": "6.0.1"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit beb2dbb

Please sign in to comment.