Skip to content

Commit

Permalink
chore(deps): storybook and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel A. White committed Dec 13, 2023
1 parent f673c1d commit ce7a8d2
Show file tree
Hide file tree
Showing 5 changed files with 555 additions and 342 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@stoplight/eslint-config": "2.1.0",
"@storybook/addon-controls": "7.5.3",
"@storybook/addon-docs": "7.5.3",
"@storybook/addon-controls": "7.6.4",
"@storybook/addon-docs": "7.6.4",
"@storybook/addon-styling-webpack": "0.0.5",
"@storybook/addon-toolbars": "7.5.3",
"@storybook/addon-viewport": "7.5.3",
"@storybook/react": "7.5.3",
"@storybook/react-webpack5": "7.5.3",
"@storybook/theming": "7.5.3",
"@storybook/addon-toolbars": "7.6.4",
"@storybook/addon-viewport": "7.6.4",
"@storybook/react": "7.6.4",
"@storybook/react-webpack5": "7.6.4",
"@storybook/theming": "7.6.4",
"@testing-library/cypress": "^7.0.3",
"@typescript-eslint/eslint-plugin": "4.28.4",
"@typescript-eslint/parser": "4.28.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/elements-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
},
"devDependencies": {
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@stoplight/scripts": "9.2.1",
"@stoplight/scripts": "9.3.0",
"@testing-library/dom": "^7.26.5",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^11.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/elements-dev-portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"devDependencies": {
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@stoplight/scripts": "9.2.1",
"@stoplight/scripts": "9.3.0",
"@testing-library/dom": "^7.26.5",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^11.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
},
"devDependencies": {
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@stoplight/scripts": "9.2.1",
"@stoplight/scripts": "9.3.0",
"@testing-library/dom": "^7.26.5",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^11.1.1",
Expand Down
Loading

0 comments on commit ce7a8d2

Please sign in to comment.