|
3 | 3 | "version": "4.0.12", |
4 | 4 | "type": "module", |
5 | 5 | "scripts": { |
6 | | - "bootstrap": "yarn && composer install --no-interaction", |
| 6 | + "bootstrap": "pnpm && composer install --no-interaction", |
7 | 7 | "dev": "vite", |
8 | 8 | "prebuild": "echo 'todo: remove console'", |
9 | 9 | "build": "vite build && node release/mv-manifest.cjs", |
|
21 | 21 | "sync:version": "wp-update-project-version -s package.json -p plugin.php", |
22 | 22 | "replace-string": "node ./replace-string.cjs", |
23 | 23 | "i18n": "wp i18n make-pot . languages/wp_react_plugin.pot", |
24 | | - "i18n:commit": "yarn i18n && git add . && git commit --amend --no-edit" |
| 24 | + "i18n:commit": "pnpm i18n && git add . && git commit --amend --no-edit" |
25 | 25 | }, |
26 | 26 | "dependencies": { |
| 27 | + "@release-it/bumper": "^7.0.5", |
27 | 28 | "@tanstack/react-query": "4.36.1", |
28 | | - "axios": "^1.6.8", |
| 29 | + "axios": "^1.13.2", |
29 | 30 | "react": "^18.2.0", |
30 | 31 | "react-dom": "^18.2.0" |
31 | 32 | }, |
32 | 33 | "devDependencies": { |
33 | 34 | "@ant-design/cssinjs": "^1.19.1", |
34 | | - "@kucrut/vite-for-wp": "^0.8.0", |
| 35 | + "@kucrut/vite-for-wp": "^0.12.0", |
35 | 36 | "@rollup/plugin-alias": "^5.1.0", |
36 | 37 | "@soderlind/wp-project-version-sync": "^2.0.2", |
37 | 38 | "@tanstack/react-query-devtools": "^5.28.10", |
|
43 | 44 | "@typescript-eslint/parser": "^7.4.0", |
44 | 45 | "@vitejs/plugin-react": "^4.2.1", |
45 | 46 | "@wordpress/eslint-plugin": "^17.11.0", |
46 | | - "adm-zip": "^0.5.12", |
| 47 | + "adm-zip": "^0.5.16", |
47 | 48 | "archiver": "^7.0.1", |
48 | | - "autoprefixer": "^10.4.19", |
| 49 | + "autoprefixer": "^10.4.22", |
49 | 50 | "change-case-all": "^2.1.0", |
50 | | - "env-cmd": "^10.1.0", |
| 51 | + "env-cmd": "^11.0.0", |
51 | 52 | "eslint": "^8.57.0", |
52 | 53 | "eslint-config-airbnb": "^19.0.4", |
53 | 54 | "eslint-config-prettier": "^9.1.0", |
|
57 | 58 | "eslint-plugin-prettier": "^5.1.3", |
58 | 59 | "eslint-plugin-promise": "^6.1.1", |
59 | 60 | "eslint-plugin-react": "^7.34.1", |
60 | | - "postcss": "^8.4.38", |
61 | | - "postcss-import": "^16.1.0", |
62 | | - "postcss-nesting": "^12.1.0", |
63 | | - "prettier": "^3.2.5", |
| 61 | + "postcss": "^8.5.6", |
| 62 | + "postcss-import": "^16.1.1", |
| 63 | + "postcss-nesting": "^13.0.2", |
| 64 | + "prettier": "^3.7.4", |
64 | 65 | "prettier-eslint": "^16.3.0", |
65 | 66 | "prettier-eslint-cli": "^8.0.1", |
66 | 67 | "prettier-plugin-multiline-arrays": "^3.0.4", |
67 | | - "release-it": "^17.1.1", |
| 68 | + "release-it": "^19.0.3", |
| 69 | + "release-it-pnpm": "^4.6.6", |
68 | 70 | "replace-in-file": "^7.1.0", |
69 | 71 | "sass": "^1.72.0", |
70 | 72 | "tailwindcss": "^3.4.3", |
|
73 | 75 | "vite": "^5.2.7", |
74 | 76 | "vite-plugin-live-reload": "^3.0.3", |
75 | 77 | "vite-tsconfig-paths": "^4.3.2", |
76 | | - "yargs": "^17.7.2", |
77 | | - "yarn-upgrade-all": "^0.7.2" |
| 78 | + "yargs": "^17.7.2" |
78 | 79 | }, |
79 | 80 | "bin": "./bin/create.cjs" |
80 | 81 | } |
0 commit comments