Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
TakNePoidet committed Sep 23, 2023
2 parents 44d2636 + e7b47e9 commit 7572e8d
Show file tree
Hide file tree
Showing 11 changed files with 112 additions and 98 deletions.
2 changes: 1 addition & 1 deletion docs/2.guide/2.directory-structure/1.node_modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ head.title: "node_modules/"

# Node modules Directory

The package manager ([`npm`](https://docs.npmjs.com/cli/v7/commands/npm) or [`yarn`](https://yarnpkg.com/) or [`pnpm`](https://pnpm.io/cli/install) or [`bun`](https://bun.sh/package-manager)) creates the [`node_modules/` directory](/docs/guide/directory-structure/node_modules) to store the dependencies of your project.
The package manager ([`npm`](https://docs.npmjs.com/cli/commands/npm) or [`yarn`](https://yarnpkg.com/) or [`pnpm`](https://pnpm.io/cli/install) or [`bun`](https://bun.sh/package-manager)) creates the [`node_modules/` directory](/docs/guide/directory-structure/node_modules) to store the dependencies of your project.
2 changes: 1 addition & 1 deletion docs/2.guide/2.directory-structure/3.package.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ description: The package.json file contains all the dependencies and scripts for

# Package.json File

The `package.json` file contains all the dependencies and scripts for your application ([learn more](https://docs.npmjs.com/cli/v7/configuring-npm/package-json)).
The `package.json` file contains all the dependencies and scripts for your application ([learn more](https://docs.npmjs.com/cli/configuring-npm/package-json)).
2 changes: 1 addition & 1 deletion docs/2.guide/3.going-further/3.modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ An example of such a workflow is available on [the module starter](https://githu
Having a playground Nuxt application to test your module when developing it is really useful. [The module starter integrates one for that purpose](#how-to-develop).
You can test your module with other Nuxt applications (applications that are not part of your module repository) locally. To do so, you can use [`npm pack`](https://docs.npmjs.com/cli/v7/commands/npm-pack) command, or your package manager equivalent, to create a tarball from your module. Then in your test project, you can add your module to `package.json` packages as: `"my-module": "file:/path/to/tarball.tgz"`.
You can test your module with other Nuxt applications (applications that are not part of your module repository) locally. To do so, you can use [`npm pack`](https://docs.npmjs.com/cli/commands/npm-pack) command, or your package manager equivalent, to create a tarball from your module. Then in your test project, you can add your module to `package.json` packages as: `"my-module": "file:/path/to/tarball.tgz"`.
After that, you should be able to reference `my-module` like in any regular project.
Expand Down
1 change: 1 addition & 0 deletions docs/3.api/4.advanced/2.kit.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ description: Nuxt Kit provides composable utilities to help interacting with Nux
[source code](https://github.com/nuxt/nuxt/blob/main/packages/kit/src/context.ts)

- `useNuxt()`
- `tryUseNuxt()`

### Pages

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"nuxt-vitest": "0.10.5",
"ofetch": "1.3.3",
"pathe": "1.1.1",
"playwright-core": "1.38.0",
"playwright-core": "1.38.1",
"rimraf": "5.0.1",
"semver": "7.5.4",
"std-env": "3.4.3",
Expand All @@ -77,7 +77,7 @@
"vitest-environment-nuxt": "0.10.5",
"vue": "3.3.4",
"vue-eslint-parser": "9.3.1",
"vue-router": "4.2.4",
"vue-router": "4.2.5",
"vue-tsc": "1.8.13"
},
"packageManager": "pnpm@8.7.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@
"unenv": "^1.7.4",
"unimport": "^3.3.0",
"unplugin": "^1.5.0",
"unplugin-vue-router": "^0.6.4",
"unplugin-vue-router": "^0.7.0",
"untyped": "^1.4.0",
"vue": "^3.3.4",
"vue-bundle-renderer": "^2.0.0",
"vue-devtools-stub": "^0.1.0",
"vue-router": "^4.2.4"
"vue-router": "^4.2.5"
},
"devDependencies": {
"@parcel/watcher": "2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"vue": "3.3.4",
"vue-bundle-renderer": "2.0.0",
"vue-loader": "17.2.2",
"vue-router": "4.2.4",
"vue-router": "4.2.5",
"webpack": "5.88.2",
"webpack-dev-middleware": "6.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@jest/globals": "29.7.0",
"playwright-core": "1.38.0",
"playwright-core": "1.38.1",
"unbuild": "latest",
"vitest": "0.33.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"hash-sum": "^2.0.0",
"lodash-es": "^4.17.21",
"magic-string": "^0.30.3",
"memfs": "^4.3.0",
"memfs": "^4.4.0",
"mini-css-extract-plugin": "^2.7.6",
"mlly": "^1.4.2",
"ohash": "^1.1.3",
Expand Down

0 comments on commit 7572e8d

Please sign in to comment.