Skip to content

Commit

Permalink
feat: node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Apr 21, 2023
1 parent afcd588 commit 2c1723e
Show file tree
Hide file tree
Showing 3 changed files with 305 additions and 273 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/gallium
lts/hydrogen
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@sveltejs/adapter-static": "^2.0.1",
"@sveltejs/kit": "^1.15.2",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/kit": "^1.15.7",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.37.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-svelte3": "^4.0.0",
"husky": "^8.0.3",
"postcss": "^8.4.21",
"postcss": "^8.4.23",
"prettier": "^2.8.7",
"prettier-plugin-svelte": "^2.10.0",
"sass": "^1.61.0",
"sass": "^1.62.0",
"svelte": "^3.58.0",
"svelte-check": "^3.2.0",
"tailwindcss": "^3.3.1",
"tslib": "^2.5.0",
"typescript": "^5.0.3",
"vite": "^4.2.1"
"typescript": "^5.0.4",
"vite": "^4.3.1"
},
"type": "module",
"dependencies": {
Expand All @@ -43,6 +43,7 @@
"svelte-bootstrap-icons": "^2.3.1"
},
"engines": {
"node": "^18.12.0",
"pnpm": ">=8"
}
}
Loading

0 comments on commit 2c1723e

Please sign in to comment.