Skip to content

Commit

Permalink
Upgrade dependencies and Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
theRealPadster committed Aug 7, 2023
1 parent ada537c commit af70ad5
Show file tree
Hide file tree
Showing 3 changed files with 579 additions and 555 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.10.0
20.0.0
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,30 +21,30 @@
"prepare": "husky install"
},
"engines": {
"node": ">=16"
"node": ">=20"
},
"packageManager": "yarn@3.2.1",
"devDependencies": {
"@types/chroma-js": "^2.4.0",
"@types/react": "^17.0.53",
"@types/react-dom": "^17.0.19",
"@types/react": "^17.0.62",
"@types/react-dom": "^17.0.20",
"@types/semver": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^6.2.1",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"chroma-js": "^2.4.2",
"copyfiles": "^2.4.1",
"eslint": "^8.46.0",
"eslint-plugin-react": "^7.33.1",
"husky": "^8.0.3",
"i18next": "^23.4.1",
"i18next": "^23.4.2",
"i18next-browser-languagedetector": "^7.1.0",
"prismjs": "^1.29.0",
"react-dropdown": "^1.11.0",
"react-i18next": "^12.3.1",
"react-i18next": "^13.0.3",
"react-simple-code-editor": "^0.13.1",
"semver": "^7.5.1",
"semver": "^7.5.4",
"spcr-whats-new": "^1.0.1",
"spicetify-creator": "^1.0.13",
"spicetify-creator": "^1.0.14",
"typescript": "^5.1.6",
"util": "^0.12.5"
},
Expand Down
Loading

0 comments on commit af70ad5

Please sign in to comment.