Skip to content

Commit 613f40b

Browse files
authored
Merge pull request #197 from NetApp/update-npm-packages
update npm packages
2 parents 2ffc4db + 0398944 commit 613f40b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gen-ai-standalone-app",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": true,
55
"scripts": {
66
"dev": "cross-env HOST=localhost PORT=9091 next dev",
@@ -9,27 +9,27 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@clerk/nextjs": "^5.2.2",
13-
"@reduxjs/toolkit": "^2.2.5",
14-
"@types/react-redux": "^7.1.33",
12+
"@clerk/nextjs": "^5.7.2",
13+
"@reduxjs/toolkit": "^2.2.8",
14+
"@types/react-redux": "^7.1.34",
1515
"aws-amplify": "5.3.11",
1616
"cross-env": "^7.0.3",
17-
"html-react-parser": "^5.1.10",
17+
"html-react-parser": "^5.1.18",
1818
"moment": "^2.30.1",
19-
"next": "14.2.4",
19+
"next": "14.2.15",
2020
"react": "^18",
2121
"react-dom": "^18",
2222
"react-popper-tooltip": "^4.4.2",
2323
"react-redux": "^9.1.2",
24-
"sass": "^1.77.6"
24+
"sass": "^1.79.5"
2525
},
2626
"devDependencies": {
2727
"@svgr/webpack": "^8.1.0",
28-
"@types/node": "^20",
28+
"@types/node": "^22",
2929
"@types/react": "^18",
3030
"@types/react-dom": "^18",
3131
"eslint": "^8",
32-
"eslint-config-next": "14.2.4",
32+
"eslint-config-next": "14.2.15",
3333
"typescript": "^5"
3434
}
3535
}

0 commit comments

Comments
 (0)