Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
x0k committed Jul 4, 2024
1 parent e5d6637 commit 640ab4a
Show file tree
Hide file tree
Showing 8 changed files with 96 additions and 93 deletions.
6 changes: 3 additions & 3 deletions apps/ppp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@astrojs/tailwind": "^5.1.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"astro": "^4.11.3",
"astro": "^4.11.5",
"astro-icon": "^1.1.0",
"libs": "workspace:*",
"monaco-editor": "^0.50.0",
Expand All @@ -36,13 +36,13 @@
"testing-typescript": "workspace:*"
},
"devDependencies": {
"@iconify-json/lucide": "^1.1.197",
"@iconify-json/lucide": "^1.1.198",
"@iconify/svelte": "^4.0.2",
"@tailwindcss/typography": "^0.5.13",
"@types/color": "^3.0.6",
"color": "^4.2.3",
"daisyui": "^4.12.10",
"svelte": "5.0.0-next.133",
"vite-plugin-static-copy": "^1.0.5"
"vite-plugin-static-copy": "^1.0.6"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@total-typescript/tsconfig": "^1.0.4",
"only-allow": "^1.2.1",
"turbo": "^2.0.6",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}
4 changes: 2 additions & 2 deletions packages/testing-gleam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"libs": "workspace:*"
},
"devDependencies": {
"vite": "^5.3.2",
"vite": "^5.3.3",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-static-copy": "^1.0.5"
"vite-plugin-static-copy": "^1.0.6"
},
"exports": {
".": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing-go/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@types/golang-wasm-exec": "^1.15.2",
"vite": "^5.3.2",
"vite": "^5.3.3",
"vite-plugin-dts": "^3.9.1"
},
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/testing-php/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"testing": "workspace:*"
},
"devDependencies": {
"vite": "^5.3.2",
"vite": "^5.3.3",
"vite-plugin-dts": "^3.9.1"
},
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/testing-python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"testing": "workspace:*"
},
"devDependencies": {
"vite": "^5.3.2",
"vite": "^5.3.3",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-static-copy": "^1.0.5"
"vite-plugin-static-copy": "^1.0.6"
},
"exports": {
".": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing-rust/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"testing": "workspace:*"
},
"devDependencies": {
"vite": "^5.3.2",
"vite": "^5.3.3",
"vite-plugin-dts": "^3.9.1"
},
"exports": {
Expand Down
Loading

0 comments on commit 640ab4a

Please sign in to comment.