Skip to content

Commit 8309f58

Browse files
committed
chore: move build dependencies to devDependencies
1 parent 774942d commit 8309f58

File tree

3 files changed

+794
-349
lines changed

3 files changed

+794
-349
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,15 @@
2828
"test": "pnpm run jest"
2929
},
3030
"dependencies": {
31-
"@changesets/cli": "^1.3.3",
32-
"babel-jest": "^23.6.0",
3331
"babel-polyfill": "^6.26.0",
3432
"babel-runtime": "^6.26.0",
3533
"bolt": "^0.23.6",
36-
"copy-webpack-plugin": "^4.6.0",
37-
"css-loader": "^0.28.11",
3834
"form-data": "^2.5.1",
39-
"html-webpack-plugin": "^3.2.0",
4035
"isomorphic-unfetch": "^2.1.1",
4136
"lodash.isequal": "^4.5.0",
4237
"lodash.pick": "^4.4.0",
4338
"lz-string": "^1.5.0",
4439
"meow": "^5.0.0",
45-
"mini-css-extract-plugin": "^0.4.5",
4640
"p-memoize": "^2.1.0",
4741
"path-browserify": "^1.0.1",
4842
"pkg-dir": "^2.0.0",
@@ -51,19 +45,18 @@
5145
"query-string": "^6.14.1",
5246
"react-node-resolver": "^1.0.1",
5347
"react-select": "2.0.0-beta.6",
54-
"resolve": "^1.22.8",
55-
"webpack": "^4.47.0",
56-
"webpack-cli": "^3.3.12",
57-
"webpack-dev-server": "^3.11.3"
48+
"resolve": "^1.22.8"
5849
},
5950
"devDependencies": {
6051
"@atlaskit/build-releases": "^3.0.8",
52+
"@changesets/cli": "^1.3.3",
6153
"@types/mocha": "^2.2.48",
6254
"@types/node": "^7.10.14",
6355
"all-contributors-cli": "^6.26.1",
6456
"babel-cli": "^6.26.0",
6557
"babel-core": "^6.26.3",
6658
"babel-eslint": "^8.2.6",
59+
"babel-jest": "^23.6.0",
6760
"babel-loader": "^7.1.5",
6861
"babel-plugin-syntax-dynamic-import": "^6.18.0",
6962
"babel-plugin-transform-class-properties": "^6.24.1",
@@ -72,19 +65,26 @@
7265
"babel-preset-env": "^1.7.0",
7366
"babel-preset-flow": "^6.23.0",
7467
"babel-preset-react": "^6.24.1",
68+
"copy-webpack-plugin": "^4.6.0",
69+
"css-loader": "^0.28.11",
7570
"emotion": "9.2.12",
7671
"eslint": "^4.19.1",
7772
"eslint-plugin-react": "^7.33.2",
7873
"flow-bin": "^0.64.0",
74+
"html-webpack-plugin": "^3.2.0",
7975
"husky": "^3.1.0",
8076
"jest": "^23.6.0",
8177
"jest-in-case": "^1.0.2",
78+
"mini-css-extract-plugin": "^0.4.5",
8279
"prettier": "1.18.2",
8380
"pretty-quick": "^1.11.1",
8481
"react": "^16.14.0",
8582
"react-dom": "^16.14.0",
8683
"typescript": "^2.9.2",
87-
"vscode": "^1.1.37"
84+
"vscode": "^1.1.37",
85+
"webpack": "^4.47.0",
86+
"webpack-cli": "^3.3.12",
87+
"webpack-dev-server": "^3.11.3"
8888
},
8989
"peerDependencies": {
9090
"react": "^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0",

packages/bitbucket-codesandboxer/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@
1616
},
1717
"dependencies": {
1818
"babel-polyfill": "^6.26.0",
19-
"babel-preset-react": "^6.24.1",
2019
"codesandboxer": "^1.0.0",
21-
"copy-webpack-plugin": "^4.5.1",
22-
"css-loader": "^0.28.11",
23-
"mini-css-extract-plugin": "^0.4.0",
2420
"p-memoize": "^2.0.0",
2521
"path-browserify": "^1.0.0",
2622
"prop-types": "^15.6.1",
2723
"query-string": "^6.1.0",
2824
"react": "^16.2.0",
2925
"react-dom": "^16.2.0",
30-
"react-select": "2.0.0-beta.6",
31-
"webpack": "^4.9.1",
32-
"webpack-cli": "^3.1.1",
33-
"webpack-dev-server": "^3.1.4"
26+
"react-select": "2.0.0-beta.6"
3427
},
3528
"devDependencies": {
3629
"babel-core": "^6.26.3",
3730
"babel-loader": "^7.1.4",
38-
"babel-preset-env": "^1.6.1"
31+
"babel-preset-env": "^1.6.1",
32+
"babel-preset-react": "^6.24.1",
33+
"copy-webpack-plugin": "^4.5.1",
34+
"css-loader": "^0.28.11",
35+
"mini-css-extract-plugin": "^0.4.0",
36+
"webpack": "^4.9.1",
37+
"webpack-cli": "^3.1.1",
38+
"webpack-dev-server": "^3.1.4"
3939
}
4040
}

0 commit comments

Comments
 (0)