|
27 | 27 | }, |
28 | 28 | "homepage": "https://github.com/Yoast/duplicate-post#readme", |
29 | 29 | "devDependencies": { |
30 | | - "@wordpress/data": "^4.25.0", |
31 | | - "@wordpress/dependency-extraction-webpack-plugin": "^2.8.0", |
| 30 | + "@babel/core": "^7.18.5", |
| 31 | + "@babel/plugin-transform-runtime": "^7.18.5", |
| 32 | + "@babel/preset-env": "^7.18.5", |
| 33 | + "@babel/preset-react": "^7.18.5", |
| 34 | + "@babel/runtime": "^7.18.5", |
| 35 | + "@wordpress/dependency-extraction-webpack-plugin": "^6.6.0", |
| 36 | + "@wordpress/scripts": "^28.6.0", |
32 | 37 | "@yoast/grunt-plugin-tasks": "^2.5", |
33 | | - "babel-core": "^6.26.3", |
34 | | - "babel-eslint": "^10.1.0", |
35 | | - "babel-loader": "7", |
36 | | - "babel-plugin-dynamic-import-webpack": "^1.1.0", |
37 | | - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
38 | | - "babel-plugin-transform-react-jsx": "^6.24.1", |
39 | | - "babel-preset-env": "^1.7.0", |
40 | | - "babel-preset-es2015": "^6.24.1", |
41 | | - "babel-preset-react": "^6.24.1", |
42 | | - "babelify": "^10.0.0", |
43 | | - "case-sensitive-paths-webpack-plugin": "^2.3.0", |
| 38 | + "babel-loader": "^9.1.3", |
44 | 39 | "grunt": "^1.5.3", |
45 | 40 | "grunt-contrib-clean": "^2.0.0", |
46 | 41 | "grunt-git": "^1.0.14", |
47 | 42 | "grunt-shell": "^3.0.1", |
48 | | - "grunt-webpack": "^4.0.2", |
| 43 | + "grunt-webpack": "^6.0.0", |
49 | 44 | "load-grunt-config": "^3.0.1", |
50 | 45 | "webpack": "^5.94.0" |
51 | 46 | }, |
52 | 47 | "dependencies": { |
| 48 | + "@wordpress/data": "^4.25.0", |
53 | 49 | "@wordpress/edit-post": "^3.25.2", |
54 | 50 | "@wordpress/plugins": "^2.23.0" |
55 | 51 | }, |
|
0 commit comments