chore: bump to 0.0.0-60

This commit is contained in:
Arman
2022-10-11 17:42:44 +02:00
parent 173ed5cc34
commit 2bc66a652f
2 changed files with 42 additions and 18 deletions
+40 -16
View File
@@ -9,8 +9,8 @@
"version": "0.0.1",
"dependencies": {
"@aw-labs/appwrite-console": "^6.0.0",
"@aw-labs/icons": "0.0.0-58",
"@aw-labs/ui": "0.0.0-58",
"@aw-labs/icons": "0.0.0-60",
"@aw-labs/ui": "0.0.0-60",
"echarts": "^5.4.0",
"prismjs": "^1.29.0",
"tippy.js": "^6.3.7",
@@ -79,16 +79,18 @@
}
},
"node_modules/@aw-labs/icons": {
"version": "0.0.0-58",
"resolved": "https://registry.npmjs.org/@aw-labs/icons/-/icons-0.0.0-58.tgz",
"integrity": "sha512-xUD5DQcYVNiKhDSpxMO24G/4l7txgAdwochK01tJA6wXhuPAcp5Yjuofjm2bGkMzCuze4Vs+SVvhsBxzVXRPrA=="
"version": "0.0.0-60",
"resolved": "https://registry.npmjs.org/@aw-labs/icons/-/icons-0.0.0-60.tgz",
"integrity": "sha512-lxOwKq7p3jN9FK1icjOVQAWmhtIDtjxlE9+Sil8graki3uDli9tir9qLJscGfT3QUKjQwd1NPCFU0h4JVyhP4Q=="
},
"node_modules/@aw-labs/ui": {
"version": "0.0.0-58",
"resolved": "https://registry.npmjs.org/@aw-labs/ui/-/ui-0.0.0-58.tgz",
"integrity": "sha512-W3bTvAPX4ig5qLBvGn/VpNaDk62RqO4oDa0poube2WuElkVvaGwFAR0wCwmisdi2NeXyGJqt20g3Y/Mz4K2yMA==",
"version": "0.0.0-60",
"resolved": "https://registry.npmjs.org/@aw-labs/ui/-/ui-0.0.0-60.tgz",
"integrity": "sha512-ET50QK8YcPKBHVefvc+hBljLGl8X1hMJQnEYCMn744rZzKmcoz4MPb3sR+/vnJIeVC89fCAYoTk9H/+yv/5RKg==",
"dependencies": {
"@aw-labs/icons": "*"
"@aw-labs/icons": "*",
"normalize.css": "^8.0.1",
"the-new-css-reset": "^1.7.3"
}
},
"node_modules/@babel/code-frame": {
@@ -5888,6 +5890,11 @@
"node": ">=0.10.0"
}
},
"node_modules/normalize.css": {
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/normalize.css/-/normalize.css-8.0.1.tgz",
"integrity": "sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg=="
},
"node_modules/npm-run-path": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
@@ -7148,6 +7155,11 @@
"integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=",
"dev": true
},
"node_modules/the-new-css-reset": {
"version": "1.7.3",
"resolved": "https://registry.npmjs.org/the-new-css-reset/-/the-new-css-reset-1.7.3.tgz",
"integrity": "sha512-AiDZRlaS6ccC6CVHMEg+DQyZwfO0/KUvsz+vwmoOw9MlyNv/CaiOEhV1W3iw8ajQbWF0sXWYYhdKGMlCNyILPA=="
},
"node_modules/tiny-glob": {
"version": "0.2.9",
"resolved": "https://registry.npmjs.org/tiny-glob/-/tiny-glob-0.2.9.tgz",
@@ -7776,16 +7788,18 @@
}
},
"@aw-labs/icons": {
"version": "0.0.0-58",
"resolved": "https://registry.npmjs.org/@aw-labs/icons/-/icons-0.0.0-58.tgz",
"integrity": "sha512-xUD5DQcYVNiKhDSpxMO24G/4l7txgAdwochK01tJA6wXhuPAcp5Yjuofjm2bGkMzCuze4Vs+SVvhsBxzVXRPrA=="
"version": "0.0.0-60",
"resolved": "https://registry.npmjs.org/@aw-labs/icons/-/icons-0.0.0-60.tgz",
"integrity": "sha512-lxOwKq7p3jN9FK1icjOVQAWmhtIDtjxlE9+Sil8graki3uDli9tir9qLJscGfT3QUKjQwd1NPCFU0h4JVyhP4Q=="
},
"@aw-labs/ui": {
"version": "0.0.0-58",
"resolved": "https://registry.npmjs.org/@aw-labs/ui/-/ui-0.0.0-58.tgz",
"integrity": "sha512-W3bTvAPX4ig5qLBvGn/VpNaDk62RqO4oDa0poube2WuElkVvaGwFAR0wCwmisdi2NeXyGJqt20g3Y/Mz4K2yMA==",
"version": "0.0.0-60",
"resolved": "https://registry.npmjs.org/@aw-labs/ui/-/ui-0.0.0-60.tgz",
"integrity": "sha512-ET50QK8YcPKBHVefvc+hBljLGl8X1hMJQnEYCMn744rZzKmcoz4MPb3sR+/vnJIeVC89fCAYoTk9H/+yv/5RKg==",
"requires": {
"@aw-labs/icons": "*"
"@aw-labs/icons": "*",
"normalize.css": "^8.0.1",
"the-new-css-reset": "^1.7.3"
}
},
"@babel/code-frame": {
@@ -12161,6 +12175,11 @@
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
"dev": true
},
"normalize.css": {
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/normalize.css/-/normalize.css-8.0.1.tgz",
"integrity": "sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg=="
},
"npm-run-path": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
@@ -13056,6 +13075,11 @@
"integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=",
"dev": true
},
"the-new-css-reset": {
"version": "1.7.3",
"resolved": "https://registry.npmjs.org/the-new-css-reset/-/the-new-css-reset-1.7.3.tgz",
"integrity": "sha512-AiDZRlaS6ccC6CVHMEg+DQyZwfO0/KUvsz+vwmoOw9MlyNv/CaiOEhV1W3iw8ajQbWF0sXWYYhdKGMlCNyILPA=="
},
"tiny-glob": {
"version": "0.2.9",
"resolved": "https://registry.npmjs.org/tiny-glob/-/tiny-glob-0.2.9.tgz",
+2 -2
View File
@@ -19,8 +19,8 @@
},
"dependencies": {
"@aw-labs/appwrite-console": "^6.0.0",
"@aw-labs/icons": "0.0.0-58",
"@aw-labs/ui": "0.0.0-58",
"@aw-labs/icons": "0.0.0-60",
"@aw-labs/ui": "0.0.0-60",
"echarts": "^5.4.0",
"prismjs": "^1.29.0",
"tippy.js": "^6.3.7",