Skip to content

Commit b02a49f

Browse files
committed
Get everything on the same version
1 parent b8377b8 commit b02a49f

File tree

2 files changed

+791
-570
lines changed

2 files changed

+791
-570
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,23 @@
4545
"yup": "^0.29.1"
4646
},
4747
"devDependencies": {
48-
"@babel/core": "^7.7.5",
49-
"@babel/plugin-proposal-class-properties": "^7.7.4",
50-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
51-
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
52-
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
53-
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
54-
"@babel/plugin-transform-react-jsx": "^7.10.4",
55-
"@babel/plugin-transform-runtime": "^7.7.5",
56-
"@babel/preset-env": "^7.7.5",
57-
"@babel/preset-react": "^7.7.4",
58-
"@babel/preset-typescript": "^7.7.4",
59-
"@babel/runtime": "^7.7.5",
48+
"@babel/core": "^7.12.1",
49+
"@babel/plugin-proposal-class-properties": "^7.12.1",
50+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
51+
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
52+
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
53+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
54+
"@babel/plugin-transform-react-jsx": "^7.12.1",
55+
"@babel/plugin-transform-runtime": "^7.12.1",
56+
"@babel/preset-env": "^7.12.1",
57+
"@babel/preset-react": "^7.12.1",
58+
"@babel/preset-typescript": "^7.12.1",
59+
"@babel/runtime": "^7.12.1",
6060
"@types/chart.js": "^2.8.5",
6161
"@types/codemirror": "^0.0.98",
6262
"@types/debounce": "^1.2.0",
6363
"@types/events": "^3.0.0",
64-
"@types/node": "^12.6.9",
64+
"@types/node": "^14.11.10",
6565
"@types/query-string": "^6.3.0",
6666
"@types/react": "^16.9.41",
6767
"@types/react-dom": "^16.9.8",

0 commit comments

Comments
 (0)