|
6 | 6 | "dev": "cross-env BABEL_ENV=default webpack --watch --mode development --progress" |
7 | 7 | }, |
8 | 8 | "devDependencies": { |
9 | | - "babel-core": "^6.26.3", |
10 | | - "babel-eslint": "^10.0.1", |
11 | | - "babel-loader": "^7.1.1", |
12 | | - "babel-plugin-lodash": "3.2.11", |
13 | | - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
14 | | - "babel-plugin-transform-react-jsx": "^6.24.1", |
15 | | - "babel-plugin-transform-runtime": "^6.23.0", |
16 | | - "babel-preset-env": "1.7.0", |
17 | | - "classnames": "2.2.5", |
18 | | - "cross-env": "^5.0.1", |
19 | | - "diff": "4.0.1", |
20 | | - "eslint": "4.18.2", |
| 9 | + "@babel/core": "7.26.9", |
| 10 | + "@babel/eslint-parser": "7.26.8", |
| 11 | + "@babel/plugin-transform-object-rest-spread": "7.25.9", |
| 12 | + "@babel/plugin-transform-react-jsx": "7.25.9", |
| 13 | + "@babel/plugin-transform-runtime": "7.26.9", |
| 14 | + "@babel/preset-env": "7.26.9", |
| 15 | + "@types/babel__plugin-transform-runtime": "7.9.5", |
| 16 | + "@types/babel__preset-env": "7.10.0", |
| 17 | + "babel-loader": "^9.2.1", |
| 18 | + "babel-plugin-lodash": "3.3.4", |
| 19 | + "classnames": "2.5.1", |
| 20 | + "cross-env": "^7.0.3", |
| 21 | + "diff": "7.0.0", |
| 22 | + "eslint": "9.21.0", |
21 | 23 | "eslint-config-wordpress": "2.0.0", |
22 | | - "eslint-plugin-jest": "21.5.0", |
23 | | - "eslint-plugin-jsx-a11y": "6.0.3", |
24 | | - "eslint-plugin-react": "7.5.1", |
| 24 | + "eslint-plugin-jest": "28.11.0", |
| 25 | + "eslint-plugin-jsx-a11y": "6.10.2", |
| 26 | + "eslint-plugin-react": "7.37.4", |
25 | 27 | "eslint-plugin-wordpress": "git+https://github.com/WordPress-Coding-Standards/eslint-plugin-wordpress.git", |
26 | | - "glob": "^7.1.2", |
27 | | - "grunt": "^1.0.1", |
28 | | - "grunt-autoprefixer": "^3.0.4", |
| 28 | + "glob": "^11.0.1", |
| 29 | + "grunt": "^1.6.1", |
| 30 | + "grunt-autoprefixer": "0.4.2", |
29 | 31 | "grunt-checktextdomain": "^1.0.1", |
30 | | - "grunt-contrib-cssmin": "3.0.0", |
31 | | - "grunt-contrib-uglify": "^2.0.0", |
32 | | - "grunt-contrib-watch": "^1.0.0", |
| 32 | + "grunt-contrib-cssmin": "5.0.0", |
| 33 | + "grunt-contrib-uglify": "^5.2.2", |
| 34 | + "grunt-contrib-watch": "^1.1.0", |
33 | 35 | "grunt-wp-i18n": "1.0.3", |
34 | | - "jest": "25.5.2", |
| 36 | + "jest": "29.7.0", |
35 | 37 | "load-grunt-tasks": "5.1.0", |
36 | | - "serialize-javascript": "2.1.2", |
37 | | - "uglifyjs-webpack-plugin": "1.1.6", |
38 | | - "webpack": "4.41.2", |
39 | | - "webpack-cli": "3.3.11" |
| 38 | + "serialize-javascript": "6.0.2", |
| 39 | + "terser-webpack-plugin": "5.3.11", |
| 40 | + "webpack": "5.98.0", |
| 41 | + "webpack-cli": "6.0.1" |
40 | 42 | }, |
41 | 43 | "dependencies": { |
42 | | - "@wordpress/api-fetch": "3.6.0" |
| 44 | + "@wordpress/api-fetch": "7.18.0" |
43 | 45 | } |
44 | 46 | } |
0 commit comments