Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
Merge branch 'main' into chore/node-prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Apr 15, 2022
2 parents aa32ade + 4e1d38e commit c2e7ed4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ head.title: Node modules directory

# Node modules directory

The package manager ([`npm`](https://docs.npmjs.com/cli/v7/commands/npm) or [`yarn`](https://yarnpkg.com/)) creates the `node_modules` directory to store the dependencies of your project.
The package manager ([`npm`](https://docs.npmjs.com/cli/v7/commands/npm) or [`yarn`](https://yarnpkg.com/) or [`pnpm`](https://pnpm.io/cli/install)) creates the `node_modules` directory to store the dependencies of your project.
2 changes: 1 addition & 1 deletion packages/nuxt3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"knitwork": "^0.1.1",
"magic-string": "^0.26.1",
"mlly": "^0.5.2",
"nitropack": "^0.2.10",
"nitropack": "^0.2.11",
"nuxi": "3.0.0",
"ohash": "^0.1.0",
"ohmyfetch": "^0.4.15",
Expand Down
1 change: 1 addition & 0 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"externality": "^0.2.1",
"fs-extra": "^10.0.1",
"get-port-please": "^2.5.0",
"h3": "^0.7.4",
"knitwork": "^0.1.1",
"magic-string": "^0.26.1",
"mlly": "^0.5.2",
Expand Down
11 changes: 6 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1643,6 +1643,7 @@ __metadata:
externality: ^0.2.1
fs-extra: ^10.0.1
get-port-please: ^2.5.0
h3: ^0.7.4
knitwork: ^0.1.1
magic-string: ^0.26.1
mlly: ^0.5.2
Expand Down Expand Up @@ -9896,9 +9897,9 @@ __metadata:
languageName: node
linkType: hard

"nitropack@npm:^0.2.10":
version: 0.2.10
resolution: "nitropack@npm:0.2.10"
"nitropack@npm:^0.2.11":
version: 0.2.11
resolution: "nitropack@npm:0.2.11"
dependencies:
"@cloudflare/kv-asset-handler": ^0.2.0
"@netlify/functions": ^1.0.0
Expand Down Expand Up @@ -9973,7 +9974,7 @@ __metadata:
bin:
nitro: dist/cli.mjs
nitropack: dist/cli.mjs
checksum: 85384aa5839478b1a6b89d8c528b19a0eae43ba053992496d023e80a8931a5a83b22886f4f0854969123059fd68b8be292584fcbfa6c5b69f666ff251880a848
checksum: df739ab7c61452ae801a1da8586941bad01888ef1779cfdaaa1c8c246383b20a5829f61963b5de984736cb565f16047daa2dbdb50181bfd4371b62c59d53986b
languageName: node
linkType: hard

Expand Down Expand Up @@ -10495,7 +10496,7 @@ __metadata:
knitwork: ^0.1.1
magic-string: ^0.26.1
mlly: ^0.5.2
nitropack: ^0.2.10
nitropack: ^0.2.11
nuxi: 3.0.0
ohash: ^0.1.0
ohmyfetch: ^0.4.15
Expand Down

0 comments on commit c2e7ed4

Please sign in to comment.