Skip to content

Commit 733cf0d

Browse files
committed
fix: retest build after removing Babel-related dependencies hoisted when installing
1 parent ff4c14d commit 733cf0d

File tree

4 files changed

+29
-65
lines changed

4 files changed

+29
-65
lines changed

packages/uikit-critical-css-webpack-plugin/package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@
44
"main": "index.js",
55
"license": "MIT",
66
"private": true,
7-
"devDependencies": {
8-
"eslint": "^6.0.1",
9-
"rollup-plugin-babel": "^4.3.3",
10-
"eslint-config-standard": "^12.0.0",
11-
"eslint-plugin-import": "^2.18.0",
12-
"eslint-plugin-node": "^9.1.0",
13-
"eslint-plugin-promise": "^4.2.1",
14-
"eslint-plugin-standard": "^4.0.0"
15-
},
167
"dependencies": {
178
"critical": "^2.0.0-19"
189
}

packages/uikit-prerender-spa-plugin/package.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"private": true,
77
"main": "index.js",
88
"scripts": {
9-
"postinstall": "npm run build",
109
"build": "babel index.es6.js --out-file index.js",
1110
"prepublishOnly": "npm run build"
1211
},
@@ -60,20 +59,6 @@
6059
"@bolt/uikit-prerenderer": "*",
6160
"html-minifier": "^4.0.0"
6261
},
63-
"devDependencies": {
64-
"@babel/core": "^7.5.4",
65-
"@babel/cli": "^7.5.0",
66-
"babel-eslint": "^10.0.2",
67-
"@babel/plugin-transform-runtime": "^7.5.0",
68-
"@babel/preset-env": "^7.5.4",
69-
"eslint": "^6.0.1",
70-
"eslint-config-standard": "^12.0.0",
71-
"eslint-plugin-promise": "^4.2.1",
72-
"eslint-plugin-standard": "^4.0.0",
73-
"ava": "^2.2.0",
74-
"eslint-plugin-import": "^2.18.0",
75-
"eslint-plugin-node": "^9.1.0"
76-
},
7762
"engines": {
7863
"node": ">=10.0.0"
7964
}

packages/uikit-prerenderer/package.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"private": true,
88
"scripts": {
99
"preinstall": "export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1",
10-
"postinstall": "npm run build",
1110
"build": "babel renderer.mjs --out-file index.js",
1211
"prepublishOnly": "npm run build"
1312
},
@@ -47,17 +46,6 @@
4746
"promise-limit": "^2.7.0",
4847
"puppeteer-core": "^1.18.1"
4948
},
50-
"devDependencies": {
51-
"@babel/core": "^7.5.4",
52-
"@babel/cli": "^7.5.0",
53-
"babel-eslint": "^10.0.2",
54-
"@babel/plugin-transform-runtime": "^7.5.0",
55-
"@babel/preset-env": "^7.5.4",
56-
"eslint": "^6.0.1",
57-
"eslint-config-standard": "^12.0.0",
58-
"eslint-plugin-promise": "^4.2.1",
59-
"eslint-plugin-standard": "^4.0.0"
60-
},
6149
"engines": {
6250
"node": ">=10.0.0"
6351
}

