Skip to content

Commit

Permalink
Merge pull request #3 from VolvoxLLC/dependabot/npm_and_yarn/types/no…
Browse files Browse the repository at this point in the history
…de-20.8.7

Bump @types/node from 18.11.10 to 20.8.7
  • Loading branch information
BillChirico authored Oct 21, 2023
2 parents ddb8037 + e6916b9 commit 3c46841
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 3c46841

Please sign in to comment.