chore: bump @eveshipfit/react to 1.4.0 (#11)

* feat: show icons in statistics
This commit is contained in:
Patric Stout
2023-11-20 22:13:55 +01:00
committed by GitHub
parent cdebf5ee80
commit 7cdfc7937c
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@eveshipfit/dogma-engine": "^2.2.1",
"@eveshipfit/react": "^1.3.0",
"@eveshipfit/react": "^1.4.0",
"next": "14.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
@@ -118,16 +118,16 @@
"license": "MIT"
},
"node_modules/@eveshipfit/react": {
"version": "1.3.0",
"resolved": "https://npm.pkg.github.com/download/@eveshipfit/react/1.3.0/6dd51bbdcabbe262b4dd706f1aff23390f7d26ed",
"integrity": "sha512-dNvXMFpjUUm4iFG9aDLp8wAJcmg6ca75If2ZJNPYKT0EMWGKqxgkR+35SQ9ilKSO6ebWPgyVDyQDJyIBOJkT6g==",
"version": "1.4.0",
"resolved": "https://npm.pkg.github.com/download/@eveshipfit/react/1.4.0/dd6d85d52af237e3da99d6c894b52af930e0d3d4",
"integrity": "sha512-PNkAXpITxvZE2M6OSrJsAFBYEdtFgxMVwtH1btSXk2r/Z+qPraQ/chBTVloIrNJJRqZGexXGgg4KXhkY+YKGTQ==",
"license": "MIT",
"dependencies": {
"@eveshipfit/dogma-engine": "^2.2.0",
"@eveshipfit/dogma-engine": "^2.2.1",
"clsx": "^2.0.0"
},
"peerDependencies": {
"@eveshipfit/dogma-engine": "^2.2.0",
"@eveshipfit/dogma-engine": "^2.2.1",
"react": "^18.2.0"
}
},

View File

@@ -17,7 +17,7 @@
"author": "Patric Stout <eveshipfit@truebrain.nl>",
"license": "MIT",
"dependencies": {
"@eveshipfit/react": "^1.3.0",
"@eveshipfit/react": "^1.4.0",
"@eveshipfit/dogma-engine": "^2.2.1",
"next": "14.0.1",
"react": "^18.2.0",