Skip to content

Commit

Permalink
Merge pull request #6 from kubesphere/bump-version
Browse files Browse the repository at this point in the history
chore: update deps version
  • Loading branch information
chenz24 authored Aug 16, 2022
2 parents 10dce51 + 842197d commit 9d7189d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You don't need to install or configure tools like webpack, Babel, TypeScript, et
- [Install and change Node version with nvm](https://nodejs.org/en/download/package-manager/#nvm)
- [Binary Download](https://nodejs.org/en/download/)
- [Package manager](https://nodejs.org/en/download/package-manager/)
- `yarn` [Installation](https://yarnpkg.com/getting-started/install)
- `yarn` [Installation](https://classic.yarnpkg.com/en/docs/install)
- `git` [installation](https://github.com/git-guides/install-git)
- Ensure the ports 8000 and 8001 is available for the local environment, we use the two ports for the bff server and webpack-dev-server.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-ks-ext",
"version": "0.0.6",
"version": "0.0.2",
"main": "index.js",
"license": "MIT",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@babel/runtime": "^7.15.4",
"@kubed/components": "^0.0.39",
"@kubed/components": "^0.0.41",
"@kubed/hooks": "^0.0.9",
"@kubed/icons": "^0.0.3",
"@kubed/stook": "^0.0.4",
Expand Down Expand Up @@ -150,8 +150,8 @@
"yargs": "^17.0.1"
},
"dependencies": {
"@ks-console/bootstrap": "^4.0.0-alpha.8",
"@ks-console/bootstrap": "^4.0.0-alpha.9",
"@ks-console/server": "^4.0.0-alpha.4",
"@ks-console/shared": "^4.0.0-alpha.4"
"@ks-console/shared": "^4.0.0-alpha.5"
}
}

0 comments on commit 9d7189d

Please sign in to comment.