We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2965a1d commit 34777d7Copy full SHA for 34777d7
.gitignore
@@ -5,3 +5,4 @@
5
**/App_Data/blobs
6
**/*.development.json
7
**/packages
8
+*.lock
samples/musicfestival-frontend-nextjs/package.json
@@ -21,11 +21,11 @@
21
"dotenv": "^16.3.1",
22
"dotenv-webpack": "^8.0.1",
23
"eslint": "^8.51.0",
24
- "eslint-config-next": "^13.5.6",
+ "eslint-config-next": "^13.5.9",
25
"graphql": "^16.8.1",
26
"graphql-tag": "^2.12.6",
27
"html-react-parser": "^4.2.7",
28
- "next": "^13.5.6",
+ "next": "^13.5.9",
29
"next-applicationinsights": "^1.0.4",
30
"next-auth": "^4.24.3",
31
"react": "18.2.0",
0 commit comments