diff --git a/package-lock.json b/package-lock.json index 965d160ca..39b121b5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "0.0.1", "dependencies": { "@aw-labs/appwrite-console": "^1.0.0-0", - "@aw-labs/icons": "0.0.0-37", - "@aw-labs/ui": "0.0.0-37", + "@aw-labs/icons": "0.0.0-38", + "@aw-labs/ui": "0.0.0-38", "echarts": "^5.3.3" }, "devDependencies": { @@ -69,14 +69,14 @@ } }, "node_modules/@aw-labs/icons": { - "version": "0.0.0-37", - "resolved": "https://registry.npmjs.org/@aw-labs/icons/-/icons-0.0.0-37.tgz", - "integrity": "sha512-4II+SFnVlDWuFwlzU2pMAy5y9Bq09bOEP1mEknZ+0BlPhDlvks742N5m0cNjlTQFCZwa/Y5YxzLNXgVszFqEfA==" + "version": "0.0.0-38", + "resolved": "https://registry.npmjs.org/@aw-labs/icons/-/icons-0.0.0-38.tgz", + "integrity": "sha512-70A7soA77g2irCqFmnpl+GfCuryxXXyf98vTUQ0PABSl/F8+mXamgsf+Mmg3MXW7MDHrNVAFyuaD/J6es67RUg==" }, "node_modules/@aw-labs/ui": { - "version": "0.0.0-37", - "resolved": "https://registry.npmjs.org/@aw-labs/ui/-/ui-0.0.0-37.tgz", - "integrity": "sha512-OxAM0ZDedo6yipN3I5CcHt1Jbc7v3vZk9k+hAVWc7F6OPF5JJ7R3ZadVvyl4fxEMo2ooK+jbbkeG62/PxgwEWw==", + "version": "0.0.0-38", + "resolved": "https://registry.npmjs.org/@aw-labs/ui/-/ui-0.0.0-38.tgz", + "integrity": "sha512-ryBeWcC4nHLIfqTD0RgrLuBA3yb1iLFIlzE9/AtxMR+MkLPVVFyyrNGPOfIiyMX4gJVbVBcPifA4Tb9vPfMtLg==", "dependencies": { "@aw-labs/icons": "*" } @@ -8060,14 +8060,14 @@ } }, "@aw-labs/icons": { - "version": "0.0.0-37", - "resolved": "https://registry.npmjs.org/@aw-labs/icons/-/icons-0.0.0-37.tgz", - "integrity": "sha512-4II+SFnVlDWuFwlzU2pMAy5y9Bq09bOEP1mEknZ+0BlPhDlvks742N5m0cNjlTQFCZwa/Y5YxzLNXgVszFqEfA==" + "version": "0.0.0-38", + "resolved": "https://registry.npmjs.org/@aw-labs/icons/-/icons-0.0.0-38.tgz", + "integrity": "sha512-70A7soA77g2irCqFmnpl+GfCuryxXXyf98vTUQ0PABSl/F8+mXamgsf+Mmg3MXW7MDHrNVAFyuaD/J6es67RUg==" }, "@aw-labs/ui": { - "version": "0.0.0-37", - "resolved": "https://registry.npmjs.org/@aw-labs/ui/-/ui-0.0.0-37.tgz", - "integrity": "sha512-OxAM0ZDedo6yipN3I5CcHt1Jbc7v3vZk9k+hAVWc7F6OPF5JJ7R3ZadVvyl4fxEMo2ooK+jbbkeG62/PxgwEWw==", + "version": "0.0.0-38", + "resolved": "https://registry.npmjs.org/@aw-labs/ui/-/ui-0.0.0-38.tgz", + "integrity": "sha512-ryBeWcC4nHLIfqTD0RgrLuBA3yb1iLFIlzE9/AtxMR+MkLPVVFyyrNGPOfIiyMX4gJVbVBcPifA4Tb9vPfMtLg==", "requires": { "@aw-labs/icons": "*" } diff --git a/package.json b/package.json index 973a854ac..8a0ead0d6 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ }, "dependencies": { "@aw-labs/appwrite-console": "^1.0.0-0", - "@aw-labs/icons": "0.0.0-37", - "@aw-labs/ui": "0.0.0-37", + "@aw-labs/icons": "0.0.0-38", + "@aw-labs/ui": "0.0.0-38", "echarts": "^5.3.3" }, "devDependencies": {