Skip to content

Commit

Permalink
Bump @types/node from 18.11.10 to 20.8.7
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.10 to 20.8.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2023
1 parent ddb8037 commit e6916b9
Show file tree
Hide file tree
Showing 3 changed files with 3,349 additions and 111 deletions.
20 changes: 14 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

78 changes: 39 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"name": "volvox-apollo-docs",
"version": "1.0.0",
"description": "Volvox Apollo Docs",
"homepage": "https://github.com/VolvoxLLC/Volvox.Apollo.Docs#readme",
"bugs": {
"url": "https://github.com/VolvoxLLC/Volvox.Apollo.Docs/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VolvoxLLC/Volvox.Apollo.Docs.git"
},
"license": "MIT",
"author": "Volvox LLC <[email protected]>",
"scripts": {
"build": "npx next telemetry disable && next build",
"build:export": "npx next build && npx next export -o build/",
"dev": "next dev -p 5001",
"format": "prettier --write .",
"lint": "next lint",
"start": "next start - 5001"
},
"dependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/node": "18.11.10",
"@vercel/style-guide": "^5.0.1",
"eslint": "^8.51.0",
"eslint-config-next": "^13.5.6",
"eslint-config-prettier": "^9.0.0",
"next": "^13.0.6",
"nextra": "latest",
"nextra-theme-docs": "latest",
"prettier-plugin-packagejson": "^2.4.6",
"prettier-plugin-tailwindcss": "^0.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.1.6"
}
}
{
"name": "volvox-apollo-docs",
"version": "1.0.0",
"description": "Volvox Apollo Docs",
"homepage": "https://github.com/VolvoxLLC/Volvox.Apollo.Docs#readme",
"bugs": {
"url": "https://github.com/VolvoxLLC/Volvox.Apollo.Docs/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VolvoxLLC/Volvox.Apollo.Docs.git"
},
"license": "MIT",
"author": "Volvox LLC <[email protected]>",
"scripts": {
"build": "npx next telemetry disable && next build",
"build:export": "npx next build && npx next export -o build/",
"dev": "next dev -p 5001",
"format": "prettier --write .",
"lint": "next lint",
"start": "next start - 5001"
},
"dependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/node": "20.8.7",
"@vercel/style-guide": "^5.0.1",
"eslint": "^8.51.0",
"eslint-config-next": "^13.5.6",
"eslint-config-prettier": "^9.0.0",
"next": "^13.0.6",
"nextra": "latest",
"nextra-theme-docs": "latest",
"prettier-plugin-packagejson": "^2.4.6",
"prettier-plugin-tailwindcss": "^0.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.1.6"
}
}
Loading

0 comments on commit e6916b9

Please sign in to comment.