Skip to content

Commit

Permalink
Add Jest and type definitions to devDependencies; update Next.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
NateIsern committed Nov 15, 2024
1 parent d4e105a commit 271ab6f
Show file tree
Hide file tree
Showing 2 changed files with 4,773 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"url": "https://github.com/OxyHQ/OxyServicesModule.git"
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/next-auth": "^3.15.0",
"@types/node": "^20.12.12",
"@types/react": "^18.3.3",
Expand All @@ -33,12 +34,11 @@
"@typescript-eslint/parser": "^7.0.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"jest": "^29.6.2",
"ncp": "^2.0.0",
"sass": "^1.77.2",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"jest": "^29.6.2",
"@types/jest": "^29.5.3"
"typescript": "^5.4.5"
},
"dependencies": {
"@tanstack/react-query": "^5.40.0",
Expand All @@ -47,6 +47,7 @@
"dotenv": "^16.4.5",
"framer-motion": "^11.2.9",
"localforage": "^1.10.0",
"next": "^15.0.3",
"postcss": "^8.4.38",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
Loading

0 comments on commit 271ab6f

Please sign in to comment.