Skip to content

Commit 6794cc5

Browse files
committed
chore: pnpm
1 parent 60f41a5 commit 6794cc5

6 files changed

Lines changed: 624 additions & 557 deletions

File tree

.github/workflows/build-and-deploy-docs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@ jobs:
5757
version: 10.33.2
5858
run_install: false
5959
# Pin Node so the build does not silently fall back to whatever the
60-
# runner image ships with. oxc-minify (a vitepress peer when
61-
# rolldown-vite is in use) requires Node ^20.19.0 || >=22.12.0; the
62-
# repo declares engines.node >=22.12.0 to match.
60+
# runner image ships with. vite 8 requires Node ^20.19.0 || >=22.12.0;
61+
# the repo declares engines.node >=22.12.0 to match.
6362
- name: Use Node.js
6463
uses: actions/setup-node@v6
6564
with:

admin/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,8 @@
3535
"react-router-dom": "^7.15.0",
3636
"socket.io-client": "^4.8.3",
3737
"typescript": "^6.0.3",
38-
"vite": "npm:rolldown-vite@7.2.10",
38+
"vite": "^8.0.10",
3939
"vite-plugin-babel": "^1.6.0",
4040
"zustand": "^5.0.13"
41-
},
42-
"overrides": {
43-
"vite": "npm:rolldown-vite@7.2.10"
4441
}
4542
}

doc/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,5 @@
1010
},
1111
"peerDependencies": {
1212
"search-insights": "^2.17.3"
13-
},
14-
"overrides": {
15-
"vite": "npm:rolldown-vite@7.2.10"
1613
}
1714
}

0 commit comments

Comments
 (0)