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