Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2024
1 parent 470b337 commit 1677dab
Show file tree
Hide file tree
Showing 17 changed files with 203 additions and 194 deletions.
2 changes: 1 addition & 1 deletion apps/breaches/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.2.6",
"@types/node": "^18.14.1",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"eslint": "^8.32.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@hugios/tsconfig": "workspace:*",
"@next/eslint-plugin-next": "13.4.0",
"@types/jest": "29.5.0",
"@types/node": "18.16.0",
"@types/node": "20.11.1",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"@types/react-helmet": "6.1.5",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"packageManager": "[email protected]",
"volta": {
"node": "18.16.0"
"node": "20.11.0"
},
"lint-staged": {
"**/*.{js,ts,jsx,tsx}": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"yaml": "^2.1.1"
},
"devDependencies": {
"@types/node": "18.16.0",
"@types/node": "20.11.1",
"@types/react": "18.2.0",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/raycast/extensions/notion-bookmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@raycast/eslint-config": "1.0.5",
"@types/node": "18.16.0",
"@types/node": "20.11.1",
"@types/react": "18.2.0",
"eslint": "^7.32.0",
"prettier": "^2.5.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@raycast/eslint-config": "1.0.5",
"@types/node": "18.16.0",
"@types/node": "20.11.1",
"@types/react": "18.2.0",
"eslint": "^7.32.0",
"prettier": "^2.5.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@pinata/sdk": "2.1.0",
"@types/inquirer": "9.0.1",
"@types/lodash": "4.14.182",
"@types/node": "18.16.0",
"@types/node": "20.11.1",
"@types/node-fetch": "2.6.1",
"@types/number-to-words": "1.2.1",
"cloudflare": "2.9.1",
Expand All @@ -36,6 +36,6 @@
"tsconfig-paths": "4.2.0"
},
"volta": {
"node": "18.16.0"
"node": "20.11.0"
}
}
4 changes: 2 additions & 2 deletions playground/animal-farm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"vite": "4.3.0"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/node": "^20.0.0",
"@types/react": "18.2.0",
"typescript": "^5.0.0"
},
"volta": {
"node": "18.16.0"
"node": "20.11.0"
}
}
2 changes: 1 addition & 1 deletion playground/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.8",
"@types/lunr": "^2.3.4",
"@types/node": "^18.11.18",
"@types/node": "^20.0.0",
"astro": "2.10.9",
"astro-icon": "^0.8.0",
"date-fns": "^2.29.3",
Expand Down
2 changes: 1 addition & 1 deletion playground/micro-frontend/player-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@player-ui/react": "^0.4.0",
"@player-ui/reference-assets-plugin-react": "0.4.0",
"@player-ui/types": "0.4.0",
"@types/node": "^18.0.0",
"@types/node": "^20.0.0",
"@types/react": "18.2.0",
"framer-motion": "^10.0.0",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions playground/node18/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"typescript": "^5.0.0"
},
"dependencies": {
"@types/node": "^18.11.18",
"@types/node": "^20.0.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"fs": "0.0.1-security"
},
"volta": {
"node": "18.16.0"
"node": "20.11.0"
}
}
2 changes: 1 addition & 1 deletion playground/qwik-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@builder.io/qwik": "0.100.0",
"@builder.io/qwik-city": "0.100.0",
"@types/eslint": "8.44.6",
"@types/node": "^18.11.16",
"@types/node": "^20.0.0",
"@types/node-fetch": "latest",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"express": "^4.18.2"
},
"volta": {
"node": "18.16.0"
"node": "20.11.0"
}
}
4 changes: 2 additions & 2 deletions playground/vue-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@rushstack/eslint-patch": "1.5.1",
"@tsconfig/node18": "^2.0.1",
"@types/jsdom": "21.1.1",
"@types/node": "18.16.0",
"@types/node": "20.11.1",
"@vitejs/plugin-vue": "4.2.0",
"@vitejs/plugin-vue-jsx": "3.0.0",
"@vue/eslint-config-prettier": "7.1.0",
Expand All @@ -40,6 +40,6 @@
"vue-tsc": "1.6.1"
},
"volta": {
"node": "18.16.0"
"node": "20.11.0"
}
}
Loading

0 comments on commit 1677dab

Please sign in to comment.