Skip to content

Commit 7449d1d

Browse files
committed
update dependancies
1 parent 718731c commit 7449d1d

File tree

3 files changed

+2284
-1676
lines changed

3 files changed

+2284
-1676
lines changed

.babelrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = {
99
plugins: [
1010
['@babel/proposal-object-rest-spread', { loose }],
1111
'@babel/transform-react-jsx',
12+
'@babel/plugin-transform-object-assign',
1213
cjs && ['@babel/transform-modules-commonjs', { loose }],
1314
].filter(Boolean)
1415
};

package.json

Lines changed: 30 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -48,37 +48,40 @@
4848
},
4949
"dependencies": {},
5050
"devDependencies": {
51-
"@babel/cli": "^7.16.0",
52-
"@babel/core": "^7.16.5",
53-
"@babel/eslint-parser": "^7.16.5",
54-
"@babel/plugin-proposal-object-rest-spread": "^7.16.5",
55-
"@babel/plugin-transform-react-display-name": "^7.16.5",
56-
"@babel/plugin-transform-react-jsx": "^7.16.5",
57-
"@babel/preset-env": "^7.16.5",
58-
"@rollup/plugin-commonjs": "^21.0.1",
59-
"@rollup/plugin-node-resolve": "^13.1.1",
60-
"@rollup/plugin-replace": "^3.0.0",
61-
"@testing-library/jest-dom": "^5.16.1",
51+
"@babel/cli": "^7.17.6",
52+
"@babel/core": "^7.17.9",
53+
"@babel/eslint-parser": "^7.17.0",
54+
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
55+
"@babel/plugin-transform-object-assign": "^7.16.7",
56+
"@babel/plugin-transform-react-display-name": "^7.16.7",
57+
"@babel/plugin-transform-react-jsx": "^7.17.3",
58+
"@babel/preset-env": "^7.16.11",
59+
"@rollup/plugin-commonjs": "^21.0.3",
60+
"@rollup/plugin-node-resolve": "^13.2.0",
61+
"@rollup/plugin-replace": "^4.0.0",
62+
"@testing-library/jest-dom": "^5.16.4",
6263
"@testing-library/jest-native": "^4.0.4",
63-
"@testing-library/react": "^12.1.2",
64-
"@testing-library/react-hooks": "^7.0.2",
65-
"@testing-library/react-native": "^9.0.0",
66-
"babel-jest": "^27.4.5",
64+
"@testing-library/react": "^13.0.1",
65+
"@testing-library/react-hooks": "^8.0.0",
66+
"@testing-library/react-native": "^9.1.0",
67+
"babel-jest": "^27.5.1",
6768
"cross-env": "^7.0.3",
6869
"es3ify": "^0.2.2",
69-
"eslint": "^8.4.1",
70-
"eslint-plugin-import": "^2.25.3",
71-
"eslint-plugin-react": "^7.27.1",
72-
"eslint-plugin-react-hooks": "^4.3.0",
73-
"glob": "^7.2.0",
74-
"jest": "^27.4.5",
75-
"npm-check-updates": "^12.0.3",
76-
"react": "^16.8.6",
77-
"react-dom": "^17.0.2",
78-
"react-native": "^0.66.4",
79-
"react-test-renderer": "^17.0.2",
70+
"eslint": "^8.13.0",
71+
"eslint-plugin-import": "^2.26.0",
72+
"eslint-plugin-react": "^7.29.4",
73+
"eslint-plugin-react-hooks": "^4.4.0",
74+
"glob": "^8.0.1",
75+
"jest": "^27.5.1",
76+
"metro-babel-register": "^0.70.1",
77+
"metro-react-native-babel-preset": "^0.70.1",
78+
"npm-check-updates": "^12.5.9",
79+
"react": "^18.0.0",
80+
"react-dom": "^18.0.0",
81+
"react-native": "^0.68.0",
82+
"react-test-renderer": "^18.0.0",
8083
"rimraf": "^3.0.2",
81-
"rollup": "^2.61.1",
84+
"rollup": "^2.70.1",
8285
"rollup-plugin-babel": "^4.4.0",
8386
"rollup-plugin-terser": "^7.0.2"
8487
},

0 commit comments

Comments
 (0)