Skip to content

Commit

Permalink
chore: upgrade to latest react; upgrade to latest babel
Browse files Browse the repository at this point in the history
  • Loading branch information
hoorayimhelping committed Nov 24, 2021
1 parent 8cf8956 commit 69c7d2e
Show file tree
Hide file tree
Showing 3 changed files with 2,217 additions and 4,556 deletions.
14 changes: 7 additions & 7 deletions giraffe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@influxdata/giraffe",
"version": "2.20.2",
"version": "2.20.3",
"main": "dist/index.js",
"module": "dist/index.js",
"license": "MIT",
Expand Down Expand Up @@ -52,8 +52,8 @@
"@types/d3-scale": "^2.1.1",
"@types/d3-shape": "^1.3.1",
"@types/jest": "^26.0.19",
"@types/react": "^16.8.3",
"@types/react-dom": "^16.8.2",
"@types/react": "^17.0.35",
"@types/react-dom": "^17.0.11",
"@types/resize-observer-browser": "^0.1.5",
"@types/webpack": "^4.41.23",
"@typescript-eslint/eslint-plugin": "^2.10.0",
Expand Down Expand Up @@ -90,8 +90,8 @@
"papaparse": "^5.3.0",
"prettier": "^1.19.1",
"pretty-quick": "^3.1.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-leaflet": "^2.6.3",
"react-leaflet-ant-path": "^1.1.0",
"react-leaflet-control": "^2.1.2",
Expand All @@ -112,8 +112,8 @@
"webpack-cli": "^4.2.0"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"dependencies": {
"merge-images": "^2.0.0"
Expand Down
12 changes: 6 additions & 6 deletions stories/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@influxdata/giraffe-stories",
"version": "2.20.2",
"version": "2.20.3",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -18,14 +18,14 @@
"chromatic": "chromatic test"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/core": "^7.16.0",
"@storybook/addon-knobs": "^6.3.1",
"@storybook/core": "^6.3.12",
"@storybook/react": "^6.3.12",
"@storybook/storybook-deployer": "^2.8.1",
"@types/node-sass": "^4.11.0",
"@types/react": "^16.8.3",
"@types/react-dom": "^16.8.2",
"@types/react": "^17.0.35",
"@types/react-dom": "^17.0.11",
"@types/storybook__react": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^1.5.0",
"@typescript-eslint/parser": "^1.5.0",
Expand Down Expand Up @@ -53,8 +53,8 @@
"dependencies": {
"chromatic": "^5.6.2",
"d3-array": "^2.4.0",
"react": "^16.9.0",
"react": "^17.0.2",
"react-dev-utils": "11.0.4",
"react-dom": "^16.9.0"
"react-dom": "^17.0.2"
}
}
Loading

0 comments on commit 69c7d2e

Please sign in to comment.