Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eriandev committed Aug 24, 2024
1 parent bc5745c commit b0e58eb
Show file tree
Hide file tree
Showing 7 changed files with 939 additions and 813 deletions.
2 changes: 1 addition & 1 deletion apps/ip-address-tracker/src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import Atributtion from 'shared/components/Atributtion.astro'
is:inline
src="https://unpkg.com/[email protected]/dist/leaflet.js"
integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo="
crossorigin></script>
crossorigin=""></script>

<script src="@/scripts/declareRefs.ts"></script>
<script src="@/scripts/validation.ts"></script>
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"pnpm": ">=8.15.0"
},
"dependencies": {
"astro": "4.11.5"
"astro": "4.14.5"
},
"devDependencies": {
"@astrojs/check": "0.7.0",
"@astrojs/check": "0.9.3",
"@astrojs/tailwind": "5.1.0",
"eslint-config-custom": "workspace:*",
"shared": "workspace:*",
"sharp": "0.33.4",
"sharp": "0.33.5",
"typescript": "5.3.3",
"vite": "5.3.3"
"vite": "5.4.2"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.0",
"eslint-config-standard-with-typescript": "43.0.1",
"eslint-plugin-astro": "1.2.2"
"eslint-plugin-astro": "1.2.3"
}
}
12 changes: 6 additions & 6 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"check": "astro check --tsconfig tsconfig.json"
},
"devDependencies": {
"@types/node": "20.14.10",
"@types/node": "22.5.0",
"astro-icon": "0.8.2",
"eslint-config-custom": "workspace:*",
"prettier": "3.3.2",
"prettier-plugin-astro": "0.14.0",
"prettier-plugin-tailwindcss": "0.6.5",
"tailwindcss": "3.4.4",
"vite": "5.3.3"
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.6",
"tailwindcss": "3.4.10",
"vite": "5.4.2"
}
}
1,717 changes: 924 additions & 793 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

10 changes: 2 additions & 8 deletions src/components/LevelTag.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,10 @@ const borderColor = 'border-' + levelColor
extraClass
]}
>
<span class:list={[
bgColor,
'block h-full rounded-l-sm px-2 text-white md:px-3'
]}>
<span class:list={[bgColor, 'block h-full rounded-l-sm px-2 text-white md:px-3']}>
{level}
</span>
<span class:list={[
textColor,
'block px-1.5 uppercase md:px-3'
]}>
<span class:list={[textColor, 'block px-1.5 uppercase md:px-3']}>
{levelColor}
</span>
</div>
1 change: 1 addition & 0 deletions src/env.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />

0 comments on commit b0e58eb

Please sign in to comment.