Skip to content

Commit

Permalink
chore(deps): Updates 07-09-23 (#3015)
Browse files Browse the repository at this point in the history
* chore(deps): Green updates - 07-09-23

* chore(deps): Rollup - 07-09-23
  • Loading branch information
planctus authored Sep 7, 2023
1 parent b7ea463 commit d739f23
Show file tree
Hide file tree
Showing 6 changed files with 290 additions and 99 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"update-version": "scripts/update-version.sh"
},
"devDependencies": {
"@babel/eslint-parser": "7.22.11",
"@babel/eslint-parser": "7.22.15",
"@babel/plugin-proposal-export-default-from": "7.22.5",
"@babel/plugin-transform-runtime": "7.22.10",
"@babel/plugin-transform-runtime": "7.22.15",
"@prettier/plugin-xml": "3.2.0",
"@size-limit/preset-big-lib": "8.2.6",
"babel-jest": "29.6.4",
Expand Down
8 changes: 4 additions & 4 deletions src/playground/ec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"start": "STORYBOOK_SYSTEM=EC node start.js"
},
"devDependencies": {
"@babel/core": "7.22.11",
"@babel/preset-env": "7.22.14",
"@babel/preset-react": "7.22.5",
"@babel/runtime": "7.22.11",
"@babel/core": "7.22.15",
"@babel/preset-env": "7.22.15",
"@babel/preset-react": "7.22.15",
"@babel/runtime": "7.22.15",
"@storybook/addon-a11y": "7.4.0",
"@storybook/addon-cssresources": "6.2.9",
"@storybook/addon-essentials": "7.4.0",
Expand Down
8 changes: 4 additions & 4 deletions src/playground/eu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"start": "STORYBOOK_SYSTEM=EU node start.js"
},
"devDependencies": {
"@babel/core": "7.22.11",
"@babel/preset-env": "7.22.14",
"@babel/preset-react": "7.22.5",
"@babel/runtime": "7.22.11",
"@babel/core": "7.22.15",
"@babel/preset-env": "7.22.15",
"@babel/preset-react": "7.22.15",
"@babel/runtime": "7.22.15",
"@storybook/addon-a11y": "7.4.0",
"@storybook/addon-cssresources": "6.2.9",
"@storybook/addon-essentials": "7.4.0",
Expand Down
10 changes: 5 additions & 5 deletions src/tools/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"ecl-builder": "./bin/build.js"
},
"dependencies": {
"@babel/core": "7.22.11",
"@babel/eslint-parser": "7.22.11",
"@babel/preset-env": "7.22.14",
"@babel/runtime": "7.22.11",
"@babel/core": "7.22.15",
"@babel/eslint-parser": "7.22.15",
"@babel/preset-env": "7.22.15",
"@babel/runtime": "7.22.15",
"@rollup/plugin-replace": "5.0.2",
"autoprefixer": "10.4.15",
"browser-sync": "2.29.3",
Expand All @@ -25,7 +25,7 @@
"postcss": "8.4.29",
"postcss-banner": "4.0.1",
"postcss-input-range": "5.0.0",
"rollup": "3.28.1",
"rollup": "3.29.0",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
Expand Down
8 changes: 4 additions & 4 deletions src/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
"svg4everybody": "2.1.9"
},
"devDependencies": {
"@babel/core": "7.22.11",
"@babel/core": "7.22.15",
"@babel/plugin-proposal-export-default-from": "7.22.5",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/preset-env": "7.22.14",
"@babel/preset-react": "7.22.5",
"@babel/runtime": "7.22.11",
"@babel/preset-env": "7.22.15",
"@babel/preset-react": "7.22.15",
"@babel/runtime": "7.22.15",
"@ecl/twig-ec-storybook": "3.9.1",
"@mdx-js/loader": "2.3.0",
"autoprefixer": "10.4.15",
Expand Down
Loading

1 comment on commit d739f23

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