Skip to content

Commit

Permalink
use pnpm version 9 (#44)
Browse files Browse the repository at this point in the history
* use pnpm version 9

* format and ci pnpm version
  • Loading branch information
JensDll committed Apr 18, 2024
1 parent dc86cc4 commit a0de4da
Show file tree
Hide file tree
Showing 8 changed files with 2,981 additions and 2,673 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
linting:
runs-on: ubuntu-22.04
env:
PNPM_VERSION: 8.11.0
PNPM_VERSION: 9.0.2
steps:
- name: Checking out the repository
uses: actions/checkout@v4.1.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
testing:
runs-on: ubuntu-22.04
env:
PNPM_VERSION: 8.11.0
PNPM_VERSION: 9.0.2
strategy:
fail-fast: false
matrix:
Expand Down
29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"private": true,
"packageManager": "pnpm@9.0.2+sha256.d6fc013639b81658ff175829ebb9435bcb89eff206769e460fd3ae27c2054df6",
"scripts": {
"build": "node scripts/build.mjs",
"build:vue": "pnpm run --filter \"vue-playground\" build",
Expand All @@ -22,25 +23,25 @@
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.5",
"@types/fs-extra": "11.0.4",
"@types/node": "20.11.8",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"@vitest/coverage-v8": "1.2.2",
"esbuild": "0.20.0",
"eslint": "8.56.0",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"@vitest/coverage-v8": "1.5.0",
"esbuild": "0.20.2",
"eslint": "8.57.0",
"eslint-plugin-import": "2.29.1",
"execa": "8.0.1",
"fs-extra": "11.2.0",
"postcss": "8.4.33",
"prettier": "3.2.4",
"prettier-plugin-tailwindcss": "0.5.11",
"rollup": "4.9.6",
"postcss": "8.4.38",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.14",
"rollup": "4.14.3",
"rollup-plugin-dts": "6.1.0",
"rollup-plugin-esbuild": "6.1.1",
"tailwindcss": "3.4.1",
"tailwindcss": "3.4.3",
"tailwindcss-plugin-icons": "workspace:*",
"typescript": "5.3.3",
"vite": "5.0.12",
"vitest": "1.2.2"
"typescript": "5.4.5",
"vite": "5.2.9",
"vitest": "1.5.0"
}
}
20 changes: 10 additions & 10 deletions playground/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
},
"type": "module",
"dependencies": {
"@iconify/json": "2.2.175",
"@types/node": "20.11.8",
"@vitejs/plugin-vue": "5.0.3",
"autoprefixer": "10.4.17",
"@iconify/json": "2.2.202",
"@types/node": "20.12.7",
"@vitejs/plugin-vue": "5.0.4",
"autoprefixer": "10.4.19",
"my-icons": "npm:@iconify-json/logos@1.1.42",
"postcss": "8.4.33",
"tailwindcss": "3.4.1",
"postcss": "8.4.38",
"tailwindcss": "3.4.3",
"tailwindcss-plugin-icons": "latest",
"typescript": "5.3.3",
"vite": "5.0.12",
"vue": "3.4.15",
"vue-tsc": "1.8.27"
"typescript": "5.4.5",
"vite": "5.2.9",
"vue": "3.4.23",
"vue-tsc": "2.0.13"
}
}
6 changes: 3 additions & 3 deletions playground/vue/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"skipLibCheck": true,
"lib": ["ESNext", "DOM", "DOM.Iterable", "ScriptHost"],
"paths": {
"~/*": ["src/*"],
},
"~/*": ["src/*"]
}
},
"include": ["*.ts", "dts/*.d.ts", "src/**/*", "src/**/*.vue"],
"include": ["*.ts", "dts/*.d.ts", "src/**/*", "src/**/*.vue"]
}
Loading

0 comments on commit a0de4da

Please sign in to comment.