Skip to content

Commit

Permalink
try to fix failing integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorkovarik committed Feb 23, 2024
1 parent 5a43bb9 commit b2b9295
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 35 deletions.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ updates:
- "vite"
- "typescript"
- "@types/*"
- "@skeletonlabs/*"
development-tools:
patterns:
- "*eslint*"
Expand All @@ -44,5 +45,6 @@ updates:
- "tailwindcss"
- "autoprefixer"
- "postcss*"
- "floating-ui*"
- "@floating-ui/*"
- "@types/*"
- "@skeletonlabs/*"
60 changes: 30 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"@dfinity/ledger": "next",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@rollup/plugin-inject": "^5.0.3",
"@skeletonlabs/skeleton": "^2.5.0",
"@skeletonlabs/tw-plugin": "^0.2.4",
"@skeletonlabs/skeleton": "^2.8.0",
"@skeletonlabs/tw-plugin": "^0.3.1",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.1",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
Expand All @@ -56,7 +56,7 @@
"prettier-plugin-motoko": "^0.8.4",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-svelte": "^3.2.1",
"sass": "^1.68.0",
"sass": "^1.71.1",
"svelte": "^4.2.11",
"svelte-check": "^3.6.4",
"svelte-preprocess": "^5.0.4",
Expand All @@ -72,7 +72,7 @@
"@dfinity/identity": "^1.0.0",
"@dfinity/principal": "^1.0.0",
"@dfinity/utils": "next",
"@floating-ui/dom": "^1.5.4",
"@floating-ui/dom": "^1.6.3",
"@nostr-dev-kit/ndk": "^2.2.0",
"@nostr-dev-kit/ndk-cache-dexie": "^2.2.3",
"buffer": "^6.0.3",
Expand Down

0 comments on commit b2b9295

Please sign in to comment.