Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hanspagel committed Aug 1, 2024
1 parent 05bd2cd commit 6ce92a0
Show file tree
Hide file tree
Showing 9 changed files with 404 additions and 372 deletions.
8 changes: 4 additions & 4 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"dependencies": {
"@scalar/snippetz": "workspace:*",
"@scalar/snippetz-core": "workspace:*",
"vue": "^3.4.33"
"vue": "^3.4.35"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue": "^5.1.1",
"shikiji": "^0.10.2",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vue-tsc": "^2.0.28"
"vite": "^5.3.5",
"vue-tsc": "^2.0.29"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"turbo": "^2.0.9",
"@vitest/ui": "^2.0.5",
"turbo": "^2.0.11",
"typescript": "^5.5.4",
"@vitest/ui": "^2.0.4",
"vite": "^5.3.4",
"vitest": "^2.0.4"
"vite": "^5.3.5",
"vitest": "^2.0.5"
},
"packageManager": "[email protected]"
}
6 changes: 3 additions & 3 deletions packages/snippetz-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"types:check": "tsc --noEmit --skipLibCheck"
},
"devDependencies": {
"@vitest/ui": "^2.0.4",
"@vitest/ui": "^2.0.5",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vitest": "^2.0.4"
"vite": "^5.3.5",
"vitest": "^2.0.5"
},
"dependencies": {
"@types/har-format": "^1.2.15"
Expand Down
8 changes: 4 additions & 4 deletions packages/snippetz-plugin-js-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"types:check": "tsc --noEmit --skipLibCheck"
},
"devDependencies": {
"@vitest/ui": "^2.0.4",
"turbo": "^2.0.9",
"@vitest/ui": "^2.0.5",
"turbo": "^2.0.11",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vitest": "^2.0.4"
"vite": "^5.3.5",
"vitest": "^2.0.5"
},
"dependencies": {
"@scalar/snippetz-core": "workspace:*"
Expand Down
8 changes: 4 additions & 4 deletions packages/snippetz-plugin-js-ofetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"types:check": "tsc --noEmit --skipLibCheck"
},
"devDependencies": {
"@vitest/ui": "^2.0.4",
"turbo": "^2.0.9",
"@vitest/ui": "^2.0.5",
"turbo": "^2.0.11",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vitest": "^2.0.4"
"vite": "^5.3.5",
"vitest": "^2.0.5"
},
"dependencies": {
"@scalar/snippetz-core": "workspace:*"
Expand Down
8 changes: 4 additions & 4 deletions packages/snippetz-plugin-node-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"types:check": "tsc --noEmit --skipLibCheck"
},
"devDependencies": {
"@vitest/ui": "^2.0.4",
"turbo": "^2.0.9",
"@vitest/ui": "^2.0.5",
"turbo": "^2.0.11",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vitest": "^2.0.4"
"vite": "^5.3.5",
"vitest": "^2.0.5"
},
"dependencies": {
"@scalar/snippetz-core": "workspace:*"
Expand Down
8 changes: 4 additions & 4 deletions packages/snippetz-plugin-node-ofetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"types:check": "tsc --noEmit --skipLibCheck"
},
"devDependencies": {
"@vitest/ui": "^2.0.4",
"turbo": "^2.0.9",
"@vitest/ui": "^2.0.5",
"turbo": "^2.0.11",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vitest": "^2.0.4"
"vite": "^5.3.5",
"vitest": "^2.0.5"
},
"dependencies": {
"@scalar/snippetz-core": "workspace:*"
Expand Down
8 changes: 4 additions & 4 deletions packages/snippetz-plugin-node-undici/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"types:check": "tsc --noEmit --skipLibCheck"
},
"devDependencies": {
"@vitest/ui": "^2.0.4",
"turbo": "^2.0.9",
"@vitest/ui": "^2.0.5",
"turbo": "^2.0.11",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vitest": "^2.0.4"
"vite": "^5.3.5",
"vitest": "^2.0.5"
},
"dependencies": {
"@scalar/snippetz-core": "workspace:*"
Expand Down
Loading

0 comments on commit 6ce92a0

Please sign in to comment.