44 "version" : " 4.0.6" ,
55 "type" : " module" ,
66 "scripts" : {
7- "bootstrap" : " yarn install && composer install --no-interaction" ,
7+ "bootstrap" : " pnpm install && composer install --no-interaction" ,
88 "dev" : " vite" ,
99 "prebuild" : " echo 'todo: remove console'" ,
1010 "build" : " vite build && node release/mv-manifest.cjs" ,
1111 "preview" : " vite preview" ,
1212 "format" : " prettier-eslint --write \" js/src/**/*.tsx\" " ,
13- "lint" : " yarn eslint ./js/src/*.{ts,tsx} --ext .ts,.tsx && phpcbf" ,
14- "lint:fix" : " yarn eslint ./js/src/*.{ts,tsx} --fix && phpcbf" ,
13+ "lint" : " pnpm eslint ./js/src/*.{ts,tsx} --ext .ts,.tsx && phpcbf" ,
14+ "lint:fix" : " pnpm eslint ./js/src/*.{ts,tsx} --fix && phpcbf" ,
1515 "release" : " env-cmd -f ./.env release-it patch --ci --verbose --config ./release/.release-it.cjs" ,
1616 "release:build-only" : " env-cmd -f ./.env release-it patch --ci --verbose --config ./release/.release-it.cjs --build-only" ,
1717 "release:patch" : " env-cmd -f ./.env release-it patch --ci --verbose --config ./release/.release-it.cjs" ,
2222 "sync:version" : " wp-update-project-version -s package.json -p plugin.php" ,
2323 "replace-string" : " node ./replace-string.cjs" ,
2424 "i18n" : " wp i18n make-pot . languages/wp_refine_plugin.pot" ,
25- "i18n:commit" : " yarn i18n && git add . && git commit --amend --no-edit"
25+ "i18n:commit" : " pnpm i18n && git add . && git commit --amend --no-edit"
2626 },
2727 "dependencies" : {
2828 "@refinedev/antd" : " 5.45.1" ,
3838 "react-dom" : " ^18.2.0"
3939 },
4040 "devDependencies" : {
41- "@kucrut/vite-for-wp" : " ^0.8 .0" ,
41+ "@kucrut/vite-for-wp" : " ^0.12 .0" ,
4242 "@rollup/plugin-alias" : " ^5.1.0" ,
4343 "@soderlind/wp-project-version-sync" : " ^2.0.2" ,
4444 "@tanstack/react-query-devtools" : " ^5.28.14" ,
7171 "prettier-eslint" : " ^16.3.0" ,
7272 "prettier-eslint-cli" : " ^8.0.1" ,
7373 "prettier-plugin-multiline-arrays" : " ^3.0.4" ,
74- "release-it" : " ^17.1.1" ,
74+ "release-it" : " ^19.0.3" ,
75+ "release-it-pnpm" : " ^4.6.6" ,
7576 "replace-in-file" : " ^7.1.0" ,
7677 "sass" : " ^1.72.0" ,
7778 "tailwindcss" : " ^3.4.3" ,
8081 "vite" : " ^5.2.7" ,
8182 "vite-plugin-live-reload" : " ^3.0.3" ,
8283 "vite-tsconfig-paths" : " ^4.3.2" ,
83- "yargs" : " ^17.7.2" ,
84- "yarn-upgrade-all" : " ^0.7.2"
84+ "yargs" : " ^17.7.2"
8585 },
8686 "bin" : " ./bin/create.cjs"
87- }
87+ }
0 commit comments