Skip to content

Commit

Permalink
chore: bump dependencies (#41)
Browse files Browse the repository at this point in the history
Signed-off-by: donniean <donniean1@gmail.com>
  • Loading branch information
donniean authored Sep 4, 2024
1 parent 4ca65ce commit 08795da
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-yaks-sell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-ks-project': patch
---

chore: bump dependencies
14 changes: 10 additions & 4 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"private": true,
"license": "MIT",
"main": "index.js",
"workspaces": ["extensions/*"],
"workspaces": [
"extensions/*"
],
"scripts": {
"build:dll": "ksc build:dll",
"build:ext": "ksc build:ext",
Expand All @@ -13,7 +15,11 @@
"dev:client": "ksc dev -u true",
"dev:server": "ksc-server"
},
"browserslist": ["> 1%", "last 2 versions", "not ie <= 8"],
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"dependencies": {
"@ks-console/appstore": "^4.1.1",
"@ks-console/bootstrap": "^4.1.1",
Expand Down Expand Up @@ -92,7 +98,7 @@
"dayjs": "^1.10.7",
"eslint": "^7.32.0",
"eslint-config-airbnb-typescript": "^14.0.1",
"eslint-config-kubesphere": "^1.0.0",
"eslint-config-kubesphere": "^1.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-import-resolver-webpack": "^0.13.1",
Expand All @@ -117,7 +123,7 @@
"no-case": "3.0.4",
"nodemon": "^2.0.7",
"postcss-loader": "^3.0.0",
"prettier": "^2.4.1",
"prettier": "^3.3.3",
"prop-types": "^15.7.2",
"qs": "^6.10.1",
"react": "^17.0.2",
Expand Down

0 comments on commit 08795da

Please sign in to comment.