Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Nov 2, 2023
1 parent 3872e69 commit 323f942
Show file tree
Hide file tree
Showing 8 changed files with 1,056 additions and 1,050 deletions.
1 change: 0 additions & 1 deletion .storybook/main.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ module.exports = {
},
docs: {
disabled: true,
autodocs: true,
},
//eslint-disable-next-line require-await -- Negligible.
webpackFinal: async (webpackConfig) => {
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Visual storytelling for WordPress.
[![Commit activity](https://img.shields.io/github/commit-activity/m/googleforcreators/web-stories-wp)](https://github.com/googleforcreators/web-stories-wp/pulse/monthly)
[![Code Coverage](https://codecov.io/gh/googleforcreators/web-stories-wp/branch/main/graph/badge.svg)](https://codecov.io/gh/googleforcreators/web-stories-wp)
[![License](https://img.shields.io/github/license/googleforcreators/web-stories-wp)](https://github.com/googleforcreators/web-stories-wp/blob/main/LICENSE)
[![Storybook](https://raw.githubusercontent.com/storybooks/brand/master/badge/badge-storybook.svg)](https://googleforcreators.github.io/web-stories-wp/storybook/)

<details>
<summary>
Expand Down
2 changes: 1 addition & 1 deletion babel.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = function (api) {
shippedProposals: true,
targets,
useBuiltIns: 'usage',
corejs: '3.31.0',
corejs: '3.33.2',
},
],
[
Expand Down
2,016 changes: 1,011 additions & 1,005 deletions package-lock.json

Large diffs are not rendered by default.

76 changes: 38 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
},
"devDependencies": {
"@ampproject/toolbox-optimizer": "^2.9.0",
"@babel/core": "^7.22.8",
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.7",
"@babel/eslint-plugin": "^7.22.5",
"@babel/preset-env": "^7.22.7",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@googleforcreators/dashboard": "*",
"@googleforcreators/design-system": "*",
"@googleforcreators/fonts": "*",
Expand All @@ -48,29 +48,29 @@
"@googleforcreators/story-editor": "*",
"@jest/types": "^29.5.0",
"@jsdevtools/coverage-istanbul-loader": "^3.0.5",
"@percy/cli": "^1.26.2",
"@percy/cli": "^1.27.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@prettier/plugin-xml": "^3.1.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-dynamic-import-vars": "^2.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-url": "^8.0.1",
"@storybook/addon-a11y": "^7.4.5",
"@storybook/addon-backgrounds": "^7.4.5",
"@storybook/addon-docs": "^7.4.5",
"@storybook/addon-essentials": "^7.4.5",
"@storybook/addon-links": "^7.4.5",
"@storybook/addon-storysource": "^7.4.5",
"@storybook/addon-viewport": "^7.4.5",
"@storybook/client-api": "^7.4.5",
"@storybook/client-logger": "^7.4.5",
"@prettier/plugin-xml": "^3.2.2",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-dynamic-import-vars": "^2.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-url": "^8.0.2",
"@storybook/addon-a11y": "^7.5.2",
"@storybook/addon-backgrounds": "^7.5.2",
"@storybook/addon-docs": "^7.5.2",
"@storybook/addon-essentials": "^7.5.2",
"@storybook/addon-links": "^7.5.2",
"@storybook/addon-storysource": "^7.5.2",
"@storybook/addon-viewport": "^7.5.2",
"@storybook/client-api": "^7.5.2",
"@storybook/client-logger": "^7.5.2",
"@storybook/csf": "^0.1.1",
"@storybook/csf-tools": "^7.4.5",
"@storybook/react": "^7.4.5",
"@storybook/react-webpack5": "^7.4.5",
"@storybook/csf-tools": "^7.5.2",
"@storybook/react": "^7.5.2",
"@storybook/react-webpack5": "^7.5.2",
"@stylelint/postcss-css-in-js": "^0.38.0",
"@svgr/rollup": "^8.0.1",
"@svgr/webpack": "^8.0.1",
Expand Down Expand Up @@ -104,30 +104,30 @@
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"browserslist": "^4.21.9",
"circular-dependency-plugin": "^5.2.2",
"core-js": "^3.31.1",
"core-js": "^3.33.2",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"cssnano": "^6.0.1",
"eslint": "^8.44.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-header": "^3.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jasmine": "^4.1.3",
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jest-dom": "^5.0.1",
"eslint-plugin-jest-extended": "^2.0.0",
"eslint-plugin-jsdoc": "^46.4.3",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-styled-components-a11y": "^2.1.31",
"eslint-plugin-testing-library": "^6.0.2",
"eslint-plugin-testing-library": "^6.1.0",
"html-webpack-plugin": "^5.5.3",
"husky": "^8.0.3",
"jest": "^29.6.1",
Expand All @@ -138,15 +138,15 @@
"jest-fetch-mock": "^3.0.3",
"jest-matcher-deep-close-to": "^3.0.2",
"jest-silent-reporter": "^0.5.0",
"jest-styled-components": "^7.1.1",
"jest-styled-components": "^7.2.0",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^5.1.0",
"karma-parallel": "^0.3.1",
"karma-sourcemap-loader": "^0.4.0",
"karma-webpack": "^5.0.0",
"lint-staged": "^14.0.1",
"lint-staged": "^15.0.2",
"markdownlint-cli": "^0.37.0",
"mini-css-extract-plugin": "^2.7.6",
"mockdate": "^3.0.5",
Expand All @@ -157,7 +157,7 @@
"postcss-styled-syntax": "^0.5.0",
"postcss-syntax": "^0.36.2",
"prettier": "^3.0.0",
"puppeteer": "^21.3.6",
"puppeteer": "^21.4.1",
"react-refresh": "^0.14.0",
"react-test-renderer": "^17.0.2",
"rollup": "^2.79.1",
Expand All @@ -166,15 +166,15 @@
"rollup-plugin-web-worker-loader": "^1.6.1",
"rtlcss-webpack-plugin": "^4.0.7",
"source-map-loader": "^4.0.1",
"storybook": "^7.4.5",
"storybook": "^7.5.2",
"styled-components": "^5.3.11",
"stylelint": "^15.10.1",
"stylelint": "^15.11.0",
"stylelint-config-recommended": "^13.0.0",
"stylelint-prettier": "^4.0.0",
"stylis-plugin-rtl": "^1.0.0",
"terser-webpack-plugin": "^5.3.9",
"typescript": "^5.1.6",
"webpack": "^5.88.1",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/commander/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"type": "module",
"dependencies": {
"commander": "^11.0.0",
"commander": "^11.1.0",
"semver": "^7.5.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"@wordpress/jest-console": "^7.15.0",
"babel-jest": "^29.5.0",
"expect-puppeteer": "^9.0.1",
"jest-environment-puppeteer": "^9.0.0",
"jest-extended": "^4.0.0",
"jest-environment-puppeteer": "^9.0.1",
"jest-extended": "^4.0.2",
"jest-json-schema": "^6.1.0",
"jest-puppeteer": "^9.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"rollup": "^2.79.1"
},
"scripts": {
Expand Down

0 comments on commit 323f942

Please sign in to comment.