Skip to content

Commit 9fd84d8

Browse files
committed
fix: move required dev deps to deps
1 parent a461bd3 commit 9fd84d8

File tree

2 files changed

+22
-9
lines changed

2 files changed

+22
-9
lines changed

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@
3737
"@babel/plugin-proposal-class-properties": "^7.14.5",
3838
"@babel/preset-env": "^7.14.7",
3939
"@babel/register": "^7.14.5",
40-
"@rollup/plugin-babel": "^5.3.0",
41-
"@rollup/plugin-commonjs": "^19.0.1",
42-
"@rollup/plugin-node-resolve": "^13.0.2",
43-
"@rollup/plugin-typescript": "^8.2.3",
4440
"@semantic-release/changelog": "^5.0.1",
4541
"@semantic-release/exec": "^5.0.0",
4642
"@semantic-release/git": "^9.0.0",
@@ -58,21 +54,26 @@
5854
"lint-staged": "^11.0.1",
5955
"pascal-case": "^3.1.2",
6056
"prettier": "2.3.2",
61-
"rimraf": "^3.0.2",
6257
"rollup": "^2.53.2",
63-
"rollup-plugin-dts": "^3.0.2",
64-
"rollup-plugin-generate-package-json": "^3.2.0",
65-
"rollup-plugin-node-externals": "^2.1.3",
66-
"rollup-plugin-terser": "^7.0.2",
6758
"semantic-release": "^17.4.4",
6859
"ts-jest": "^27.0.3",
6960
"ts-node": "^10.1.0",
7061
"typescript": "^4.3.5"
7162
},
7263
"dependencies": {
64+
"@rollup/plugin-babel": "^5.3.0",
65+
"@rollup/plugin-commonjs": "^19.0.1",
66+
"@rollup/plugin-node-resolve": "^13.0.2",
67+
"@rollup/plugin-typescript": "^8.2.3",
7368
"core-js": "^3.15.2",
7469
"fast-glob": "^3.2.7",
70+
"glob": "^7.2.0",
7571
"pascal-case": "^3.1.2",
72+
"rimraf": "^3.0.2",
73+
"rollup-plugin-dts": "^3.0.2",
74+
"rollup-plugin-generate-package-json": "^3.2.0",
75+
"rollup-plugin-node-externals": "^2.1.3",
76+
"rollup-plugin-terser": "^7.0.2",
7677
"tslib": "^2.3.0"
7778
},
7879
"peerDependencies": {

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3987,6 +3987,18 @@ glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
39873987
once "^1.3.0"
39883988
path-is-absolute "^1.0.0"
39893989

3990+
glob@^7.2.0:
3991+
version "7.2.0"
3992+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
3993+
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
3994+
dependencies:
3995+
fs.realpath "^1.0.0"
3996+
inflight "^1.0.4"
3997+
inherits "2"
3998+
minimatch "^3.0.4"
3999+
once "^1.3.0"
4000+
path-is-absolute "^1.0.0"
4001+
39904002
global-dirs@^0.1.0:
39914003
version "0.1.1"
39924004
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"

0 commit comments

Comments
 (0)