Skip to content

Commit 7ace172

Browse files
committed
chore: updated all libs (except mocha)
1 parent c0fbc2d commit 7ace172

File tree

2 files changed

+1344
-1909
lines changed

2 files changed

+1344
-1909
lines changed

package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -41,44 +41,44 @@
4141
"reduce-reducers": "^1.0.4"
4242
},
4343
"devDependencies": {
44-
"@babel/cli": "^7.12.16",
45-
"@babel/core": "^7.12.16",
46-
"@babel/plugin-transform-modules-commonjs": "^7.12.13",
47-
"@babel/plugin-transform-runtime": "^7.12.15",
48-
"@babel/preset-env": "^7.12.16",
49-
"@babel/preset-react": "^7.12.13",
50-
"@babel/register": "^7.12.13",
51-
"@babel/runtime": "^7.12.13",
44+
"@babel/cli": "^7.13.14",
45+
"@babel/core": "^7.13.15",
46+
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
47+
"@babel/plugin-transform-runtime": "^7.13.15",
48+
"@babel/preset-env": "^7.13.15",
49+
"@babel/preset-react": "^7.13.13",
50+
"@babel/register": "^7.13.14",
51+
"@babel/runtime": "^7.13.10",
5252
"babel-eslint": "^10.1.0",
5353
"babel-loader": "^8.2.2",
5454
"babel-plugin-lodash": "^3.3.4",
5555
"babel-plugin-module-resolver": "^4.1.0",
5656
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
57-
"chai": "^4.3.0",
57+
"chai": "^4.3.4",
5858
"codecov": "^3.8.1",
5959
"cross-env": "^7.0.3",
60-
"eslint": "^7.20.0",
60+
"eslint": "^7.24.0",
6161
"eslint-config-airbnb-base": "^14.2.1",
6262
"eslint-config-google": "^0.14.0",
63-
"eslint-config-prettier": "^7.2.0",
63+
"eslint-config-prettier": "^8.2.0",
6464
"eslint-plugin-babel": "^5.3.1",
6565
"eslint-plugin-import": "^2.22.1",
66-
"eslint-plugin-jsdoc": "^32.0.0",
66+
"eslint-plugin-jsdoc": "^32.3.0",
6767
"eslint-plugin-jsx-a11y": "^6.4.1",
68-
"eslint-plugin-prettier": "^3.3.1",
69-
"eslint-plugin-react": "^7.22.0",
70-
"firebase": "^8.2.7",
71-
"husky": "^5.0.9",
68+
"eslint-plugin-prettier": "^3.4.0",
69+
"eslint-plugin-react": "^7.23.2",
70+
"firebase": "^8.4.1",
71+
"husky": "^6.0.0",
7272
"mocha": "^7.0.1",
7373
"nyc": "^15.1.0",
7474
"prettier": "2.2.1",
7575
"redux": "^4.0.5",
7676
"rimraf": "^3.0.2",
77-
"sinon": "^9.2.4",
78-
"sinon-chai": "^3.5.0",
79-
"uglifyjs-webpack-plugin": "^2.2.0",
80-
"webpack": "^4.41.5",
81-
"webpack-cli": "^3.3.10"
77+
"sinon": "^10.0.0",
78+
"sinon-chai": "^3.6.0",
79+
"terser-webpack-plugin": "^5.1.1",
80+
"webpack": "^5.33.2",
81+
"webpack-cli": "^4.6.0"
8282
},
8383
"license": "MIT",
8484
"homepage": "https://github.com/prescottprue/redux-firestore#readme",

0 commit comments

Comments
 (0)