Skip to content

Commit

Permalink
Merge branch 'feat/13603-speculative-prerendering' of https://github.…
Browse files Browse the repository at this point in the history
…com/GoogleForCreators/web-stories-wp into feat/13603-speculative-prerendering
  • Loading branch information
Swanand01 committed May 16, 2024
2 parents 30361eb + 33b5c38 commit 422dd67
Show file tree
Hide file tree
Showing 9 changed files with 1,616 additions and 779 deletions.
2,343 changes: 1,590 additions & 753 deletions package-lock.json

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
},
"devDependencies": {
"@ampproject/toolbox-optimizer": "^2.9.0",
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.5",
"@babel/eslint-parser": "^7.23.9",
"@babel/eslint-plugin": "^7.23.5",
"@babel/eslint-plugin": "^7.24.5",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.23.3",
"@googleforcreators/dashboard": "*",
"@googleforcreators/design-system": "*",
Expand Down Expand Up @@ -74,15 +74,15 @@
"@svgr/rollup": "^8.0.1",
"@svgr/webpack": "^8.0.1",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.3.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.12",
"@types/jsdom": "^21.1.3",
"@types/node": "^20.10.6",
"@types/styled-components": "^5.1.26",
"@types/uuid": "^9.0.4",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@web-stories-wp/e2e-tests": "*",
Expand All @@ -96,7 +96,7 @@
"@wordpress/dependency-extraction-webpack-plugin": "^5.1.0",
"@wordpress/eslint-plugin": "^17.7.0",
"ajv-cli": "^5.0.0",
"ajv-formats": "^2.1.1",
"ajv-formats": "^3.0.1",
"babel-jest": "^29.6.1",
"babel-loader": "^9.1.3",
"babel-plugin-styled-components": "^2.1.4",
Expand All @@ -107,7 +107,7 @@
"cross-env": "^7.0.3",
"css-loader": "^6.9.1",
"css-minimizer-webpack-plugin": "^6.0.0",
"cssnano": "^6.0.2",
"cssnano": "^7.0.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
Expand All @@ -122,10 +122,10 @@
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-security": "^2.1.0",
"eslint-plugin-styled-components-a11y": "^2.1.31",
"eslint-plugin-styled-components-a11y": "^2.1.32",
"eslint-plugin-testing-library": "^6.1.0",
"html-webpack-plugin": "^5.6.0",
"husky": "^9.0.6",
Expand All @@ -138,7 +138,7 @@
"jest-matcher-deep-close-to": "^3.0.2",
"jest-silent-reporter": "^0.5.0",
"jest-styled-components": "^7.2.0",
"karma": "^6.4.2",
"karma": "^6.4.3",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^5.1.0",
Expand All @@ -147,7 +147,7 @@
"karma-webpack": "^5.0.0",
"lint-staged": "^15.2.0",
"markdownlint-cli": "^0.38.0",
"mini-css-extract-plugin": "^2.7.7",
"mini-css-extract-plugin": "^2.9.0",
"mockdate": "^3.0.5",
"npm-package-json-lint": "^7.0.0",
"npm-run-all": "^4.1.5",
Expand All @@ -157,7 +157,7 @@
"postcss-syntax": "^0.36.2",
"prettier": "^3.2.4",
"puppeteer": "^21.9.0",
"react-refresh": "^0.14.0",
"react-refresh": "^0.14.2",
"react-test-renderer": "^17.0.2",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.5.0",
Expand All @@ -172,12 +172,12 @@
"stylelint-prettier": "^4.1.0",
"stylis-plugin-rtl": "^1.0.0",
"terser-webpack-plugin": "^5.3.10",
"typescript": "^5.3.3",
"webpack": "^5.90.0",
"webpack-bundle-analyzer": "^4.9.1",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpackbar": "^6.0.0",
"webpackbar": "^6.0.1",
"worker-loader": "^3.0.8",
"workspaces-run": "^1.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/animation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "^8.0.1",
"@types/styled-components": "^5.1.26",
"@types/web-animations-js": "^2.2.14"
"@types/web-animations-js": "^2.2.16"
}
}
4 changes: 2 additions & 2 deletions packages/commander/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"type": "module",
"dependencies": {
"commander": "^11.1.0",
"semver": "^7.5.4"
"semver": "^7.6.2"
},
"devDependencies": {
"@types/node": "^20.10.6",
"@types/semver": "^7.5.6"
"@types/semver": "^7.5.8"
},
"bin": {
"commander": "./src/index.ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@storybook/addon-essentials": "^7.6.4",
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "^8.0.1",
"@types/big.js": "^6.2.0",
"@types/big.js": "^6.2.2",
"@types/react-transition-group": "^4.4.6",
"@types/styled-components": "^5.1.26",
"use-debounce": "^10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/fonts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"access": "public"
},
"devDependencies": {
"@types/opentype.js": "^1.3.4",
"@types/opentype.js": "^1.3.8",
"opentype.js": "^1.3.4"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/glider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"type": "module",
"main": "./src/index.js",
"dependencies": {
"glider-js": "^1.7.8"
"glider-js": "^1.7.9"
},
"devDependencies": {}
}
2 changes: 1 addition & 1 deletion packages/rich-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"draft-js-import-element": "https://github.com/swissspidy/draft-js-import-element",
"draft-js-import-html": "^1.4.1",
"draftjs-filters": "^3.0.1",
"immutable": "^4.3.0",
"immutable": "^4.3.6",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/story-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"prop-types": "^15.8.1",
"react-blurhash": "^0.3.0",
"react-calendar": "^4.3.0",
"react-photo-album": "^2.3.0",
"react-photo-album": "^2.3.1",
"react-transition-group": "^4.4.5",
"react-virtual": "^2.10.4",
"remove-accents": "^0.5.0",
Expand All @@ -92,7 +92,7 @@
"@googleforcreators/test-utils": "*",
"@storybook/addon-essentials": "^7.6.4",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.3.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.2",
Expand Down

0 comments on commit 422dd67

Please sign in to comment.