Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 54df738

Browse files
authored
[deps] Upgrade dev dependency for vite (#870)
* [deps] Upgrade vite to remove security warnings * [npm] Add npm registry to npmrc
1 parent f118bd0 commit 54df738

File tree

4 files changed

+66
-9
lines changed

4 files changed

+66
-9
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ jobs:
2121
with:
2222
node-version: '23'
2323
cache: 'pnpm'
24-
- run: pnpm install
24+
registry-url: "https://registry.npmjs.org"
25+
- run: pnpm install --frozen-lockfile
2526
- run: pnpm lint

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
auto-install-peers=true
22
strict-peer-dependencies=false
3+
registry=https://registry.npmjs.org

packages/aptos-nextra-components/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"rimraf": "6.0.1",
4848
"tsup": "8.4.0",
4949
"typescript": "5.7.2",
50+
"vite": ">=5.4.16",
5051
"vitest": "2.1.9"
5152
},
5253
"peerDependencies": {

pnpm-lock.yaml

Lines changed: 62 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)