Skip to content

Commit 4f49bf6

Browse files
committed
Upgrades dev dependencies
1 parent 7e8b89c commit 4f49bf6

File tree

2 files changed

+1593
-1748
lines changed

2 files changed

+1593
-1748
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -40,49 +40,49 @@
4040
"react-dom": "^0.14.0 || ^15.0.0-0 || ^16.0.0 || ^17.0.0"
4141
},
4242
"devDependencies": {
43-
"@babel/cli": "^7.13.0",
44-
"@babel/core": "^7.13.1",
45-
"@babel/plugin-proposal-class-properties": "^7.13.0",
43+
"@babel/cli": "^7.14.8",
44+
"@babel/core": "^7.15.0",
45+
"@babel/plugin-proposal-class-properties": "^7.14.5",
4646
"@babel/polyfill": "^7.12.1",
47-
"@babel/preset-env": "^7.13.5",
48-
"@babel/preset-react": "^7.12.13",
49-
"@babel/register": "^7.13.0",
50-
"@types/react": "^17.0.2",
51-
"@types/react-dom": "^17.0.1",
52-
"@wojtekmaj/enzyme-adapter-react-17": "^0.4.1",
47+
"@babel/preset-env": "^7.15.0",
48+
"@babel/preset-react": "^7.14.5",
49+
"@babel/register": "^7.15.3",
50+
"@types/react": "^17.0.19",
51+
"@types/react-dom": "^17.0.9",
52+
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
5353
"app-root-dir": "1.0.2",
5454
"babel-eslint": "^10.1.0",
5555
"babel-jest": "^26.6.3",
56-
"codecov": "^3.8.1",
56+
"codecov": "^3.8.3",
5757
"cross-env": "^7.0.3",
5858
"enzyme": "^3.11.0",
59-
"enzyme-to-json": "^3.6.1",
60-
"eslint": "^7.20.0",
59+
"enzyme-to-json": "^3.6.2",
60+
"eslint": "^7.32.0",
6161
"eslint-config-airbnb": "^18.2.1",
62-
"eslint-config-prettier": "^8.1.0",
63-
"eslint-plugin-import": "^2.22.1",
62+
"eslint-config-prettier": "^8.3.0",
63+
"eslint-plugin-import": "^2.24.1",
6464
"eslint-plugin-jsx-a11y": "^6.4.1",
65-
"eslint-plugin-react": "^7.22.0",
65+
"eslint-plugin-react": "^7.24.0",
6666
"eslint-plugin-react-hooks": "^4.2.0",
6767
"gzip-size": "^6.0.0",
6868
"husky": "^4.3.8",
6969
"in-publish": "^2.0.1",
7070
"jest": "^26.6.3",
7171
"lint-staged": "^10.5.4",
72-
"prettier": "^2.2.1",
72+
"prettier": "^2.3.2",
7373
"pretty-bytes": "5.6.0",
7474
"ramda": "^0.27.1",
75-
"react": "^17.0.1",
75+
"react": "^17.0.2",
7676
"react-addons-test-utils": "^15.6.0",
77-
"react-dom": "^17.0.1",
78-
"react-test-renderer": "^17.0.1",
77+
"react-dom": "^17.0.2",
78+
"react-test-renderer": "^17.0.2",
7979
"readline-sync": "1.4.10",
8080
"rimraf": "^3.0.2",
81-
"rollup": "^2.40.0",
81+
"rollup": "^2.56.3",
8282
"rollup-plugin-babel": "^4.4.0",
8383
"rollup-plugin-uglify": "^6.0.4",
8484
"title-case": "^3.0.3",
85-
"typescript": "^4.2.2",
85+
"typescript": "^4.3.5",
8686
"typings-tester": "^0.3.2"
8787
},
8888
"jest": {

0 commit comments

Comments
 (0)