Skip to content

Commit 870dcde

Browse files
committed
chore(pkg): upgrade devDeps
1 parent fc26ec1 commit 870dcde

File tree

3 files changed

+340
-388
lines changed

3 files changed

+340
-388
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"plugins": [
55
"react"
66
],
7+
"ignorePatterns": ["build/**/*.js"],
78
"rules": {
89
"strict": 0,
910
"quotes": [1, "single"],

package.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,20 @@
4444
"@babel/core": "^7.9.0",
4545
"@babel/plugin-proposal-class-properties": "^7.8.3",
4646
"@babel/plugin-transform-flow-comments": "^7.8.3",
47-
"@babel/preset-env": "^7.9.0",
47+
"@babel/preset-env": "^7.9.5",
4848
"@babel/preset-flow": "^7.9.0",
4949
"@babel/preset-react": "^7.9.4",
50-
"@types/react": "^16.9.32",
50+
"@types/react": "^16.9.34",
5151
"@types/react-dom": "^16.9.6",
5252
"babel-eslint": "^10.1.0",
5353
"babel-loader": "^8.1.0",
5454
"babel-plugin-espower": "^3.0.1",
5555
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
5656
"eslint": "^6.8.0",
5757
"eslint-plugin-react": "^7.19.0",
58-
"flow-bin": "^0.122.0",
58+
"flow-bin": "^0.123.0",
5959
"jasmine-core": "^3.5.0",
60-
"karma": "^4.4.1",
60+
"karma": "^5.0.2",
6161
"karma-chrome-launcher": "^3.1.0",
6262
"karma-cli": "2.0.0",
6363
"karma-firefox-launcher": "^1.3.0",
@@ -70,16 +70,14 @@
7070
"phantomjs-prebuilt": "^2.1.16",
7171
"power-assert": "^1.4.4",
7272
"pre-commit": "^1.2.2",
73-
"puppeteer": "^2.1.1",
73+
"puppeteer": "^3.0.0",
7474
"react": "^16.13.1",
7575
"react-dom": "^16.13.1",
76-
"react-frame-component": "^2.0.0",
76+
"react-frame-component": "^4.1.1",
7777
"react-test-renderer": "^16.13.1",
78-
"semver": "^6.3.0",
78+
"semver": "^7.3.2",
7979
"static-server": "^3.0.0",
80-
"terser-webpack-plugin": "^2.3.5",
8180
"typescript": "^3.8.3",
82-
"uglify-js": "^3.8.1",
8381
"webpack": "^4.42.1",
8482
"webpack-cli": "^3.3.11",
8583
"webpack-dev-server": "^3.10.3"
@@ -95,4 +93,4 @@
9593
"classnames": "^2.2.5",
9694
"prop-types": "^15.6.0"
9795
}
98-
}
96+
}

0 commit comments

Comments
 (0)