Skip to content

Commit

Permalink
chore(deps): Updates 22-12-23 (#3155)
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus authored Dec 22, 2023
1 parent e2f42f4 commit 3553f2f
Show file tree
Hide file tree
Showing 8 changed files with 339 additions and 338 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-prettier": "5.1.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"glob": "7.2.0",
Expand All @@ -69,7 +69,7 @@
"size-limit": "11.0.1",
"ssri": "10.0.5",
"stylelint": "15.11.0",
"stylelint-config-css-modules": "4.3.0",
"stylelint-config-css-modules": "4.4.0",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-standard": "34.0.0",
"stylelint-config-standard-scss": "11.1.0",
Expand Down
6 changes: 3 additions & 3 deletions src/playground/addons/storybook-addon-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"private": true,
"dependencies": {
"@ecl/builder": "3.12.1",
"@storybook/addons": "7.6.5",
"@storybook/components": "7.6.5",
"@storybook/theming": "7.6.5",
"@storybook/addons": "7.6.6",
"@storybook/components": "7.6.6",
"@storybook/theming": "7.6.6",
"html-entities": "2.4.0",
"js-beautify": "1.14.11",
"prop-types": "15.8.1",
Expand Down
2 changes: 1 addition & 1 deletion src/playground/addons/storybook-addon-notes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@storybook/addons": "7.6.5",
"@storybook/addons": "7.6.6",
"he": "1.2.0",
"marked": "10.0.0",
"prismjs": "1.29.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
],
"dependencies": {
"@ecl/builder": "3.12.1",
"@storybook/addons": "7.6.5",
"@storybook/api": "7.6.5",
"@storybook/components": "7.6.5",
"@storybook/addons": "7.6.6",
"@storybook/api": "7.6.6",
"@storybook/components": "7.6.6",
"react": "18.2.0",
"react-dom": "18.2.0"
}
Expand Down
14 changes: 7 additions & 7 deletions src/playground/ec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"@babel/preset-env": "7.23.6",
"@babel/preset-react": "7.23.3",
"@babel/runtime": "7.23.6",
"@storybook/addon-a11y": "7.6.5",
"@storybook/addon-a11y": "7.6.6",
"@storybook/addon-cssresources": "6.2.9",
"@storybook/addon-essentials": "7.6.5",
"@storybook/addon-links": "7.6.5",
"@storybook/builder-webpack5": "7.6.5",
"@storybook/cli": "7.6.5",
"@storybook/html": "7.6.5",
"@storybook/html-webpack5": "7.6.5",
"@storybook/addon-essentials": "7.6.6",
"@storybook/addon-links": "7.6.6",
"@storybook/builder-webpack5": "7.6.6",
"@storybook/cli": "7.6.6",
"@storybook/html": "7.6.6",
"@storybook/html-webpack5": "7.6.6",
"babel-loader": "9.1.3",
"browser-update": "3.3.44",
"buffer": "6.0.3",
Expand Down
14 changes: 7 additions & 7 deletions src/playground/eu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"@babel/preset-env": "7.23.6",
"@babel/preset-react": "7.23.3",
"@babel/runtime": "7.23.6",
"@storybook/addon-a11y": "7.6.5",
"@storybook/addon-a11y": "7.6.6",
"@storybook/addon-cssresources": "6.2.9",
"@storybook/addon-essentials": "7.6.5",
"@storybook/addon-links": "7.6.5",
"@storybook/builder-webpack5": "7.6.5",
"@storybook/cli": "7.6.5",
"@storybook/html": "7.6.5",
"@storybook/html-webpack5": "7.6.5",
"@storybook/addon-essentials": "7.6.6",
"@storybook/addon-links": "7.6.6",
"@storybook/builder-webpack5": "7.6.6",
"@storybook/cli": "7.6.6",
"@storybook/html": "7.6.6",
"@storybook/html-webpack5": "7.6.6",
"babel-loader": "9.1.3",
"browser-update": "3.3.44",
"buffer": "6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion src/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"glob": "7.2.0",
"gray-matter": "4.0.3",
"html-loader": "4.2.0",
"html-webpack-plugin": "5.5.4",
"html-webpack-plugin": "5.6.0",
"interpolate-html-plugin": "4.0.0",
"mini-css-extract-plugin": "2.7.6",
"netlify-cms-proxy-server": "1.3.24",
Expand Down
Loading

1 comment on commit 3553f2f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.