chore: fix dep pinning, update react, @babel/core

This commit is contained in:
41666 2020-10-16 04:34:45 -04:00
parent 4a558bb532
commit 682fe0842d
2 changed files with 151 additions and 17 deletions

View file

@ -25,17 +25,17 @@
"dependencies": {
"@improbable-eng/grpc-web": "^0.13.0",
"browser-headers": "^0.4.1",
"chroma-js": "2.1.0",
"chroma-js": "^2.1.0",
"google-protobuf": "^3.13.0",
"next": "^9.5.5",
"react": "16.13.1",
"react-dom": "16.13.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-icons": "^3.11.0",
"react-tooltip": "^4.2.10",
"styled-components": "^5.2.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/core": "^7.12.1",
"@bazel/typescript": "^2.2.1",
"@storybook/addon-actions": "^6.0.26",
"@storybook/addon-essentials": "^6.0.26",
@ -43,16 +43,16 @@
"@storybook/addons": "^6.0.26",
"@storybook/react": "^6.0.26",
"@storybook/theming": "^6.0.26",
"@types/chroma-js": "2.1.0",
"@types/chroma-js": "^2.1.0",
"@types/enzyme": "^3.10.7",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/google-protobuf": "3.7.3",
"@types/google-protobuf": "^3.7.3",
"@types/jest": "^26.0.14",
"@types/minimist": "^1.2.0",
"@types/node": "^14.11.8",
"@types/react": "^16.9.8",
"@types/react": "^16.9.52",
"@types/react-dom": "^16.9.8",
"@types/styled-components": "5.1.4",
"@types/styled-components": "^5.1.4",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/eslint-plugin-tslint": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
@ -87,4 +87,4 @@
"tsconfig-paths-webpack-plugin": "^3.3.0",
"typescript": "^4.0.3"
}
}
}