Get everything on the same version

This commit is contained in:
Dane Everitt 2020-10-17 12:23:25 -07:00
parent b8377b840f
commit b02a49f42e
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
2 changed files with 796 additions and 575 deletions

View File

@ -45,23 +45,23 @@
"yup": "^0.29.1" "yup": "^0.29.1"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.7.5", "@babel/core": "^7.12.1",
"@babel/plugin-proposal-class-properties": "^7.7.4", "@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.7.4", "@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.8.3", "@babel/plugin-proposal-optional-chaining": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.7.4", "@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-react-jsx": "^7.10.4", "@babel/plugin-transform-react-jsx": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.7.5", "@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.7.5", "@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.7.4", "@babel/preset-react": "^7.12.1",
"@babel/preset-typescript": "^7.7.4", "@babel/preset-typescript": "^7.12.1",
"@babel/runtime": "^7.7.5", "@babel/runtime": "^7.12.1",
"@types/chart.js": "^2.8.5", "@types/chart.js": "^2.8.5",
"@types/codemirror": "^0.0.98", "@types/codemirror": "^0.0.98",
"@types/debounce": "^1.2.0", "@types/debounce": "^1.2.0",
"@types/events": "^3.0.0", "@types/events": "^3.0.0",
"@types/node": "^12.6.9", "@types/node": "^14.11.10",
"@types/query-string": "^6.3.0", "@types/query-string": "^6.3.0",
"@types/react": "^16.9.41", "@types/react": "^16.9.41",
"@types/react-dom": "^16.9.8", "@types/react-dom": "^16.9.8",

1345
yarn.lock

File diff suppressed because it is too large Load Diff