Skip to content

Commit

Permalink
chore(deps): updates 30-01-23 (#2743)
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus committed Jan 31, 2023
1 parent a5062f0 commit 002deaf
Show file tree
Hide file tree
Showing 9 changed files with 635 additions and 630 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,23 @@
"@babel/plugin-transform-runtime": "7.19.6",
"@prettier/plugin-xml": "2.2.0",
"@size-limit/preset-big-lib": "8.1.2",
"babel-jest": "29.4.0",
"babel-jest": "29.4.1",
"classnames": "2.3.2",
"eslint": "8.32.0",
"eslint": "8.33.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "26.8.7",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"glob": "7.2.0",
"husky": "8.0.3",
"jest": "29.4.0",
"jest": "29.4.1",
"jest-axe": "6.0.0",
"jest-environment-jsdom": "29.4.0",
"jest-environment-jsdom": "29.4.1",
"lerna": "5.5.4",
"lerna-changelog": "2.2.0",
"lint-staged": "13.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.6.0",
"@storybook/addons": "6.5.15",
"@storybook/components": "6.5.15",
"@storybook/theming": "6.5.15",
"@storybook/addons": "6.5.16",
"@storybook/components": "6.5.16",
"@storybook/theming": "6.5.16",
"js-beautify": "1.14.7",
"prop-types": "15.8.1",
"react": "17.0.2",
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.10.5",
"@emotion/styled": "11.10.5",
"@storybook/addons": "6.5.15",
"@storybook/addons": "6.5.16",
"he": "1.2.0",
"marked": "4.2.12",
"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.6.0",
"@storybook/addons": "6.5.15",
"@storybook/api": "6.5.15",
"@storybook/components": "6.5.15",
"@storybook/addons": "6.5.16",
"@storybook/api": "6.5.16",
"@storybook/components": "6.5.16",
"react": "17.0.2",
"react-dom": "17.0.2"
}
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.20.2",
"@babel/preset-react": "7.18.6",
"@babel/runtime": "7.20.13",
"@storybook/addon-a11y": "6.5.15",
"@storybook/addon-controls": "6.5.15",
"@storybook/addon-a11y": "6.5.16",
"@storybook/addon-controls": "6.5.16",
"@storybook/addon-cssresources": "6.2.9",
"@storybook/addon-docs": "6.5.15",
"@storybook/addon-viewport": "6.5.15",
"@storybook/builder-webpack5": "6.5.15",
"@storybook/html": "6.5.15",
"@storybook/manager-webpack5": "6.5.15",
"@storybook/addon-docs": "6.5.16",
"@storybook/addon-viewport": "6.5.16",
"@storybook/builder-webpack5": "6.5.16",
"@storybook/html": "6.5.16",
"@storybook/manager-webpack5": "6.5.16",
"babel-loader": "8.2.5",
"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.20.2",
"@babel/preset-react": "7.18.6",
"@babel/runtime": "7.20.13",
"@storybook/addon-a11y": "6.5.15",
"@storybook/addon-controls": "6.5.15",
"@storybook/addon-a11y": "6.5.16",
"@storybook/addon-controls": "6.5.16",
"@storybook/addon-cssresources": "6.2.9",
"@storybook/addon-docs": "6.5.15",
"@storybook/addon-viewport": "6.5.15",
"@storybook/builder-webpack5": "6.5.15",
"@storybook/html": "6.5.15",
"@storybook/manager-webpack5": "6.5.15",
"@storybook/addon-docs": "6.5.16",
"@storybook/addon-viewport": "6.5.16",
"@storybook/builder-webpack5": "6.5.16",
"@storybook/html": "6.5.16",
"@storybook/manager-webpack5": "6.5.16",
"babel-loader": "8.2.5",
"browser-update": "3.3.44",
"buffer": "6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion src/tools/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"main": "index.js",
"private": true,
"devDependencies": {
"deepmerge": "4.2.2"
"deepmerge": "4.3.0"
}
}
4 changes: 2 additions & 2 deletions src/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"classnames": "2.3.2",
"clipboard": "2.0.11",
"core-js": "3.27.2",
"deepmerge": "4.2.2",
"deepmerge": "4.3.0",
"html-react-parser": "0.14.2",
"iframe-resizer": "4.3.2",
"js-beautify": "1.14.7",
Expand Down Expand Up @@ -61,7 +61,7 @@
"copy-webpack-plugin": "6.3.2",
"css-loader": "5.2.6",
"documentation": "13.2.5",
"eslint": "8.32.0",
"eslint": "8.33.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.6.0",
Expand Down
Loading

1 comment on commit 002deaf

@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.