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 (#25)
Browse files Browse the repository at this point in the history
* chore: update dependencies

* chore: update all dependencies, move workspace dependencies to root package.json

* chore: update lock file

* chore: migrate to turbo v2
  • Loading branch information
hanspagel authored Jul 23, 2024
1 parent 1e0174a commit a878d10
Show file tree
Hide file tree
Showing 11 changed files with 726 additions and 2,239 deletions.
12 changes: 6 additions & 6 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"dependencies": {
"@scalar/snippetz": "workspace:*",
"@scalar/snippetz-core": "workspace:*",
"vue": "^3.3.11"
"vue": "^3.4.33"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"shikiji": "^0.8.4",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vue-tsc": "^1.8.25"
"@vitejs/plugin-vue": "^5.0.5",
"shikiji": "^0.10.2",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vue-tsc": "^2.0.28"
}
}
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@
"types:check": "pnpm -r types:check"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"turbo": "^1.11.1",
"typescript": "^5.2.2"
"@changesets/cli": "^2.27.7",
"turbo": "^2.0.9",
"typescript": "^5.5.4",
"@vitest/ui": "^2.0.4",
"vite": "^5.3.4",
"vitest": "^2.0.4"
},
"packageManager": "[email protected]"
}
8 changes: 4 additions & 4 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": "^1.0.4",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vitest": "^1.0.4"
"@vitest/ui": "^2.0.4",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vitest": "^2.0.4"
},
"dependencies": {
"@types/har-format": "^1.2.15"
Expand Down
10 changes: 5 additions & 5 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": "^1.0.4",
"turbo": "^1.11.1",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vitest": "^1.0.4"
"@vitest/ui": "^2.0.4",
"turbo": "^2.0.9",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vitest": "^2.0.4"
},
"dependencies": {
"@scalar/snippetz-core": "workspace:*"
Expand Down
10 changes: 5 additions & 5 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": "^1.0.4",
"turbo": "^1.11.1",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vitest": "^1.0.4"
"@vitest/ui": "^2.0.4",
"turbo": "^2.0.9",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vitest": "^2.0.4"
},
"dependencies": {
"@scalar/snippetz-core": "workspace:*"
Expand Down
10 changes: 5 additions & 5 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": "^1.0.4",
"turbo": "^1.11.1",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vitest": "^1.0.4"
"@vitest/ui": "^2.0.4",
"turbo": "^2.0.9",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vitest": "^2.0.4"
},
"dependencies": {
"@scalar/snippetz-core": "workspace:*"
Expand Down
10 changes: 5 additions & 5 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": "^1.0.4",
"turbo": "^1.11.1",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vitest": "^1.0.4"
"@vitest/ui": "^2.0.4",
"turbo": "^2.0.9",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vitest": "^2.0.4"
},
"dependencies": {
"@scalar/snippetz-core": "workspace:*"
Expand Down
10 changes: 5 additions & 5 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": "^1.0.4",
"turbo": "^1.11.1",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vitest": "^1.0.4"
"@vitest/ui": "^2.0.4",
"turbo": "^2.0.9",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vitest": "^2.0.4"
},
"dependencies": {
"@scalar/snippetz-core": "workspace:*"
Expand Down
6 changes: 0 additions & 6 deletions packages/snippetz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
"test:ui": "vitest --ui",
"types:check": "tsc --noEmit --skipLibCheck"
},
"devDependencies": {
"@vitest/ui": "^1.0.4",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vitest": "^1.0.4"
},
"dependencies": {
"@scalar/snippetz-core": "workspace:*",
"@scalar/snippetz-plugin-js-fetch": "workspace:*",
Expand Down
Loading

0 comments on commit a878d10

Please sign in to comment.