Skip to content

Commit

Permalink
package rave
Browse files Browse the repository at this point in the history
  • Loading branch information
stellastella committed Sep 13, 2024
1 parent 2a6bd40 commit fc0fdb2
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 55 deletions.
111 changes: 63 additions & 48 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
"lint": "next lint"
},
"dependencies": {
"react": "^18",
"react-dom": "^18",
"next": "14.2.9"
"next": "^14.2.10",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react": "18.3.5",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.9",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint": "^8",
"eslint-config-next": "14.2.9"
"typescript": "5.6.2"
}
}

0 comments on commit fc0fdb2

Please sign in to comment.