Skip to content

Commit

Permalink
migrate pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
wattanx committed Feb 22, 2023
1 parent 9f889a1 commit b754753
Show file tree
Hide file tree
Showing 9 changed files with 9,087 additions and 8,902 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shamefully-hoist=true
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
"name": "wattanx-converter",
"version": "0.0.0",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --parallel",
Expand All @@ -23,5 +19,5 @@
"node": ">=14.0.0"
},
"dependencies": {},
"packageManager": "[email protected]"
"packageManager": "[email protected]"
}
3 changes: 1 addition & 2 deletions packages/converter-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"types": "./dist/types/index.d.ts",
"scripts": {
"build": "concurrently yarn:build:*",
"build": "concurrently pnpm:build:*",
"build:vite": "vite build",
"test": "vitest run",
"test:watch": "vitest",
Expand All @@ -31,7 +31,6 @@
"jsdom": "^20.0.0",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.11",
"ts-morph": "^17.0.1",
"ts-node": "^10.7.0",
"vite": "^4.0.3",
"vitest": "^0.26.2"
Expand Down
7 changes: 3 additions & 4 deletions packages/vue-composition-converter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"types": "./dist/types/index.d.ts",
"scripts": {
"convert": "ts-node --project src/scripts/tsconfig.json src/scripts/index.ts",
"build": "concurrently yarn:build:*",
"build": "concurrently pnpm:build:*",
"build:vite": "vite build",
"test": "vitest run",
"test:watch": "vitest",
Expand All @@ -27,7 +27,7 @@
"@types/node": "^17.0.35",
"@types/prettier": "^2.6.0",
"@vue/compiler-sfc": "^3.2.45",
"autoprefixer": "^10.4.7",
"@wattanx/converter-utils": "*",
"commander": "^9.2.0",
"concurrently": "^7.6.0",
"eslint": "^8.5.0",
Expand All @@ -37,7 +37,6 @@
"prettier-plugin-tailwindcss": "^0.1.11",
"ts-node": "^10.7.0",
"vite": "^4.0.3",
"vitest": "^0.26.2",
"@wattanx/converter-utils": "*"
"vitest": "^0.26.2"
}
}
10 changes: 4 additions & 6 deletions packages/vue-mixins-converter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"types": "./dist/types/index.d.ts",
"scripts": {
"convert": "ts-node --project src/scripts/tsconfig.json src/scripts/index.ts",
"build": "concurrently yarn:build:*",
"build": "concurrently pnpm:build:*",
"build:vite": "vite build",
"test": "vitest run",
"test:watch": "vitest",
Expand All @@ -27,8 +27,8 @@
"@types/node": "^17.0.35",
"@types/prettier": "^2.6.0",
"@vue/compiler-sfc": "^3.2.33",
"@vue/test-utils": "^2.0.0-rc.18",
"autoprefixer": "^10.4.7",
"@wattanx/converter-utils": "*",
"@wattanx/vue-composition-converter": "*",
"commander": "^9.2.0",
"concurrently": "^7.6.0",
"eslint": "^8.5.0",
Expand All @@ -38,8 +38,6 @@
"prettier-plugin-tailwindcss": "^0.1.11",
"ts-node": "^10.7.0",
"vite": "^4.0.3",
"vitest": "^0.26.2",
"@wattanx/converter-utils": "*",
"@wattanx/vue-composition-converter": "*"
"vitest": "^0.26.2"
}
}
7 changes: 3 additions & 4 deletions packages/vue-script-setup-converter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"types": "./dist/types/index.d.ts",
"scripts": {
"dev": "vite",
"build": "concurrently yarn:build:*",
"build": "concurrently pnpm:build:*",
"build:vite": "vite build",
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types",
"preview": "vite preview",
Expand All @@ -26,11 +26,10 @@
"devDependencies": {
"@types/prettier": "^2.7.1",
"@vue/compiler-sfc": "^3.2.40",
"@wattanx/converter-utils": "*",
"concurrently": "^7.6.0",
"prettier": "^2.7.1",
"vite": "^4.0.3",
"vitest": "^0.26.2",
"vue-tsc": "^0.40.4",
"@wattanx/converter-utils": "*"
"vitest": "^0.26.2"
}
}
Loading

0 comments on commit b754753

Please sign in to comment.