|
22 | 22 | "url": "https://github.com/googleforcreators/web-stories-wp/issues"
|
23 | 23 | },
|
24 | 24 | "engines": {
|
25 |
| - "node": ">= 20", |
| 25 | + "node": ">= 22", |
26 | 26 | "npm": ">= 10"
|
27 | 27 | },
|
28 | 28 | "type": "module",
|
|
39 | 39 | "@babel/preset-env": "^7.26.0",
|
40 | 40 | "@babel/preset-react": "^7.25.9",
|
41 | 41 | "@babel/preset-typescript": "^7.26.0",
|
42 |
| - "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0", |
| 42 | + "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1", |
43 | 43 | "@googleforcreators/dashboard": "*",
|
44 | 44 | "@googleforcreators/design-system": "*",
|
45 | 45 | "@googleforcreators/fonts": "*",
|
|
53 | 53 | "@prettier/plugin-xml": "^3.4.1",
|
54 | 54 | "@rollup/plugin-babel": "^6.0.4",
|
55 | 55 | "@rollup/plugin-commonjs": "^25.0.7",
|
56 |
| - "@rollup/plugin-dynamic-import-vars": "^2.1.3", |
| 56 | + "@rollup/plugin-dynamic-import-vars": "^2.1.5", |
57 | 57 | "@rollup/plugin-json": "^6.1.0",
|
58 |
| - "@rollup/plugin-node-resolve": "^15.2.3", |
| 58 | + "@rollup/plugin-node-resolve": "^15.3.0", |
59 | 59 | "@rollup/plugin-terser": "^0.4.4",
|
60 | 60 | "@rollup/plugin-url": "^8.0.2",
|
61 | 61 | "@storybook/addon-a11y": "^8.4.5",
|
|
75 | 75 | "@svgr/rollup": "^8.0.1",
|
76 | 76 | "@svgr/webpack": "^8.0.1",
|
77 | 77 | "@testing-library/dom": "^10.4.0",
|
78 |
| - "@testing-library/jest-dom": "^6.6.2", |
| 78 | + "@testing-library/jest-dom": "^6.6.3", |
79 | 79 | "@testing-library/react": "^12.1.5",
|
80 | 80 | "@testing-library/react-hooks": "^8.0.1",
|
81 | 81 | "@testing-library/user-event": "^14.5.2",
|
82 | 82 | "@types/jest": "^29.5.14",
|
83 | 83 | "@types/jsdom": "^21.1.7",
|
84 |
| - "@types/node": "^22.8.6", |
| 84 | + "@types/node": "^22.9.3", |
85 | 85 | "@types/styled-components": "^5.1.26",
|
86 | 86 | "@types/uuid": "^10.0.0",
|
87 | 87 | "@typescript-eslint/eslint-plugin": "^6.19.1",
|
|
104 | 104 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
105 | 105 | "browserslist": "^4.24.2",
|
106 | 106 | "circular-dependency-plugin": "^5.2.2",
|
107 |
| - "core-js": "^3.38.1", |
| 107 | + "core-js": "^3.39.0", |
108 | 108 | "cross-env": "^7.0.3",
|
109 | 109 | "css-loader": "^7.1.2",
|
110 | 110 | "css-minimizer-webpack-plugin": "^7.0.0",
|
|
114 | 114 | "eslint-plugin-header": "^3.1.0",
|
115 | 115 | "eslint-plugin-import": "^2.31.0",
|
116 | 116 | "eslint-plugin-jasmine": "^4.2.2",
|
117 |
| - "eslint-plugin-jest": "^28.8.3", |
118 |
| - "eslint-plugin-jest-dom": "^5.4.0", |
| 117 | + "eslint-plugin-jest": "^28.9.0", |
| 118 | + "eslint-plugin-jest-dom": "^5.5.0", |
119 | 119 | "eslint-plugin-jest-extended": "^2.4.0",
|
120 |
| - "eslint-plugin-jsdoc": "^50.4.3", |
121 |
| - "eslint-plugin-jsx-a11y": "^6.10.1", |
| 120 | + "eslint-plugin-jsdoc": "^50.5.0", |
| 121 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
122 | 122 | "eslint-plugin-markdown": "^5.1.0",
|
123 | 123 | "eslint-plugin-node": "^11.1.0",
|
124 | 124 | "eslint-plugin-oxlint": "^0.13.1",
|
125 | 125 | "eslint-plugin-prettier": "^5.2.1",
|
126 | 126 | "eslint-plugin-react": "^7.37.2",
|
127 | 127 | "eslint-plugin-react-hooks": "^5.0.0",
|
128 | 128 | "eslint-plugin-security": "^3.0.1",
|
129 |
| - "eslint-plugin-styled-components-a11y": "^2.1.35", |
130 |
| - "eslint-plugin-testing-library": "^6.4.0", |
131 |
| - "html-webpack-plugin": "^5.6.0", |
132 |
| - "husky": "^9.1.6", |
| 129 | + "eslint-plugin-styled-components-a11y": "^2.1.36", |
| 130 | + "eslint-plugin-testing-library": "^7.0.0", |
| 131 | + "html-webpack-plugin": "^5.6.3", |
| 132 | + "husky": "^9.1.7", |
133 | 133 | "jest": "^29.7.0",
|
134 | 134 | "jest-axe": "^9.0.0",
|
135 | 135 | "jest-canvas-mock": "^2.5.2",
|
|
147 | 147 | "karma-sourcemap-loader": "^0.4.0",
|
148 | 148 | "karma-webpack": "^5.0.1",
|
149 | 149 | "lint-staged": "^15.2.10",
|
150 |
| - "markdownlint-cli": "^0.42.0", |
| 150 | + "markdownlint-cli": "^0.43.0", |
151 | 151 | "mini-css-extract-plugin": "^2.9.2",
|
152 | 152 | "mockdate": "^3.0.5",
|
153 | 153 | "npm-package-json-lint": "^8.0.0",
|
154 | 154 | "npm-run-all": "^4.1.5",
|
155 | 155 | "oxlint": "^0.13.1",
|
156 | 156 | "patch-package": "^8.0.0",
|
157 | 157 | "postcss-jsx": "^0.36.4",
|
158 |
| - "postcss-styled-syntax": "^0.6.4", |
| 158 | + "postcss-styled-syntax": "^0.7.0", |
159 | 159 | "postcss-syntax": "^0.36.2",
|
160 | 160 | "prettier": "^3.3.3",
|
161 | 161 | "puppeteer": "^21.9.0",
|
|
174 | 174 | "stylelint-prettier": "^5.0.2",
|
175 | 175 | "stylis-plugin-rtl": "^1.0.0",
|
176 | 176 | "terser-webpack-plugin": "^5.3.10",
|
177 |
| - "typescript": "^5.6.3", |
178 |
| - "webpack": "^5.95.0", |
| 177 | + "typescript": "^5.7.2", |
| 178 | + "webpack": "^5.96.1", |
179 | 179 | "webpack-bundle-analyzer": "^4.10.2",
|
180 | 180 | "webpack-cli": "^5.1.4",
|
181 | 181 | "webpack-dev-server": "^5.1.0",
|
182 |
| - "webpackbar": "^6.0.1", |
| 182 | + "webpackbar": "^7.0.0", |
183 | 183 | "worker-loader": "^3.0.8",
|
184 | 184 | "workspaces-run": "^1.0.2"
|
185 | 185 | },
|
|
0 commit comments