mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge branch 'users' of github.com:appwrite/appwrite-console-poc into users
This commit is contained in:
Generated
+2485
-1087
File diff suppressed because it is too large
Load Diff
+16
-16
@@ -23,33 +23,33 @@
|
||||
"@aw-labs/icons": "^0.0.0-11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.22.1",
|
||||
"@sveltejs/adapter-auto": "1.0.0-next.43",
|
||||
"@sveltejs/kit": "1.0.0-next.335",
|
||||
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.44",
|
||||
"@playwright/test": "^1.22.2",
|
||||
"@sveltejs/adapter-auto": "1.0.0-next.50",
|
||||
"@sveltejs/kit": "1.0.0-next.350",
|
||||
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.49",
|
||||
"@testing-library/dom": "^8.13.0",
|
||||
"@testing-library/jest-dom": "^5.16.4",
|
||||
"@testing-library/svelte": "^3.1.1",
|
||||
"@testing-library/svelte": "^3.1.3",
|
||||
"@testing-library/user-event": "^14.2.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.25.0",
|
||||
"@typescript-eslint/parser": "^5.25.0",
|
||||
"eslint": "^8.15.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.27.1",
|
||||
"@typescript-eslint/parser": "^5.27.1",
|
||||
"eslint": "^8.17.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-svelte3": "^4.0.0",
|
||||
"jest": "^28.1.0",
|
||||
"jest-environment-jsdom": "^28.1.0",
|
||||
"jest": "^28.1.1",
|
||||
"jest-environment-jsdom": "^28.1.1",
|
||||
"pre-commit": "^1.2.2",
|
||||
"prettier": "^2.6.2",
|
||||
"prettier-plugin-svelte": "^2.7.0",
|
||||
"sass": "^1.51.0",
|
||||
"sass": "^1.52.3",
|
||||
"svelte": "^3.48.0",
|
||||
"svelte-check": "^2.7.1",
|
||||
"svelte-check": "^2.7.2",
|
||||
"svelte-jester": "^2.3.2",
|
||||
"svelte-preprocess": "^4.10.6",
|
||||
"ts-jest": "^28.0.2",
|
||||
"svelte-preprocess": "^4.10.7",
|
||||
"ts-jest": "^28.0.4",
|
||||
"tslib": "^2.4.0",
|
||||
"typescript": "^4.6.4",
|
||||
"vite": "^2.9.9"
|
||||
"typescript": "^4.7.3",
|
||||
"vite": "^2.9.12"
|
||||
},
|
||||
"type": "module",
|
||||
"jest": {
|
||||
|
||||
+2
-2
@@ -5,9 +5,9 @@
|
||||
<meta name="description" content="" />
|
||||
<link rel="icon" href="/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
%svelte.head%
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<body>
|
||||
<div id="svelte">%svelte.body%</div>
|
||||
<div id="svelte">%sveltekit.body%</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user