|
1 | 1 | { |
2 | 2 | "name": "turn-comments-off", |
3 | | - "version": "1.3.2", |
| 3 | + "version": "2.0.0", |
4 | 4 | "description": "Turn comments off everywhere in WordPress", |
5 | 5 | "author": "Happy Prime", |
6 | 6 | "license": "GPL-2.0-or-later", |
|
17 | 17 | "url": "https://github.com/happyprime/turn-comments-off/issues" |
18 | 18 | }, |
19 | 19 | "engines": { |
20 | | - "node": ">=20", |
| 20 | + "node": ">=22", |
21 | 21 | "npm": ">=10" |
22 | 22 | }, |
23 | 23 | "devDependencies": { |
24 | | - "@babel/core": "^7.24.9", |
25 | | - "@babel/plugin-transform-runtime": "^7.24.7", |
26 | | - "@babel/preset-env": "^7.24.8", |
27 | | - "@babel/preset-react": "^7.24.7", |
28 | | - "@happyprime/eslint-config": "^0.0.5", |
29 | | - "@wordpress/browserslist-config": "^6.3.0", |
30 | | - "@wordpress/dependency-extraction-webpack-plugin": "^6.3.0", |
31 | | - "@wordpress/npm-package-json-lint-config": "^5.3.0", |
32 | | - "babel-loader": "^9.1.3", |
| 24 | + "@babel/core": "^7.26.10", |
| 25 | + "@babel/plugin-transform-runtime": "^7.26.10", |
| 26 | + "@babel/preset-env": "^7.26.9", |
| 27 | + "@babel/preset-react": "^7.26.3", |
| 28 | + "@happyprime/eslint-config": "^0.0.14", |
| 29 | + "@wordpress/browserslist-config": "^6.20.0", |
| 30 | + "@wordpress/dependency-extraction-webpack-plugin": "^6.20.0", |
| 31 | + "@wordpress/npm-package-json-lint-config": "^5.20.0", |
| 32 | + "babel-loader": "^10.0.0", |
33 | 33 | "npm-package-json-lint": "^8.0.0", |
34 | | - "webpack": "^5.93.0", |
35 | | - "webpack-cli": "^5.1.4" |
| 34 | + "webpack": "^5.98.0", |
| 35 | + "webpack-cli": "^6.0.1" |
36 | 36 | }, |
37 | 37 | "scripts": { |
38 | 38 | "build": "webpack --mode production", |
|
0 commit comments