Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdnl committed Sep 21, 2021
1 parent 9e5b091 commit 2dd6a81
Show file tree
Hide file tree
Showing 3 changed files with 345 additions and 156 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 4.2.3 - 9/21/21
- [chore] upgrade deps

# 4.2.2 - 9/8/21
- [chore] upgrade deps

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reaflow",
"version": "4.2.2",
"version": "4.2.3",
"description": "Node-based Visualizations for React",
"scripts": {
"build": "rollup -c",
Expand Down Expand Up @@ -62,23 +62,23 @@
"react-dom": ">=16"
},
"devDependencies": {
"@mdx-js/react": "1.6.22",
"@juggle/resize-observer": "^3.3.1",
"@mdx-js/react": "1.6.22",
"@storybook/addon-docs": "^6.3.8",
"@storybook/addon-essentials": "^6.3.8",
"@storybook/addon-storysource": "^6.3.8",
"@storybook/addons": "^6.3.8",
"@storybook/react": "^6.3.8",
"@testing-library/react": "^12.0.0",
"@testing-library/react": "^12.1.0",
"@types/classnames": "^2.3.1",
"@types/d3-shape": "^3.0.2",
"@types/jest": "^27.0.1",
"@types/react": "^17.0.20",
"@types/jest": "^27.0.2",
"@types/react": "^17.0.22",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"autoprefixer": "^9.8.5",
"chromatic": "5.9.2",
"chromatic": "5.10.1",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-react": "^7.22.0",
Expand All @@ -89,7 +89,7 @@
"lint-staged": "^10.5.4",
"postcss-nested": "^4",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.0.5",
"prettier": "^2.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-zoom-pan-pinch": "^1.6.1",
Expand Down

0 comments on commit 2dd6a81

Please sign in to comment.