Skip to content

Commit

Permalink
chore(ui/deps): bump deps for ui
Browse files Browse the repository at this point in the history
  • Loading branch information
qwqcode committed Jan 31, 2024
1 parent 2b44452 commit 45b7912
Show file tree
Hide file tree
Showing 8 changed files with 926 additions and 1,549 deletions.
6 changes: 3 additions & 3 deletions docs/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"devDependencies": {
"artalk": "workspace:^",
"markdown-it-for-inline": "^2.0.1",
"sass": "^1.69.5",
"vitepress": "1.0.0-rc.32"
"sass": "^1.70.0",
"vitepress": "1.0.0-rc.40"
},
"dependencies": {
"vue": "^3.3.12"
"vue": "^3.4.15"
}
}
12 changes: 6 additions & 6 deletions docs/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
"normalize.css": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0"
"react-icons": "^5.0.1"
},
"devDependencies": {
"@types/react": "^18.2.45",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"sass": "^1.69.5",
"sass": "^1.70.0",
"typescript": "^5.3.3",
"vite": "^5.0.10"
"vite": "^5.0.12"
}
}
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.5.0"
"@redocly/cli": "1.8.1"
}
}
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"test": "pnpm -F artalk test"
},
"devDependencies": {
"@playwright/test": "^1.40.1",
"@playwright/test": "^1.41.1",
"@rollup/plugin-dynamic-import-vars": "2.1.2",
"@types/node": "20.10.5",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@vitest/coverage-v8": "^1.1.0",
"autoprefixer": "10.4.16",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@vitest/coverage-v8": "^1.2.2",
"autoprefixer": "10.4.17",
"cross-env": "^7.0.3",
"eslint": "8.56.0",
"eslint-config-airbnb-base": "15.0.0",
Expand All @@ -29,20 +29,20 @@
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-compat": "4.2.0",
"eslint-plugin-import": "2.29.1",
"jsdom": "^23.0.1",
"postcss": "8.4.32",
"prettier": "3.1.1",
"rollup": "4.9.1",
"sass": "1.69.5",
"stylelint": "^16.1.0",
"terser": "5.26.0",
"jsdom": "^24.0.0",
"postcss": "8.4.33",
"prettier": "3.2.4",
"rollup": "4.9.6",
"sass": "1.70.0",
"stylelint": "^16.2.0",
"terser": "5.27.0",
"tsx": "^4.7.0",
"typescript": "5.3.3",
"vite": "5.0.10",
"vite": "5.0.12",
"vite-plugin-checker": "0.6.2",
"vite-plugin-dts": "3.6.4",
"vite-tsconfig-paths": "4.2.2",
"vitest": "^1.1.0"
"vite-plugin-dts": "3.7.2",
"vite-tsconfig-paths": "4.3.1",
"vitest": "^1.2.2"
},
"browserslist": [
"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"
Expand Down
Loading

0 comments on commit 45b7912

Please sign in to comment.