Skip to content

Commit

Permalink
feat: update react types (#112)
Browse files Browse the repository at this point in the history
And some others while I'm at it
  • Loading branch information
theRealPadster authored Dec 9, 2023
1 parent aaee95b commit 1ce5e88
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 71 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@
"node": ">=20"
},
"devDependencies": {
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"husky": "^8.0.3",
"i18next": "^23.7.7",
"i18next": "^23.7.8",
"i18next-browser-languagedetector": "^7.1.0",
"react-i18next": "^13.5.0",
"spicetify-creator": "^1.0.17",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"private": true
}
142 changes: 77 additions & 65 deletions pnpm-lock.yaml

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

0 comments on commit 1ce5e88

Please sign in to comment.