Skip to content

Commit

Permalink
chore(ui/deps): upgrade deps for ui
Browse files Browse the repository at this point in the history
  • Loading branch information
qwqcode committed Oct 19, 2024
1 parent 73da874 commit 91ac907
Show file tree
Hide file tree
Showing 37 changed files with 2,336 additions and 2,281 deletions.
7 changes: 4 additions & 3 deletions docs/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@
"serve:docs": "vitepress serve"
},
"devDependencies": {
"artalk": "workspace:^",
"vitepress": "1.3.4",
"@artalk/plugin-katex": "^0.2.4",
"@artalk/plugin-lightbox": "^0.2.4",
"@nolebase/vitepress-plugin-git-changelog": "^2.6.1",
"artalk": "workspace:^",
"katex": "^0.16.11",
"lightgallery": "^2.7.2",
"vue": "^3.5.6"
"vitepress": "1.4.1",
"vue": "^3.5.12"
}
}
14 changes: 7 additions & 7 deletions docs/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"update:readme": "npx tsx ./scripts/update-readme.ts"
},
"devDependencies": {
"@headlessui/react": "^2.1.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.7.1",
"i18next": "^23.16.0",
"i18next-browser-languagedetector": "^8.0.0",
"include-media": "^2.0.0",
"normalize.css": "^8.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.0.3",
"react-icons": "5.3.0",
"@headlessui/react": "^2.1.8",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"i18next": "^23.15.1",
"i18next-browser-languagedetector": "^8.0.0",
"react-i18next": "^15.0.2",
"usehooks-ts": "^3.1.0"
}
}
2 changes: 1 addition & 1 deletion docs/swagger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"swagger:build-http-client": "npx swagger-typescript-api -n v2 -p ./swagger.json -o ../../ui/artalk/src/api --responses --sort-types"
},
"devDependencies": {
"@redocly/cli": "1.25.2"
"@redocly/cli": "1.25.7"
}
}
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,40 +27,40 @@
},
"devDependencies": {
"@artalk/plugin-kit": "^1.0.7",
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.10.0",
"@playwright/test": "^1.47.1",
"@types/node": "22.5.5",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@vitest/coverage-v8": "^2.1.1",
"@eslint/compat": "^1.2.1",
"@eslint/js": "^9.13.0",
"@playwright/test": "^1.48.1",
"@types/node": "22.7.7",
"@typescript-eslint/eslint-plugin": "8.10.0",
"@vitest/coverage-v8": "^2.1.3",
"autoprefixer": "10.4.20",
"cross-env": "^7.0.3",
"eslint": "^9.10.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-artalk": "^1.0.2",
"eslint-plugin-compat": "^6.0.1",
"eslint-plugin-import-x": "^4.2.1",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-import-x": "^4.3.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "5.1.0-beta-26f2496093-20240514",
"eslint-plugin-react-refresh": "^0.4.12",
"eslint-plugin-vue": "^9.28.0",
"globals": "^15.9.0",
"jsdom": "^25.0.0",
"eslint-plugin-vue": "^9.29.0",
"globals": "^15.11.0",
"jsdom": "^25.0.1",
"postcss": "8.4.47",
"prettier": "3.3.3",
"rollup": "4.21.3",
"sass": "1.78.0",
"terser": "5.33.0",
"rollup": "4.24.0",
"sass": "1.80.3",
"terser": "5.36.0",
"tsx": "^4.19.1",
"typedoc": "^0.26.10",
"typescript": "5.6.2",
"typescript-eslint": "^8.6.0",
"vite": "5.4.6",
"typescript": "5.6.3",
"typescript-eslint": "^8.10.0",
"vite": "5.4.9",
"vite-plugin-checker": "0.8.0",
"vite-plugin-dts": "4.2.1",
"vite-plugin-dts": "4.2.4",
"vite-tsconfig-paths": "5.0.1",
"vitest": "^2.1.1",
"vitest": "^2.1.3",
"vue-eslint-parser": "^9.4.3"
},
"browserslist": [
Expand Down
Loading

0 comments on commit 91ac907

Please sign in to comment.