Skip to content

Commit d21d773

Browse files
author
Abdul Dakkak
committed
update bundle and switch to latest create-react-app version
1 parent 953c6b4 commit d21d773

File tree

3 files changed

+575
-474
lines changed

3 files changed

+575
-474
lines changed

package.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"@cerebral/router": "next",
99
"@cerebral/storage": "next",
1010
"@cerebral/useragent": "next",
11-
"@types/google-protobuf": "^3.2.6",
11+
"@types/google-protobuf": "^3.2.7",
1212
"ansi_up": "^2.0.2",
1313
"babel-preset-react": "^6.24.1",
1414
"blob-util": "^1.3.0",
1515
"cerebral": "next",
1616
"classnames": "^2.2.5",
17-
"codemirror": "^5.28.0",
17+
"codemirror": "^5.29.0",
1818
"common-prefix": "^1.1.0",
1919
"compressjs": "^1.0.3",
2020
"font-awesome": "^4.7.0",
@@ -25,7 +25,7 @@
2525
"hedron": "^0.7.1",
2626
"idx": "^1.5.0",
2727
"js-logger": "^1.4.1",
28-
"jszip": "^3.1.3",
28+
"jszip": "^3.1.4",
2929
"lodash": "^4.17.4",
3030
"marksy": "^5.0.0",
3131
"mimoza": "^1.0.0",
@@ -37,13 +37,13 @@
3737
"react-addons-perf": "^15.4.2",
3838
"react-clipboard.js": "^1.1.2",
3939
"react-dom": "^15.6.1",
40-
"react-helmet": "^5.1.3",
40+
"react-helmet": "^5.2.0",
4141
"react-icons": "^2.2.5",
4242
"react-if": "^2.2.1",
43-
"react-loadable": "^4.0.4",
43+
"react-loadable": "^4.0.5",
4444
"react-s-alert": "^1.3.0",
4545
"semantic-ui-css": "^2.2.12",
46-
"semantic-ui-react": "^0.71.5",
46+
"semantic-ui-react": "^0.72.0",
4747
"source-map-explorer": "^1.4.0",
4848
"store2": "^2.5.2",
4949
"storyboard": "^3.1.1",
@@ -67,19 +67,20 @@
6767
"flow-bin": "^0.53.1",
6868
"flow-remove-types": "^1.2.1",
6969
"husky": "^0.14.3",
70-
"lint-staged": "^4.0.3",
71-
"npm-run-all": "^4.0.2",
70+
"lint-staged": "^4.0.4",
71+
"npm-run-all": "^4.1.1",
7272
"offline-plugin": "^4.8.3",
73-
"prettier": "^1.5.3",
73+
"prettier": "^1.6.1",
7474
"raw-loader": "^0.5.1",
75-
"react-scripts": "^1.0.11",
75+
"react-scripts": "^1.0.12",
7676
"rimraf": "^2.6.1",
7777
"shelljs": "^0.7.8",
7878
"source-map-support": "^0.4.16",
7979
"style-loader": "^0.18.2",
8080
"why-did-you-update": "^0.0.8"
8181
},
8282
"scripts": {
83+
"analyze": "source-map-explorer build/static/js/main.*",
8384
"start": "react-scripts start",
8485
"build": "react-scripts build",
8586
"bundle": "npm-run-all clean:build build build:assets",

0 commit comments

Comments
 (0)