Skip to content

Commit

Permalink
chore(deps): Updates 03-09-24 (#3600)
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus committed Sep 6, 2024
1 parent 7b5aabd commit bf1db54
Show file tree
Hide file tree
Showing 6 changed files with 351 additions and 354 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react": "7.35.1",
"eslint-plugin-react-hooks": "4.6.2",
"glob": "11.0.0",
"husky": "9.1.5",
Expand All @@ -56,7 +56,7 @@
"jest-environment-jsdom": "29.7.0",
"lerna": "8.1.8",
"lerna-changelog": "2.2.0",
"lint-staged": "15.2.9",
"lint-staged": "15.2.10",
"npm-run-all": "4.1.5",
"patch-package": "8.0.0",
"postinstall-postinstall": "2.1.0",
Expand All @@ -67,7 +67,7 @@
"rimraf": "6.0.1",
"size-limit": "11.1.4",
"ssri": "10.0.6",
"stylelint": "16.8.2",
"stylelint": "16.9.0",
"stylelint-config-css-modules": "4.4.0",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-standard": "36.0.1",
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 @@ -13,7 +13,7 @@
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.4",
"@babel/preset-react": "7.24.7",
"@babel/runtime": "7.25.4",
"@babel/runtime": "7.25.6",
"@iframe-resizer/child": "5.2.6",
"@storybook/addon-a11y": "8.2.9",
"@storybook/addon-cssresources": "6.2.9",
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 @@ -13,7 +13,7 @@
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.4",
"@babel/preset-react": "7.24.7",
"@babel/runtime": "7.25.4",
"@babel/runtime": "7.25.6",
"@iframe-resizer/child": "5.2.6",
"@storybook/addon-a11y": "8.2.9",
"@storybook/addon-cssresources": "6.2.9",
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 @@ -14,18 +14,18 @@
"@babel/core": "7.25.2",
"@babel/eslint-parser": "7.25.1",
"@babel/preset-env": "7.25.4",
"@babel/runtime": "7.25.4",
"@babel/runtime": "7.25.6",
"@rollup/plugin-replace": "5.0.7",
"autoprefixer": "10.4.20",
"browser-sync": "3.0.2",
"commander": "12.1.0",
"cssnano": "7.0.5",
"globby": "11.0.4",
"ncp": "2.0.0",
"postcss": "8.4.41",
"postcss": "8.4.44",
"postcss-banner": "4.0.1",
"postcss-input-range": "5.0.0",
"rollup": "4.21.0",
"rollup": "4.21.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 @@ -50,7 +50,7 @@
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/preset-env": "7.25.4",
"@babel/preset-react": "7.24.7",
"@babel/runtime": "7.25.4",
"@babel/runtime": "7.25.6",
"@ecl/twig-ec-storybook": "4.6.3",
"@mdx-js/loader": "2.3.0",
"autoprefixer": "10.4.20",
Expand All @@ -77,7 +77,7 @@
"mini-css-extract-plugin": "2.9.1",
"netlify-cms-proxy-server": "1.3.24",
"node-polyfill-webpack-plugin": "2.0.1",
"postcss": "8.4.41",
"postcss": "8.4.44",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-loader": "8.1.1",
"postcss-prefix-selector": "1.16.1",
Expand Down
Loading

0 comments on commit bf1db54

Please sign in to comment.