Skip to content

Commit

Permalink
chore(web): 🐳更新前端依赖项
Browse files Browse the repository at this point in the history
  • Loading branch information
a76yyyy committed Jan 28, 2025
1 parent 7b9ef66 commit 590461f
Show file tree
Hide file tree
Showing 3 changed files with 837 additions and 647 deletions.
19 changes: 10 additions & 9 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"docs:serve": "vitepress serve docs",
"webpack": "cd static/components & webpack --config webpack.config.js"
"webpack": "cd static/components && webpack --config webpack.config.js"
},
"repository": {
"type": "git",
Expand All @@ -29,14 +29,15 @@
"homepage": "https://github.com/qd-today/qd#readme",
"dependencies": {
"curl2har": "npm:@a76yyyy/curl-to-har@^0.0.24",
"qs": "^6.11.2",
"tough-cookie": "^4.1.3",
"url": "^0.11.3"
"qs": "^6.14.0",
"tough-cookie": "^4.1.4",
"url": "^0.11.4"
},
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"@types/tough-cookie": "^4.0.5",
"bower": "^1.8.14",
"coffeescript": "^2.7.0",
"grunt": "^1.6.1",
Expand All @@ -47,14 +48,14 @@
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"process": "^0.11.10",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"tslib": "^2.6.2",
"terser-webpack-plugin": "^5.3.11",
"ts-loader": "^9.5.2",
"tslib": "^2.8.1",
"typescript": "^4.9.5",
"util": "^0.12.5",
"vitepress": "1.0.0-beta.1",
"vue": "^3.4.15",
"webpack": "^5.90.1",
"vue": "^3.5.13",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4"
}
}
Loading

0 comments on commit 590461f

Please sign in to comment.