Skip to content

Commit

Permalink
chore(deps): Updates 13-04-22 (#2390)
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus committed Apr 13, 2022
1 parent 3385933 commit 776f692
Show file tree
Hide file tree
Showing 9 changed files with 417 additions and 372 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"@size-limit/preset-big-lib": "7.0.8",
"babel-jest": "27.5.1",
"classnames": "2.3.1",
"eslint": "8.12.0",
"eslint": "8.13.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jest": "26.1.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "26.1.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.29.4",
Expand All @@ -57,7 +57,7 @@
"npm-run-all": "4.1.5",
"patch-package": "6.4.7",
"postinstall-postinstall": "2.1.0",
"prettier": "2.6.1",
"prettier": "2.6.2",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
8 changes: 4 additions & 4 deletions src/playground/addons/storybook-addon-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"private": true,
"dependencies": {
"@ecl/builder": "^3.2.3",
"@storybook/addons": "6.4.19",
"@storybook/components": "6.4.19",
"@storybook/theming": "6.4.19",
"js-beautify": "1.14.2",
"@storybook/addons": "6.4.21",
"@storybook/components": "6.4.21",
"@storybook/theming": "6.4.21",
"js-beautify": "1.14.3",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2"
Expand Down
6 changes: 3 additions & 3 deletions src/playground/addons/storybook-addon-notes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"main": "index.js",
"private": true,
"dependencies": {
"@emotion/react": "11.8.2",
"@emotion/react": "11.9.0",
"@emotion/styled": "11.8.1",
"@storybook/addons": "6.4.19",
"@storybook/addons": "6.4.21",
"he": "1.2.0",
"marked": "4.0.12",
"marked": "4.0.14",
"prismjs": "1.27.0",
"prop-types": "15.8.1",
"react": "17.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
],
"dependencies": {
"@ecl/builder": "^3.2.3",
"@storybook/addons": "6.4.19",
"@storybook/api": "6.4.19",
"@storybook/components": "6.4.19",
"@storybook/addons": "6.4.21",
"@storybook/api": "6.4.21",
"@storybook/components": "6.4.21",
"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 @@ -10,16 +10,16 @@
"start": "STORYBOOK_SYSTEM=EC node start.js"
},
"devDependencies": {
"@babel/core": "7.17.8",
"@babel/core": "7.17.9",
"@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7",
"@babel/runtime": "7.17.8",
"@storybook/addon-a11y": "6.4.19",
"@storybook/addon-controls": "6.4.19",
"@babel/runtime": "7.17.9",
"@storybook/addon-a11y": "6.4.21",
"@storybook/addon-controls": "6.4.21",
"@storybook/addon-cssresources": "6.2.9",
"@storybook/addon-docs": "6.4.19",
"@storybook/addon-viewport": "6.4.19",
"@storybook/html": "6.4.19",
"@storybook/addon-docs": "6.4.21",
"@storybook/addon-viewport": "6.4.21",
"@storybook/html": "6.4.21",
"babel-loader": "8.2.4",
"browser-update": "3.3.38",
"core-js": "3.21.1",
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 @@ -10,16 +10,16 @@
"start": "STORYBOOK_SYSTEM=EU node start.js"
},
"devDependencies": {
"@babel/core": "7.17.8",
"@babel/core": "7.17.9",
"@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7",
"@babel/runtime": "7.17.8",
"@storybook/addon-a11y": "6.4.19",
"@storybook/addon-controls": "6.4.19",
"@babel/runtime": "7.17.9",
"@storybook/addon-a11y": "6.4.21",
"@storybook/addon-controls": "6.4.21",
"@storybook/addon-cssresources": "6.2.9",
"@storybook/addon-docs": "6.4.19",
"@storybook/addon-viewport": "6.4.19",
"@storybook/html": "6.4.19",
"@storybook/addon-docs": "6.4.21",
"@storybook/addon-viewport": "6.4.21",
"@storybook/html": "6.4.21",
"babel-loader": "8.2.4",
"browser-update": "3.3.38",
"core-js": "3.21.1",
Expand Down
8 changes: 4 additions & 4 deletions src/tools/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"ecl-builder": "./bin/build.js"
},
"dependencies": {
"@babel/core": "7.17.8",
"@babel/core": "7.17.9",
"@babel/eslint-parser": "7.17.0",
"@babel/preset-env": "7.16.11",
"@babel/runtime": "7.17.8",
"@babel/runtime": "7.17.9",
"@rollup/plugin-replace": "3.1.0",
"autoprefixer": "10.4.4",
"browser-sync": "2.27.9",
"commander": "9.1.0",
"cssnano": "5.1.5",
"cssnano": "5.1.7",
"globby": "11.0.4",
"ncp": "2.0.0",
"postcss": "8.4.12",
Expand All @@ -30,7 +30,7 @@
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-svg": "2.0.0",
"rollup-plugin-uglify": "6.0.4",
"sass": "1.49.10"
"sass": "1.50.0"
},
"engines": {
"node": ">=12.0.0"
Expand Down
10 changes: 5 additions & 5 deletions src/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"deepmerge": "4.2.2",
"html-react-parser": "0.14.2",
"iframe-resizer": "4.3.2",
"js-beautify": "1.14.2",
"js-beautify": "1.14.3",
"normalize.css": "8.0.1",
"object-assign": "4.1.1",
"prismjs": "1.27.0",
Expand All @@ -45,12 +45,12 @@
"svg4everybody": "2.1.9"
},
"devDependencies": {
"@babel/core": "7.17.8",
"@babel/core": "7.17.9",
"@babel/plugin-proposal-export-default-from": "7.16.7",
"@babel/plugin-proposal-export-namespace-from": "7.16.7",
"@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7",
"@babel/runtime": "7.17.8",
"@babel/runtime": "7.17.9",
"@ecl/twig-ec-storybook": "^3.2.3",
"@mdx-js/loader": "1.6.22",
"autoprefixer": "10.4.4",
Expand All @@ -61,7 +61,7 @@
"copy-webpack-plugin": "6.3.2",
"css-loader": "5.2.6",
"documentation": "13.2.5",
"eslint": "8.12.0",
"eslint": "8.13.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.5.0",
Expand All @@ -85,7 +85,7 @@
"remark-frontmatter": "2.0.0",
"remark-unwrap-images": "2.1.0",
"rimraf": "3.0.2",
"sass": "1.49.10",
"sass": "1.50.0",
"sass-loader": "10.1.0",
"serve": "13.0.2",
"style-loader": "2.0.0",
Expand Down
Loading

1 comment on commit 776f692

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