Skip to content

Commit

Permalink
attempt to upgrade oackages
Browse files Browse the repository at this point in the history
  • Loading branch information
ollema committed Dec 5, 2024
1 parent 7fa6ac9 commit 35c169d
Show file tree
Hide file tree
Showing 5 changed files with 228 additions and 491 deletions.
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@
"check:watch": "pnpm build:content && svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@svecodocs/kit": "^0.0.5",
"@svecodocs/kit": "^0.1.1",
"@sveltejs/adapter-cloudflare": "^4.8.0",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/vite-plugin-svelte": "^4.0.2",
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"@tailwindcss/vite": "4.0.0-beta.4",
"barqode": "workspace:^",
"mdsx": "^0.0.6",
"phosphor-svelte": "^3.0.0",
"svelte": "^5.4.0",
"svelte-check": "^4.1.0",
"svelte": "^5.7.0",
"svelte-check": "^4.1.1",
"svelte-preprocess": "^6.0.3",
"tailwindcss": "4.0.0-beta.4",
"typescript": "^5.7.2",
"velite": "^0.2.1",
"vite": "^5.4.11"
"vite": "^6.0.3"
},
"private": true
}
33 changes: 1 addition & 32 deletions docs/src/routes/api/search.json/search.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.13.0",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"svelte": "^5.4.0",
"svelte": "^5.7.0",
"svelte-eslint-parser": "^0.43.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",
"wrangler": "^3.91.0"
"wrangler": "^3.92.0"
}
}
10 changes: 5 additions & 5 deletions packages/barqode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/package": "^2.3.7",
"@sveltejs/vite-plugin-svelte": "^4.0.2",
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"publint": "^0.2.12",
"svelte": "^5.4.0",
"svelte-check": "^4.1.0",
"svelte": "^5.7.0",
"svelte-check": "^4.1.1",
"typescript": "^5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.3"
},
"license": "MIT",
"contributors": [
Expand All @@ -61,7 +61,7 @@
],
"dependencies": {
"barcode-detector": "^2.3.1",
"runed": "^0.16.1",
"runed": "^0.16.2",
"webrtc-adapter": "^9.0.1"
}
}
Loading

0 comments on commit 35c169d

Please sign in to comment.