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 5, 2024
1 parent 35835bf commit b0a283b
Show file tree
Hide file tree
Showing 12 changed files with 1,396 additions and 1,412 deletions.
1,750 changes: 867 additions & 883 deletions .nx/workspace-data/file-map.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .nx/workspace-data/lockfile.hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16759366224958673485
15891172754106274435
232 changes: 116 additions & 116 deletions .nx/workspace-data/parsed-lock-file.json

Large diffs are not rendered by default.

234 changes: 117 additions & 117 deletions .nx/workspace-data/project-graph.json

Large diffs are not rendered by default.

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.67.1"
"wrangler": "^3.68.0"
},
"dependencies": {
"geo-position.ts": "^1.4.1",
Expand Down
8 changes: 4 additions & 4 deletions apps/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
},
"devDependencies": {
"@fontsource/inter": "^5.0.20",
"@iconify/json": "^2.2.233",
"@iconify/json": "^2.2.234",
"@iconify/tailwind": "^1.1.2",
"@iconify/utils": "^2.1.29",
"@iconify/utils": "^2.1.30",
"@neoconfetti/svelte": "^2.2.1",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/enhanced-img": "^0.3.1",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/kit": "^2.5.20",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tailwindcss/forms": "^0.5.7",
"@types/aos": "^3.0.7",
"@types/eslint": "9.6.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"aos": "^2.3.4",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.4",
"cssnano-preset-default": "^7.0.4",
"cssnano-preset-lite": "^4.0.1",
Expand Down
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.67.1"
"wrangler": "^3.68.0"
},
"dependencies": {
"geo-position.ts": "^1.4.1"
Expand Down
8 changes: 4 additions & 4 deletions apps/webextension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"devDependencies": {
"@floating-ui/core": "^1.6.5",
"@floating-ui/dom": "^1.6.8",
"@iconify/json": "^2.2.233",
"@iconify/json": "^2.2.234",
"@iconify/tailwind": "^1.1.2",
"@iconify/utils": "^2.1.29",
"@iconify/utils": "^2.1.30",
"@inlang/paraglide-js": "1.11.2",
"@inlang/paraglide-sveltekit": "^0.11.0",
"@putout/minify": "^4.5.0",
"@skeletonlabs/skeleton": "^2.10.2",
"@skeletonlabs/tw-plugin": "^0.4.0",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/kit": "^2.5.20",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
Expand All @@ -37,7 +37,7 @@
"@types/webextension-polyfill": "^0.10.7",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"browser-storage-polyfill": "^1.0.11",
"chart.js": "^4.4.3",
"color": "^4.2.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
}
},
"devDependencies": {
"nx": "19.5.4"
"nx": "19.5.6"
}
}
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.0.2",
"@types/node": "^22.1.0",
"typescript": "^5.5.4"
}
}
2 changes: 1 addition & 1 deletion 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.0.2",
"@types/node": "^22.1.0",
"@types/picomatch": "^3.0.0",
"typescript": "^5.5.4"
},
Expand Down
Loading

0 comments on commit b0a283b

Please sign in to comment.