Skip to content

Commit

Permalink
fix: update dependencies (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored Dec 4, 2022
1 parent 02d6873 commit a09c72c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,22 @@
"react": "*"
},
"devDependencies": {
"@playwright/experimental-ct-react": "^1.28.0",
"@playwright/experimental-ct-react": "^1.28.1",
"@simbathesailor/use-what-changed": "^2.0.0",
"@storybook/addon-essentials": "^6.5.13",
"@storybook/addon-links": "^6.5.13",
"@storybook/addon-storysource": "^6.5.13",
"@storybook/builder-webpack5": "^6.5.13",
"@storybook/manager-webpack5": "^6.5.13",
"@storybook/react": "^6.5.13",
"@storybook/addon-essentials": "^6.5.14",
"@storybook/addon-links": "^6.5.14",
"@storybook/addon-storysource": "^6.5.14",
"@storybook/builder-webpack5": "^6.5.14",
"@storybook/manager-webpack5": "^6.5.14",
"@storybook/react": "^6.5.14",
"@types/d3-array": "^3.0.3",
"@types/d3-scale": "^4.0.2",
"@types/d3-scale-chromatic": "^3.0.0",
"@types/d3-shape": "^3.1.0",
"@types/point-in-polygon": "^1.1.1",
"@types/react": "^17.0.45",
"@zakodium/eslint-config": "^6.0.0",
"eslint": "^8.28.0",
"eslint": "^8.29.0",
"isotopic-distribution": "^1.4.15",
"iv-analysis": "^0.3.0",
"ml-dataset-iris": "^1.2.1",
Expand All @@ -85,13 +85,13 @@
"webpack": "^5.75.0"
},
"dependencies": {
"d3-array": "^3.2.0",
"d3-array": "^3.2.1",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.0.0",
"d3-shape": "^3.1.0",
"immer": "^9.0.16",
"ml-distance-euclidean": "^2.0.0",
"react-d3-utils": "^0.6.1"
"react-d3-utils": "^1.0.0"
},
"volta": {
"node": "16.18.0"
Expand Down

0 comments on commit a09c72c

Please sign in to comment.