Skip to content

Commit

Permalink
Update Tikui dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnuk committed Oct 12, 2022
1 parent e16ad97 commit ccaaa48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tikui/cli",
"version": "2.2.0",
"version": "2.2.1",
"description": "Command lines tool for Tikui",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/cli/generate-project/templated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"prepare": "husky install"
},
"dependencies": {
"@tikui/core": "^3.0.0",
"@tikui/core": "^3.0.1",
"@types/concurrently": "^7.0.0",
"tikuidoc-tikui": "^5.0.0"
"tikuidoc-tikui": "^5.0.1"
},
"devDependencies": {
"concurrently": "^7.2.2",
Expand Down

0 comments on commit ccaaa48

Please sign in to comment.