Skip to content

Commit

Permalink
chore(deps): Updates 07-07-23 (#2945)
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus committed Jul 7, 2023
1 parent 657e7b9 commit 6bdec25
Show file tree
Hide file tree
Showing 6 changed files with 391 additions and 289 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@babel/plugin-transform-runtime": "7.22.7",
"@prettier/plugin-xml": "2.2.0",
"@size-limit/preset-big-lib": "8.2.6",
"babel-jest": "29.6.0",
"babel-jest": "29.6.1",
"classnames": "2.3.2",
"eslint": "8.44.0",
"eslint-config-airbnb": "19.0.4",
Expand All @@ -51,9 +51,9 @@
"eslint-plugin-react-hooks": "4.6.0",
"glob": "7.2.0",
"husky": "8.0.3",
"jest": "29.6.0",
"jest": "29.6.1",
"jest-axe": "7.0.1",
"jest-environment-jsdom": "29.6.0",
"jest-environment-jsdom": "29.6.1",
"lerna": "7.1.1",
"lerna-changelog": "2.2.0",
"lint-staged": "13.2.3",
Expand Down
2 changes: 1 addition & 1 deletion src/playground/ec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "STORYBOOK_SYSTEM=EC node start.js"
},
"devDependencies": {
"@babel/core": "7.22.7",
"@babel/core": "7.22.8",
"@babel/preset-env": "7.22.7",
"@babel/preset-react": "7.22.5",
"@babel/runtime": "7.22.6",
Expand Down
2 changes: 1 addition & 1 deletion src/playground/eu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "STORYBOOK_SYSTEM=EU node start.js"
},
"devDependencies": {
"@babel/core": "7.22.7",
"@babel/core": "7.22.8",
"@babel/preset-env": "7.22.7",
"@babel/preset-react": "7.22.5",
"@babel/runtime": "7.22.6",
Expand Down
6 changes: 3 additions & 3 deletions src/tools/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ecl-builder": "./bin/build.js"
},
"dependencies": {
"@babel/core": "7.22.7",
"@babel/core": "7.22.8",
"@babel/eslint-parser": "7.22.7",
"@babel/preset-env": "7.22.7",
"@babel/runtime": "7.22.6",
Expand All @@ -22,10 +22,10 @@
"cssnano": "6.0.1",
"globby": "11.0.4",
"ncp": "2.0.0",
"postcss": "8.4.24",
"postcss": "8.4.25",
"postcss-banner": "4.0.1",
"postcss-input-range": "5.0.0",
"rollup": "3.26.1",
"rollup": "3.26.2",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
Expand Down
4 changes: 2 additions & 2 deletions src/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"svg4everybody": "2.1.9"
},
"devDependencies": {
"@babel/core": "7.22.7",
"@babel/core": "7.22.8",
"@babel/plugin-proposal-export-default-from": "7.22.5",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/preset-env": "7.22.7",
Expand Down Expand Up @@ -76,7 +76,7 @@
"mini-css-extract-plugin": "2.7.6",
"netlify-cms-proxy-server": "1.3.24",
"node-polyfill-webpack-plugin": "2.0.1",
"postcss": "8.4.24",
"postcss": "8.4.25",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-loader": "7.3.3",
"postcss-prefix-selector": "1.16.0",
Expand Down
Loading

1 comment on commit 6bdec25

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