Skip to content

Commit

Permalink
chore(deps): node20 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
cTux authored Nov 16, 2023
1 parent 36165aa commit 795f768
Show file tree
Hide file tree
Showing 4 changed files with 182 additions and 241 deletions.
5 changes: 5 additions & 0 deletions .ncurc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"reject": [
"vite-plugin-chunk-split"
]
}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
v20
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"template:update": "sh ./scripts/merge-template-changes.sh"
},
"engines": {
"node": "^18.16.0"
"node": "^20"
},
"dependencies": {
"@emotion/react": "^11.11.1",
Expand All @@ -31,16 +31,16 @@
"react-toastify": "^9.1.3"
},
"devDependencies": {
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@commitlint/cli": "^18.4.2",
"@commitlint/config-conventional": "^18.4.2",
"@storybook/addon-actions": "^7.5.3",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/react": "^7.5.3",
"@storybook/react-vite": "^7.5.3",
"@storybook/testing-library": "^0.2.2",
"@types/node": "^18.18.9",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.11.0",
Expand Down
Loading

0 comments on commit 795f768

Please sign in to comment.