chore: update aw-labs packages

This commit is contained in:
Arman
2022-06-10 09:45:53 +02:00
parent e41fd93fb1
commit ad97623e45
2 changed files with 16 additions and 16 deletions
+14 -14
View File
@@ -8,8 +8,8 @@
"name": "@appwrite/console",
"version": "0.0.1",
"dependencies": {
"@aw-labs/icons": "^0.0.0-5",
"@aw-labs/ui": "^0.0.0-5"
"@aw-labs/icons": "^0.0.0-10",
"@aw-labs/ui": "^0.0.0-10"
},
"devDependencies": {
"@playwright/test": "^1.22.1",
@@ -57,14 +57,14 @@
}
},
"node_modules/@aw-labs/icons": {
"version": "0.0.0-5",
"resolved": "https://registry.npmjs.org/@aw-labs/icons/-/icons-0.0.0-5.tgz",
"integrity": "sha512-aKOScDcSxl+R4jCVGZysmKjrO+tWGjTMY1Ej/PQB6nYaHtkt0FmDKkGU0UoE2/iHCg1jUNvcHqq16VtNBy4v5A=="
"version": "0.0.0-10",
"resolved": "https://registry.npmjs.org/@aw-labs/icons/-/icons-0.0.0-10.tgz",
"integrity": "sha512-+kha3uwnsuu1bFsQT/PU+OVgQdnhRlltP+LNqWrqHGUcRakILc2ldHck59Zqjy4D89vG234hzIODoRhxckmyMw=="
},
"node_modules/@aw-labs/ui": {
"version": "0.0.0-5",
"resolved": "https://registry.npmjs.org/@aw-labs/ui/-/ui-0.0.0-5.tgz",
"integrity": "sha512-HmW6STHR13nYvJPQYVRh7J9jCp2OGN7YsSf6UIqS462T4QUSkC9c8mzcXBOvWcWI0vV3oKWEeE9iNSTMBIMY/A==",
"version": "0.0.0-10",
"resolved": "https://registry.npmjs.org/@aw-labs/ui/-/ui-0.0.0-10.tgz",
"integrity": "sha512-NxV0Ic9SYglb6HCcz8c5zrCv/Cd9p4zHX8VGw1P0JO1Y7bdB/pMm9j9+1e3pyf6eMwGcCqJwxQaovhjHcRmBcg==",
"dependencies": {
"@aw-labs/icons": "*"
}
@@ -7016,14 +7016,14 @@
}
},
"@aw-labs/icons": {
"version": "0.0.0-5",
"resolved": "https://registry.npmjs.org/@aw-labs/icons/-/icons-0.0.0-5.tgz",
"integrity": "sha512-aKOScDcSxl+R4jCVGZysmKjrO+tWGjTMY1Ej/PQB6nYaHtkt0FmDKkGU0UoE2/iHCg1jUNvcHqq16VtNBy4v5A=="
"version": "0.0.0-10",
"resolved": "https://registry.npmjs.org/@aw-labs/icons/-/icons-0.0.0-10.tgz",
"integrity": "sha512-+kha3uwnsuu1bFsQT/PU+OVgQdnhRlltP+LNqWrqHGUcRakILc2ldHck59Zqjy4D89vG234hzIODoRhxckmyMw=="
},
"@aw-labs/ui": {
"version": "0.0.0-5",
"resolved": "https://registry.npmjs.org/@aw-labs/ui/-/ui-0.0.0-5.tgz",
"integrity": "sha512-HmW6STHR13nYvJPQYVRh7J9jCp2OGN7YsSf6UIqS462T4QUSkC9c8mzcXBOvWcWI0vV3oKWEeE9iNSTMBIMY/A==",
"version": "0.0.0-10",
"resolved": "https://registry.npmjs.org/@aw-labs/ui/-/ui-0.0.0-10.tgz",
"integrity": "sha512-NxV0Ic9SYglb6HCcz8c5zrCv/Cd9p4zHX8VGw1P0JO1Y7bdB/pMm9j9+1e3pyf6eMwGcCqJwxQaovhjHcRmBcg==",
"requires": {
"@aw-labs/icons": "*"
}
+2 -2
View File
@@ -19,8 +19,8 @@
"e2e": "playwright test tests/e2e"
},
"dependencies": {
"@aw-labs/ui": "^0.0.0-5",
"@aw-labs/icons": "^0.0.0-5"
"@aw-labs/ui": "^0.0.0-10",
"@aw-labs/icons": "^0.0.0-10"
},
"devDependencies": {
"@playwright/test": "^1.22.1",