Skip to content

Commit

Permalink
chore: updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akopachov committed Aug 21, 2024
1 parent dea2b92 commit d63892f
Show file tree
Hide file tree
Showing 7 changed files with 106 additions and 96 deletions.
2 changes: 1 addition & 1 deletion apps/iqair-redirect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "wrangler dev"
},
"devDependencies": {
"wrangler": "^3.72.0"
"wrangler": "^3.72.1"
},
"dependencies": {
"geo-position.ts": "^1.4.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@fontsource/inter": "^5.0.20",
"@iconify/json": "^2.2.239",
"@iconify/tailwind": "^1.1.2",
"@iconify/utils": "^2.1.30",
"@iconify/utils": "^2.1.31",
"@neoconfetti/svelte": "^2.2.1",
"@sveltejs/adapter-static": "^3.0.4",
"@sveltejs/enhanced-img": "^0.3.3",
Expand Down Expand Up @@ -47,7 +47,7 @@
"tailwindcss": "^3.4.10",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"vite": "^5.4.1"
"vite": "^5.4.2"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion apps/owm-redirect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "wrangler dev"
},
"devDependencies": {
"wrangler": "^3.72.0"
"wrangler": "^3.72.1"
},
"dependencies": {
"geo-position.ts": "^1.4.1"
Expand Down
6 changes: 3 additions & 3 deletions apps/webextension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@floating-ui/dom": "^1.6.10",
"@iconify/json": "^2.2.239",
"@iconify/tailwind": "^1.1.2",
"@iconify/utils": "^2.1.30",
"@iconify/utils": "^2.1.31",
"@inlang/paraglide-js": "1.11.2",
"@inlang/paraglide-sveltekit": "^0.11.0",
"@putout/minify": "^4.5.0",
Expand All @@ -39,7 +39,7 @@
"@typescript-eslint/parser": "^8.2.0",
"autoprefixer": "^10.4.20",
"browser-storage-polyfill": "^1.0.11",
"chart.js": "^4.4.3",
"chart.js": "^4.4.4",
"color": "^4.2.3",
"cssnano": "^7.0.5",
"cssnano-preset-default": "^7.0.5",
Expand Down Expand Up @@ -78,7 +78,7 @@
"tslog": "^4.9.3",
"typescript": "^5.5.4",
"vanilla-colorful": "^0.7.2",
"vite": "^5.4.1",
"vite": "^5.4.2",
"vite-plugin-run-generator": "workspace:*",
"vite-plugin-tailwind-purgecss": "^0.3.3",
"web-ext": "^8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/is-wsl2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "tsc"
},
"devDependencies": {
"@types/node": "^22.4.1",
"@types/node": "^22.4.2",
"typescript": "^5.5.4"
}
}
4 changes: 2 additions & 2 deletions packages/vite-plugin-run-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@types/ejs": "^3.1.5",
"@types/node": "^22.4.1",
"@types/node": "^22.4.2",
"@types/picomatch": "^3.0.1",
"typescript": "^5.5.4"
},
Expand All @@ -23,6 +23,6 @@
"picomatch": "^4.0.2",
"slash": "^5.1.0",
"tiny-glob": "^0.2.9",
"vite": "^5.4.1"
"vite": "^5.4.2"
}
}
Loading

0 comments on commit d63892f

Please sign in to comment.