update package lock
This commit is contained in:
+2
-2
@@ -16,8 +16,8 @@ yarn-error.log*
|
||||
.yarn
|
||||
|
||||
#lock files
|
||||
yarn.lock
|
||||
package-lock.json
|
||||
# yarn.lock
|
||||
# package-lock.json
|
||||
|
||||
tmp
|
||||
|
||||
|
||||
Generated
+11540
-10372
File diff suppressed because it is too large
Load Diff
+1
-2
@@ -49,8 +49,7 @@
|
||||
"moment": "^2.29.4",
|
||||
"multiparty": "^4.2.3",
|
||||
"mysql": "^2.18.1",
|
||||
"nanoid": "^3.2.0",
|
||||
"next": "14.1.2",
|
||||
"next": "^14.2.28",
|
||||
"next-auth": "^4.24.4",
|
||||
"next-build-id": "^3.0.0",
|
||||
"next-connect": "^0.12.2",
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
import Document, { Html, Head, Main, NextScript } from "next/document";
|
||||
import SkipLink from "../components/skiplink";
|
||||
import { Tracking, TrackingNoScript } from "../components/tracking";
|
||||
import { nanoid } from "nanoid";
|
||||
//import { nanoid } from "nanoid";
|
||||
import { setCookie } from "nookies";
|
||||
import Script from "next/script";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user