Skip to content

Commit

Permalink
chore(kmore-cli): bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jun 18, 2021
1 parent 599dd1b commit 624ae05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/kmore-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"browser": "",
"es2015": "",
"main": "./dist/index.cjs.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"bugs": {
"url": "https://github.com/waitingsong/kmore/issues"
},
Expand All @@ -29,7 +29,7 @@
"dependencies": {
"@waiting/shared-core": "^14.0.0",
"@waiting/shared-types": "^14.0.0",
"@waiting/shared-types-dev": "2",
"@waiting/shared-types-dev": "^3.0.0",
"kmore-types": "^7.0.0",
"rxjs": "7",
"rxwalker": "4",
Expand Down
2 changes: 1 addition & 1 deletion packages/kmore-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@rollup/plugin-node-resolve": "13",
"@waiting/shared-types-dev": "2",
"@waiting/shared-types-dev": "^3.0.0",
"cross-env": "7",
"rollup-plugin-typescript2": "^0.30.0"
},
Expand Down

0 comments on commit 624ae05

Please sign in to comment.