bump next-axiom

This commit is contained in:
Thomas Ruoff
2022-10-26 19:54:34 +02:00
parent 3004a031f0
commit 7276cd381c
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -19,7 +19,7 @@
"mongoose": "6.7.0", "mongoose": "6.7.0",
"next": "12.3.1", "next": "12.3.1",
"next-auth": "^4.15.0", "next-auth": "^4.15.0",
"next-axiom": "0.14.0", "next-axiom": "^0.15.0",
"next-mdx-remote": "4.1.0", "next-mdx-remote": "4.1.0",
"nodemailer": "6.8.0", "nodemailer": "6.8.0",
"react": "18.2.0", "react": "18.2.0",
@@ -8535,9 +8535,9 @@
} }
}, },
"node_modules/next-axiom": { "node_modules/next-axiom": {
"version": "0.14.0", "version": "0.15.0",
"resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.14.0.tgz", "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.15.0.tgz",
"integrity": "sha512-LLbiDcL79274HqaKTSipZo6B4SCLh++11BpVfg+cNTZoLb8VH1g7g14xgFBhKeDN+DaiDSg8Of7ZPqaYEcIUXQ==", "integrity": "sha512-43ajCZ9PFuihwVkdhTTKsAcdOvsCtugu7C0uKxkmbangq2Q7CwunnM6jcR1L1Pc/E+X3+Y4M99j9hZGOxoi7Lw==",
"dependencies": { "dependencies": {
"whatwg-fetch": "^3.6.2" "whatwg-fetch": "^3.6.2"
}, },
@@ -8545,7 +8545,7 @@
"node": ">=15" "node": ">=15"
}, },
"peerDependencies": { "peerDependencies": {
"next": "^12.1.4" "next": ">= 12.1.4 < 14"
} }
}, },
"node_modules/next-mdx-remote": { "node_modules/next-mdx-remote": {
@@ -17658,9 +17658,9 @@
} }
}, },
"next-axiom": { "next-axiom": {
"version": "0.14.0", "version": "0.15.0",
"resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.14.0.tgz", "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.15.0.tgz",
"integrity": "sha512-LLbiDcL79274HqaKTSipZo6B4SCLh++11BpVfg+cNTZoLb8VH1g7g14xgFBhKeDN+DaiDSg8Of7ZPqaYEcIUXQ==", "integrity": "sha512-43ajCZ9PFuihwVkdhTTKsAcdOvsCtugu7C0uKxkmbangq2Q7CwunnM6jcR1L1Pc/E+X3+Y4M99j9hZGOxoi7Lw==",
"requires": { "requires": {
"whatwg-fetch": "^3.6.2" "whatwg-fetch": "^3.6.2"
} }

View File

@@ -22,7 +22,7 @@
"mongoose": "6.7.0", "mongoose": "6.7.0",
"next": "12.3.1", "next": "12.3.1",
"next-auth": "^4.15.0", "next-auth": "^4.15.0",
"next-axiom": "0.14.0", "next-axiom": "^0.15.0",
"next-mdx-remote": "4.1.0", "next-mdx-remote": "4.1.0",
"nodemailer": "6.8.0", "nodemailer": "6.8.0",
"react": "18.2.0", "react": "18.2.0",