Skip to content

Commit

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

0 comments on commit 0b2cb3b

Please sign in to comment.