Skip to content

Commit

Permalink
fix: make teclone utils a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
teclone committed Sep 25, 2020
1 parent 74f3357 commit 9d59c12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"homepage": "https://github.com/teclone/rollup-all#readme",
"devDependencies": {
"@babel/cli": "7.8.4",
"@teclone/utils": "^2.20.1",
"@types/jest": "25.2.3",
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
Expand Down Expand Up @@ -79,12 +80,14 @@
"@rollup/plugin-json": "4.0.3",
"@rollup/plugin-node-resolve": "8.0.0",
"@teclone/node-utils": "1.0.5",
"@teclone/utils": "2.18.1",
"args": "5.0.1",
"chalk": "4.0.0",
"glob-to-regexp": "0.4.1",
"rollup": "2.10.5",
"rollup-plugin-preserve-shebang": "1.0.1",
"rollup-plugin-terser": "5.3.0"
},
"peerDependencies": {
"@teclone/utils": "^2.20.1"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1447,10 +1447,10 @@
"@babel/plugin-transform-runtime" "7.4.3"
"@babel/runtime" "7.4.3"

"@teclone/utils@2.18.1":
version "2.18.1"
resolved "https://registry.yarnpkg.com/@teclone/utils/-/utils-2.18.1.tgz#810ed05b21933b5fc2c0d43084e1129ceff3a2b6"
integrity sha512-J7osq+25vstVicStuhLiQVItdpdPEbG1buz3TbrBchIceu4ctIe6GhrsJURdrkox+7U0raJqlR63DXPDme8NVw==
"@teclone/utils@^2.20.1":
version "2.20.1"
resolved "https://registry.yarnpkg.com/@teclone/utils/-/utils-2.20.1.tgz#c77de30cbe44d76f3b4626611df406884dccde30"
integrity sha512-g4xbW7fslfiVcFuz0zfjqRuZrvhJs0C9kpbB4KniqeyaZMTC8XysHPlydhIhXBr+bauOUk1i35HpOQRnfBTCaA==
dependencies:
"@teclone/global" "1.1.0"

Expand Down

0 comments on commit 9d59c12

Please sign in to comment.