packages/uikit-workshop/package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -28,82 +28,82 @@
2828
"local-chrome": "^0.1.0",
2929
"@bolt/uikit-prerenderer": "*",
3030
"@bolt/critical-css-webpack-plugin": "*",
31-
"@babel/core": "^7.5.4",
32-
"@babel/plugin-proposal-class-properties": "^7.5.0",
31+
"@babel/core": "^7.4.5",
32+
"@babel/plugin-proposal-class-properties": "^7.4.4",
3333
"@babel/plugin-proposal-decorators": "^7.4.4",
3434
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
3535
"@babel/plugin-syntax-jsx": "^7.2.0",
3636
"@babel/plugin-transform-react-jsx": "^7.3.0",
37-
"@babel/plugin-transform-runtime": "^7.5.0",
38-
"@babel/preset-env": "^7.5.4",
37+
"@babel/plugin-transform-runtime": "^7.4.4",
38+
"@babel/preset-env": "^7.4.5",
3939
"@moonandyou/chrome-path": "^0.2.1",
4040
"@reach/visually-hidden": "^0.1.4",
4141
"@skatejs/renderer-preact": "^0.3.3",
42-
"@svgr/webpack": "^4.3.1",
42+
"@svgr/webpack": "^4.3.0",
4343
"@webcomponents/custom-elements": "^1.2.4",
4444
"@webcomponents/shadydom": "^1.6.0",
4545
"@webcomponents/template": "^1.4.0",
46-
"autoprefixer": "^9.6.1",
46+
"autoprefixer": "^9.6.0",
4747
"babel-loader": "^8.0.6",
4848
"classnames": "^2.2.6",
4949
"clean-css-loader": "^2.0.0",
5050
"clean-webpack-plugin": "^0.1.19",
5151
"clipboard": "^2.0.4",
52-
"copy-webpack-plugin": "^5.0.3",
53-
"core-js": "^3.1.4",
52+
"copy-webpack-plugin": "^4.5.2",
53+
"core-js": "^3.1.3",
5454
"cosmiconfig": "^5.2.1",
55-
"critical": "^1.3.4",
56-
"css-loader": "^3.0.0",
57-
"deepmerge": "^4.0.0",
55+
"critical": "^2.0.0-19",
56+
"css-loader": "^2.1.1",
57+
"deepmerge": "^3.2.0",
5858
"document-register-element": "^1.13.2",
59-
"element-closest": "3.0.1",
60-
"es6-promise": "^4.2.8",
59+
"element-closest": "^3.0.1",
60+
"es6-promise": "^4.2.6",
6161
"fg-loadcss": "^2.1.0",
6262
"fg-loadjs": "^1.1.0",
63-
"fuse.js": "^3.4.5",
64-
"get-own-property-symbols": "^0.9.3",
63+
"fuse.js": "^3.4.4",
64+
"get-own-property-symbols": "^0.9.2",
6565
"hard-source-webpack-plugin-patch": "^0.13.3",
6666
"hogan.js": "^3.0.2",
6767
"htm": "^2.1.1",
6868
"html-loader": "^0.5.5",
6969
"html-webpack-plugin": "github:jantimon/html-webpack-plugin#webpack-4",
7070
"iframe-resizer": "^4.1.1",
71-
"lit-html": "^1.1.1",
71+
"lit-html": "^1.1.0",
7272
"mini-css-extract-plugin": "^0.7.0",
7373
"mousetrap": "^1.6.3",
7474
"no-emit-webpack-plugin": "^2.0.1",
7575
"node-sass": "^4.12.0",
76-
"node-sass-selector-importer": "^5.3.2",
76+
"node-sass-selector-importer": "^5.3.1",
7777
"penthouse": "^2.2.0",
7878
"postcss-loader": "^3.0.0",
79-
"preact": "8.4.2",
80-
"preact-compat": "3.19.0",
81-
"preact-context": "1.1.3",
79+
"preact": "8.3.1",
80+
"preact-compat": "3.18.4",
81+
"preact-context": "1.1.2",
8282
"preact-render-to-string": "^4.1.0",
83-
"preload-webpack-plugin": "^2.3.0",
83+
"preload-webpack-plugin": "^3.0.0-beta.3",
8484
"prerender-spa-plugin": "^3.4.0",
8585
"prismjs": "^1.16.0",
8686
"pwa-helpers": "^0.9.1",
87-
"raw-loader": "^3.0.0",
87+
"raw-loader": "^2.0.0",
8888
"react": "^16.8.6",
89-
"react-animate-height": "^2.0.15",
89+
"react-animate-height": "^2.0.9",
9090
"react-autosuggest": "^9.4.3",
9191
"react-dom": "^16.8.6",
9292
"react-html-parser": "^2.0.2",
93-
"react-popper-tooltip": "2.8.3",
94-
"redux": "^4.0.3",
93+
"react-popper-tooltip": "2.7.0",
94+
"redux": "^4.0.1",
9595
"redux-thunk": "^2.3.0",
9696
"reselect": "^4.0.0",
9797
"sass-loader": "^7.1.0",
98-
"scriptjs": "^2.5.9",
98+
"scriptjs": "^2.5.8",
9999
"scroll-js": "^2.2.1",
100100
"skatejs": "^5.2.4",
101101
"style-loader": "^0.23.1",
102102
"terser-webpack-plugin": "^1.3.0",
103103
"uglifyjs-webpack-plugin": "^2.1.3",
104-
"url-search-params-polyfill": "^7.0.0",
105-
"webpack": "^4.35.3",
106-
"webpack-cli": "^3.3.5",
104+
"url-search-params-polyfill": "^6.0.0",
105+
"webpack": "^4.32.2",
106+
"webpack-cli": "^3.3.2",
107107
"whendefined": "^0.0.1",
108108
"wolfy87-eventemitter": "^5.2.6",
109109
"workbox-build": "^4.3.1",

0 commit comments

Comments
 (0)