Skip to content

Commit 8c3042c

Browse files
committed
chore(ui/deps): bump deps for ui
1 parent ed9a784 commit 8c3042c

File tree

9 files changed

+2004
-1499
lines changed

9 files changed

+2004
-1499
lines changed

docs/docs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"devDependencies": {
1818
"artalk": "workspace:^",
1919
"markdown-it-for-inline": "^2.0.1",
20-
"sass": "^1.70.0",
21-
"vitepress": "1.0.0-rc.40"
20+
"sass": "^1.74.1",
21+
"vitepress": "1.0.2"
2222
},
2323
"dependencies": {
24-
"vue": "^3.4.15"
24+
"vue": "^3.4.21"
2525
}
2626
}

docs/landing/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
"react-icons": "^5.0.1"
2323
},
2424
"devDependencies": {
25-
"@types/react": "^18.2.48",
26-
"@types/react-dom": "^18.2.18",
27-
"@typescript-eslint/eslint-plugin": "^6.20.0",
28-
"@typescript-eslint/parser": "^6.20.0",
29-
"@vitejs/plugin-react-swc": "^3.5.0",
30-
"eslint": "^8.56.0",
25+
"@types/react": "^18.2.74",
26+
"@types/react-dom": "^18.2.24",
27+
"@typescript-eslint/eslint-plugin": "^7.5.0",
28+
"@typescript-eslint/parser": "^7.5.0",
29+
"@vitejs/plugin-react-swc": "^3.6.0",
30+
"eslint": "^9.0.0",
3131
"eslint-plugin-react-hooks": "^4.6.0",
32-
"eslint-plugin-react-refresh": "^0.4.5",
33-
"sass": "^1.70.0",
34-
"typescript": "^5.3.3",
35-
"vite": "^5.0.12"
32+
"eslint-plugin-react-refresh": "^0.4.6",
33+
"sass": "^1.74.1",
34+
"typescript": "^5.4.4",
35+
"vite": "^5.2.8"
3636
}
3737
}

docs/swagger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"swagger:build-http-client": "npx swagger-typescript-api -n v2 -p ./swagger.json -o ../../ui/artalk/src/api --responses --sort-types"
1616
},
1717
"devDependencies": {
18-
"@redocly/cli": "1.8.1"
18+
"@redocly/cli": "1.11.0"
1919
}
2020
}

package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -14,35 +14,35 @@
1414
"test": "pnpm -F artalk test"
1515
},
1616
"devDependencies": {
17-
"@playwright/test": "^1.41.1",
17+
"@playwright/test": "^1.43.0",
1818
"@rollup/plugin-dynamic-import-vars": "2.1.2",
19-
"@types/node": "20.10.5",
20-
"@typescript-eslint/eslint-plugin": "6.20.0",
21-
"@typescript-eslint/parser": "6.20.0",
22-
"@vitest/coverage-v8": "^1.2.2",
23-
"autoprefixer": "10.4.17",
19+
"@types/node": "20.12.5",
20+
"@typescript-eslint/eslint-plugin": "7.5.0",
21+
"@typescript-eslint/parser": "7.5.0",
22+
"@vitest/coverage-v8": "^1.4.0",
23+
"autoprefixer": "10.4.19",
2424
"cross-env": "^7.0.3",
25-
"eslint": "8.56.0",
25+
"eslint": "8.57.0",
2626
"eslint-config-airbnb-base": "15.0.0",
27-
"eslint-config-airbnb-typescript": "17.1.0",
27+
"eslint-config-airbnb-typescript": "18.0.0",
2828
"eslint-config-prettier": "9.1.0",
2929
"eslint-import-resolver-typescript": "3.6.1",
3030
"eslint-plugin-compat": "4.2.0",
3131
"eslint-plugin-import": "2.29.1",
3232
"jsdom": "^24.0.0",
33-
"postcss": "8.4.33",
34-
"prettier": "3.2.4",
35-
"rollup": "4.9.6",
36-
"sass": "1.70.0",
37-
"stylelint": "^16.2.0",
38-
"terser": "5.27.0",
39-
"tsx": "^4.7.0",
40-
"typescript": "5.3.3",
41-
"vite": "5.0.12",
42-
"vite-plugin-checker": "0.6.2",
43-
"vite-plugin-dts": "3.7.2",
44-
"vite-tsconfig-paths": "4.3.1",
45-
"vitest": "^1.2.2"
33+
"postcss": "8.4.38",
34+
"prettier": "3.2.5",
35+
"rollup": "4.14.1",
36+
"sass": "1.74.1",
37+
"stylelint": "^16.3.1",
38+
"terser": "5.30.3",
39+
"tsx": "^4.7.2",
40+
"typescript": "5.4.4",
41+
"vite": "5.2.8",
42+
"vite-plugin-checker": "0.6.4",
43+
"vite-plugin-dts": "3.8.1",
44+
"vite-tsconfig-paths": "4.3.2",
45+
"vitest": "^1.4.0"
4646
},
4747
"browserslist": [
4848
"supports es6 and supports es6-class and supports es6-generators and supports es6-module-dynamic-import and supports es6-module and supports es6-number and supports es6-string-includes"

0 commit comments

Comments
 (0)