|
41 | 41 | "reduce-reducers": "^1.0.4"
|
42 | 42 | },
|
43 | 43 | "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", |
52 | 52 | "babel-eslint": "^10.1.0",
|
53 | 53 | "babel-loader": "^8.2.2",
|
54 | 54 | "babel-plugin-lodash": "^3.3.4",
|
55 | 55 | "babel-plugin-module-resolver": "^4.1.0",
|
56 | 56 | "babel-plugin-transform-inline-environment-variables": "^0.4.3",
|
57 |
| - "chai": "^4.3.0", |
| 57 | + "chai": "^4.3.4", |
58 | 58 | "codecov": "^3.8.1",
|
59 | 59 | "cross-env": "^7.0.3",
|
60 |
| - "eslint": "^7.20.0", |
| 60 | + "eslint": "^7.24.0", |
61 | 61 | "eslint-config-airbnb-base": "^14.2.1",
|
62 | 62 | "eslint-config-google": "^0.14.0",
|
63 |
| - "eslint-config-prettier": "^7.2.0", |
| 63 | + "eslint-config-prettier": "^8.2.0", |
64 | 64 | "eslint-plugin-babel": "^5.3.1",
|
65 | 65 | "eslint-plugin-import": "^2.22.1",
|
66 |
| - "eslint-plugin-jsdoc": "^32.0.0", |
| 66 | + "eslint-plugin-jsdoc": "^32.3.0", |
67 | 67 | "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", |
72 | 72 | "mocha": "^7.0.1",
|
73 | 73 | "nyc": "^15.1.0",
|
74 | 74 | "prettier": "2.2.1",
|
75 | 75 | "redux": "^4.0.5",
|
76 | 76 | "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" |
82 | 82 | },
|
83 | 83 | "license": "MIT",
|
84 | 84 | "homepage": "https://github.com/prescottprue/redux-firestore#readme",
|
|
0 commit comments