chore: lock up the version of Next.js
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m12s

This commit is contained in:
Dorian Niemiec 2024-11-28 19:06:13 +01:00
parent 00ed127dde
commit 4e99fef118
2 changed files with 4 additions and 17 deletions

20
package-lock.json generated
View file

@ -44,6 +44,7 @@
"lucide-react": "^0.394.0",
"mini-svg-data-uri": "^1.4.4",
"mongoose": "^8.4.3",
"next": "^15.0.3",
"next-auth": "^4.24.8",
"next-mdx-remote": "^5.0.0",
"next-sanity": "^9.4.4",
@ -4185,8 +4186,7 @@
"node_modules/@next/env": {
"version": "15.0.3",
"resolved": "https://registry.npmjs.org/@next/env/-/env-15.0.3.tgz",
"integrity": "sha512-t9Xy32pjNOvVn2AS+Utt6VmyrshbpfUMhIjFO60gI58deSo/KgLOp31XZ4O+kY/Is8WAGYwA5gR7kOb1eORDBA==",
"peer": true
"integrity": "sha512-t9Xy32pjNOvVn2AS+Utt6VmyrshbpfUMhIjFO60gI58deSo/KgLOp31XZ4O+kY/Is8WAGYwA5gR7kOb1eORDBA=="
},
"node_modules/@next/eslint-plugin-next": {
"version": "14.2.3",
@ -4230,7 +4230,6 @@
"os": [
"darwin"
],
"peer": true,
"engines": {
"node": ">= 10"
}
@ -4246,7 +4245,6 @@
"os": [
"darwin"
],
"peer": true,
"engines": {
"node": ">= 10"
}
@ -4262,7 +4260,6 @@
"os": [
"linux"
],
"peer": true,
"engines": {
"node": ">= 10"
}
@ -4278,7 +4275,6 @@
"os": [
"linux"
],
"peer": true,
"engines": {
"node": ">= 10"
}
@ -4294,7 +4290,6 @@
"os": [
"linux"
],
"peer": true,
"engines": {
"node": ">= 10"
}
@ -4310,7 +4305,6 @@
"os": [
"linux"
],
"peer": true,
"engines": {
"node": ">= 10"
}
@ -4326,7 +4320,6 @@
"os": [
"win32"
],
"peer": true,
"engines": {
"node": ">= 10"
}
@ -4342,7 +4335,6 @@
"os": [
"win32"
],
"peer": true,
"engines": {
"node": ">= 10"
}
@ -9911,7 +9903,6 @@
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz",
"integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==",
"peer": true,
"dependencies": {
"streamsearch": "^1.1.0"
},
@ -10306,8 +10297,7 @@
"node_modules/client-only": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
"integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
"peer": true
"integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA=="
},
"node_modules/clipboardy": {
"version": "4.0.0",
@ -19358,7 +19348,6 @@
"version": "15.0.3",
"resolved": "https://registry.npmjs.org/next/-/next-15.0.3.tgz",
"integrity": "sha512-ontCbCRKJUIoivAdGB34yCaOcPgYXr9AAkV/IwqFfWWTXEPUgLYkSkqBhIk9KK7gGmgjc64B+RdoeIDM13Irnw==",
"peer": true,
"dependencies": {
"@next/env": "15.0.3",
"@swc/counter": "0.1.3",
@ -19523,7 +19512,6 @@
"url": "https://github.com/sponsors/ai"
}
],
"peer": true,
"dependencies": {
"nanoid": "^3.3.6",
"picocolors": "^1.0.0",
@ -26593,7 +26581,6 @@
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz",
"integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==",
"peer": true,
"engines": {
"node": ">=10.0.0"
}
@ -26974,7 +26961,6 @@
"version": "5.1.6",
"resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz",
"integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==",
"peer": true,
"dependencies": {
"client-only": "0.0.1"
},

View file

@ -48,6 +48,7 @@
"lucide-react": "^0.394.0",
"mini-svg-data-uri": "^1.4.4",
"mongoose": "^8.4.3",
"next": "^15.0.3",
"next-auth": "^4.24.8",
"next-mdx-remote": "^5.0.0",
"next-sanity": "^9.4.4",