Skip to content

Commit

Permalink
chore: update pnpm to v9 (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodds committed Jun 23, 2024
2 parents 89c20ee + e0d8403 commit c14a9e0
Show file tree
Hide file tree
Showing 6 changed files with 12,193 additions and 10,886 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- name: Disable husky install
run: npm pkg delete scripts.prepare
- name: Cypress install
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- name: Disable husky install
run: npm pkg delete scripts.prepare
- name: Clean tsconfig
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
- name: Set node version to 18
version: 9
- name: Set node version to 20
uses: actions/setup-node@v4
with:
node-version: 20
Expand Down
1 change: 1 addition & 0 deletions apps/frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ export default defineNuxtConfig({
"highlight.js/styles/default.css",
"@fortawesome/fontawesome-svg-core/styles.css",
],
devtools: { enabled: true },
});
1 change: 1 addition & 0 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@nuxt/devtools": "^1.3.6",
"@nuxt/test-utils": "^3.11.0",
"@nuxtjs/tailwindcss": "^6.10.1",
"@pinia/nuxt": "^0.4.11",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"workspaces": [
"apps/*"
],
"packageManager": "pnpm@8.15.1",
"packageManager": "pnpm@9.4.0",
"scripts": {
"dev": "concurrently \"pnpm -F frontend dev\" \"pnpm -F backend start:dev\"",
"build": "lerna run build",
Expand Down Expand Up @@ -53,4 +53,4 @@
"prettier -w --config \"./apps/backend/.prettierrc\""
]
}
}
}
Loading

0 comments on commit c14a9e0

Please sign in to comment.