chore: bump all dependecies to latest (#98)

This commit is contained in:
Patric Stout
2025-06-17 22:20:45 +02:00
committed by GitHub
parent fcf2798bfe
commit c46f708f42
2 changed files with 10 additions and 9 deletions

17
package-lock.json generated
View File

@@ -10,8 +10,8 @@
"license": "MIT",
"dependencies": {
"@eveshipfit/data": "~10.4",
"@eveshipfit/dogma-engine": "7.0.0",
"@eveshipfit/react": "4.6.3",
"@eveshipfit/dogma-engine": "7.1.0",
"@eveshipfit/react": "4.7.0",
"clsx": "2.1.1",
"next": "14.2.3",
"react": "18.3.1",
@@ -133,14 +133,15 @@
"license": "SEE LICENSE IN LICENSE"
},
"node_modules/@eveshipfit/dogma-engine": {
"version": "7.0.0",
"resolved": "https://npm.pkg.github.com/download/@EVEShipFit/dogma-engine/7.0.0/713ba1a6bd79cd71c9758d06a8f36c8e1a9feaa7",
"integrity": "sha512-s0zhP+JOStW+vUxZZSGs1uvib6raNvDxCHI6+uZHmvVtd/cceaRDJNkYrojT4gyT9GQNSis7xJNpEumIvy+f1g=="
"version": "7.1.0",
"resolved": "https://npm.pkg.github.com/download/@EVEShipFit/dogma-engine/7.1.0/3638c125b71659ae7c7b668325d96e121d52bdf8",
"integrity": "sha512-/tykXG0TUKPHz8ppNkx2A78veqK/0spFDNY2uVn3NaKgl4yOJbPfry5ZeoXmihYqyks4WeWssC/zydWOlR8Jow==",
"license": "MIT"
},
"node_modules/@eveshipfit/react": {
"version": "4.6.3",
"resolved": "https://npm.pkg.github.com/download/@eveshipfit/react/4.6.3/05579bfc635276483270ba722b634440ffaebca6",
"integrity": "sha512-4N/FOwUEmuzgvIxXH6o2y1NDOssNFcad/nWHSaeER6cBLDmdQcsSzOMk/rfKAthTxkKJM1UsHh2tkEhU3RMhUA==",
"version": "4.7.0",
"resolved": "https://npm.pkg.github.com/download/@eveshipfit/react/4.7.0/dcbe4dab1d7dabfebd7238dbfa6806103715dc6d",
"integrity": "sha512-hPGEfOCLzz1zHqUjYrVm2kV0HgXiQSXVYJeZsPaRYveoTAX8agNC2OyA0YGlDpj0L+lIqCYwKXiGIx4Bv9edYg==",
"license": "MIT",
"dependencies": {
"clsx": "^2",

View File

@@ -20,7 +20,7 @@
"dependencies": {
"@eveshipfit/data": "~10.4",
"@eveshipfit/dogma-engine": "7.0.0",
"@eveshipfit/react": "4.6.3",
"@eveshipfit/react": "4.7.0",
"clsx": "2.1.1",
"next": "14.2.3",
"react": "18.3.1",