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 Sep 19, 2024
1 parent 9691cfa commit 8ed21cb
Show file tree
Hide file tree
Showing 9 changed files with 1,345 additions and 1,088 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"@vuepress/plugin-docsearch": "2.0.0-rc.39",
"@vuepress/plugin-redirect": "2.0.0-rc.39",
"@waline/client": "workspace:*",
"marked": "14.1.1",
"marked": "14.1.2",
"mathjax-full": "3.2.2",
"vidstack": "1.11.29",
"vue": "3.5.3",
"vue": "3.5.6",
"vuepress": "2.0.0-rc.14",
"vuepress-shared": "2.0.0-rc.52",
"vuepress-theme-hope": "2.0.0-rc.52"
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,44 +45,44 @@
"@babel/preset-env": "7.25.4",
"@babel/preset-react": "7.24.7",
"@babel/runtime": "7.25.6",
"@commitlint/cli": "19.4.1",
"@commitlint/config-conventional": "19.4.1",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.7",
"@types/node": "22.5.4",
"@types/node": "22.5.5",
"@vitejs/plugin-react": "4.3.1",
"apidoc": "1.2.0",
"commitizen": "4.3.0",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "9.10.0",
"eslint-config-mister-hope": "0.2.3",
"eslint-plugin-react": "7.35.2",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-vue": "9.28.0",
"husky": "9.1.5",
"husky": "9.1.6",
"markdownlint-cli2": "0.14.0",
"nano-staged": "0.8.0",
"postcss": "8.4.45",
"postcss": "8.4.47",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"rollup": "4.21.2",
"rollup": "4.22.0",
"rollup-plugin-dts": "6.1.1",
"rollup-plugin-esbuild": "6.1.1",
"rollup-plugin-ts": "3.4.5",
"sass": "1.78.0",
"sass-embedded": "1.79.1",
"sort-package-json": "2.10.1",
"stylelint": "16.9.0",
"stylelint-config-hope": "7.0.2",
"tslib": "2.7.0",
"typescript": "5.5.4",
"vercel": "37.4.0",
"vite": "5.4.3",
"typescript": "5.6.2",
"vercel": "37.4.2",
"vite": "5.4.6",
"vite-plugin-css-injected-by-js": "3.5.1",
"vite-plugin-svgr": "4.2.0",
"vitest": "2.0.5"
"vitest": "2.1.1"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"apidoc": {
"title": "Waline API Documentation"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@
"@rematch/core": "2.2.0",
"base-icon": "2.3.2",
"classnames": "2.5.1",
"i18next": "23.14.0",
"i18next": "23.15.1",
"i18next-browser-languagedetector": "8.0.0",
"md5": "2.3.0",
"qrcode.react": "4.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "15.0.1",
"react-i18next": "15.0.2",
"react-redux": "9.1.2",
"react-router-dom": "6.26.1",
"react-router-dom": "6.26.2",
"redux": "5.0.1",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"publishConfig": {
"provenance": true
Expand Down
8 changes: 8 additions & 0 deletions packages/admin/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ export default defineConfig({
),
},

css: {
preprocessorOptions: {
scss: {
api: 'modern',
},
},
},

plugins: [react(), svgr(), cssInjectedByJsPlugin()],

build: {
Expand Down
10 changes: 5 additions & 5 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,22 +82,22 @@
]
},
"dependencies": {
"@vueuse/core": "^11.0.3",
"@vueuse/core": "^11.1.0",
"@waline/api": "1.0.0-alpha.8",
"autosize": "^6.0.1",
"marked": "^14.1.1",
"marked": "^14.1.2",
"marked-highlight": "^2.1.4",
"recaptcha-v3": "^1.11.3",
"vue": "^3.5.3"
"vue": "^3.5.6"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.4",
"@giphy/js-types": "5.1.0",
"@types/autosize": "4.0.3",
"@vitejs/plugin-vue": "5.1.3",
"@vitejs/plugin-vue": "5.1.4",
"user-agent-data-types": "0.4.2",
"vite": "5.4.3"
"vite": "5.4.6"
},
"engines": {
"node": ">=18"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/src/config/i18n/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import type { WalineLocale } from '../../typings/index.js';
import de from './de.js';
import en from './en.js';
import es from './es.js';
Expand All @@ -9,6 +8,7 @@ import ru from './ru.js';
import viVN from './vi-VN.js';
import zhCN from './zh-CN.js';
import zhTW from './zh-TW.js';
import type { WalineLocale } from '../../typings/index.js';

export type Locales = Record<string, WalineLocale>;

Expand Down
7 changes: 7 additions & 0 deletions packages/client/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ export default defineConfig({
define: {
VERSION: JSON.stringify(pkg.version),
},
css: {
preprocessorOptions: {
scss: {
api: 'modern',
},
},
},
plugins: [vue()],
envDir: resolve(__dirname),
envPrefix: ['VITE_', 'SERVERURL'],
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "MIT",
"author": "lizheming <i@imnerd.org>",
"dependencies": {
"@cloudbase/node-sdk": "^3.3.5",
"@cloudbase/node-sdk": "^3.3.7",
"@koa/cors": "^5.0.0",
"@mdit/plugin-katex": "0.8.0",
"@mdit/plugin-mathjax": "0.4.8",
Expand Down Expand Up @@ -51,7 +51,7 @@
"think-mongo": "^2.2.1",
"think-router-rest": "^1.0.5",
"thinkjs": "^3.2.15",
"ua-parser-js": "^1.0.38"
"ua-parser-js": "^1.0.39"
},
"engines": {
"node": ">=16"
Expand Down
Loading

0 comments on commit 8ed21cb

Please sign in to comment.