Skip to content

Commit

Permalink
fix: remove references to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
andre8244 committed Oct 17, 2024
1 parent 23d28f6 commit c21b5b1
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 17 deletions.
41 changes: 28 additions & 13 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
"@storybook/vue3": "^8.2.8",
"@storybook/vue3-vite": "^8.2.8",
"@tailwindcss/forms": "^0.5.9",
"@tsconfig/node18": "^18.2.2",
"@tsconfig/node20": "^20.1.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "^18.18.5",
"@types/node": "^20.16.12",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
Expand All @@ -94,4 +94,4 @@
"vite": "^5.4.9",
"vue-tsc": "^2.1.6"
}
}
}
2 changes: 1 addition & 1 deletion tsconfig.node.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node18/tsconfig.json",
"extends": "@tsconfig/node20/tsconfig.json",
"include": [
"vite.config.*",
"vitest.config.*",
Expand Down

0 comments on commit c21b5b1

Please sign in to comment.