mirror of
https://github.com/BradNut/personal-website-sveltekit
synced 2025-09-08 23:20:18 +00:00
Updateing dependencies.
This commit is contained in:
parent
d35f7596f3
commit
5cb85dd05a
2 changed files with 58 additions and 57 deletions
10
package.json
10
package.json
|
|
@ -14,21 +14,21 @@
|
|||
"format": "prettier --plugin-search-dir . --write ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-icons/material-symbols": "^1.2.40",
|
||||
"@iconify-icons/material-symbols": "^1.2.41",
|
||||
"@iconify-icons/mdi": "^1.2.46",
|
||||
"@iconify-icons/radix-icons": "^1.2.8",
|
||||
"@iconify-icons/simple-icons": "^1.2.52",
|
||||
"@iconify-icons/simple-icons": "^1.2.53",
|
||||
"@leveluptuts/svelte-side-menu": "^1.0.5",
|
||||
"@leveluptuts/svelte-toy": "^2.0.3",
|
||||
"@playwright/test": "^1.34.0",
|
||||
"@playwright/test": "^1.34.3",
|
||||
"@rgossiaux/svelte-headlessui": "^1.0.2",
|
||||
"@sveltejs/adapter-auto": "^1.0.3",
|
||||
"@sveltejs/adapter-static": "^2.0.2",
|
||||
"@sveltejs/adapter-vercel": "^1.0.6",
|
||||
"@sveltejs/kit": "^1.18.0",
|
||||
"@types/postcss-preset-env": "^8.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.6",
|
||||
"@typescript-eslint/parser": "^5.59.6",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.7",
|
||||
"@typescript-eslint/parser": "^5.59.7",
|
||||
"@zerodevx/svelte-img": "^1.2.10",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"eslint": "^8.41.0",
|
||||
|
|
|
|||
105
pnpm-lock.yaml
105
pnpm-lock.yaml
|
|
@ -13,8 +13,8 @@ dependencies:
|
|||
|
||||
devDependencies:
|
||||
'@iconify-icons/material-symbols':
|
||||
specifier: ^1.2.40
|
||||
version: 1.2.40
|
||||
specifier: ^1.2.41
|
||||
version: 1.2.41
|
||||
'@iconify-icons/mdi':
|
||||
specifier: ^1.2.46
|
||||
version: 1.2.46
|
||||
|
|
@ -22,8 +22,8 @@ devDependencies:
|
|||
specifier: ^1.2.8
|
||||
version: 1.2.8
|
||||
'@iconify-icons/simple-icons':
|
||||
specifier: ^1.2.52
|
||||
version: 1.2.52
|
||||
specifier: ^1.2.53
|
||||
version: 1.2.53
|
||||
'@leveluptuts/svelte-side-menu':
|
||||
specifier: ^1.0.5
|
||||
version: 1.0.5
|
||||
|
|
@ -31,8 +31,8 @@ devDependencies:
|
|||
specifier: ^2.0.3
|
||||
version: 2.0.3
|
||||
'@playwright/test':
|
||||
specifier: ^1.34.0
|
||||
version: 1.34.0
|
||||
specifier: ^1.34.3
|
||||
version: 1.34.3
|
||||
'@rgossiaux/svelte-headlessui':
|
||||
specifier: ^1.0.2
|
||||
version: 1.0.2(svelte@3.59.1)
|
||||
|
|
@ -52,11 +52,11 @@ devDependencies:
|
|||
specifier: ^8.0.0
|
||||
version: 8.0.0(postcss@8.4.23)
|
||||
'@typescript-eslint/eslint-plugin':
|
||||
specifier: ^5.59.6
|
||||
version: 5.59.6(@typescript-eslint/parser@5.59.6)(eslint@8.41.0)(typescript@4.9.5)
|
||||
specifier: ^5.59.7
|
||||
version: 5.59.7(@typescript-eslint/parser@5.59.7)(eslint@8.41.0)(typescript@4.9.5)
|
||||
'@typescript-eslint/parser':
|
||||
specifier: ^5.59.6
|
||||
version: 5.59.6(eslint@8.41.0)(typescript@4.9.5)
|
||||
specifier: ^5.59.7
|
||||
version: 5.59.7(eslint@8.41.0)(typescript@4.9.5)
|
||||
'@zerodevx/svelte-img':
|
||||
specifier: ^1.2.10
|
||||
version: 1.2.10(svelte@3.59.1)
|
||||
|
|
@ -952,8 +952,8 @@ packages:
|
|||
resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==}
|
||||
dev: true
|
||||
|
||||
/@iconify-icons/material-symbols@1.2.40:
|
||||
resolution: {integrity: sha512-DMfyRggqgy5s/bwIN70CZOdcGZe5uR/QQu5+RwCbaJZX9WCXI8i42E0wIiCGhwKY/wXd01mJdzaU7EOzK0K7Cg==}
|
||||
/@iconify-icons/material-symbols@1.2.41:
|
||||
resolution: {integrity: sha512-m0CKvb5gYj7uG3BgAHSrrEAYjPCqkqTdNpHEGmKIkot1goXiti3R3W53XYtZ/n0Ty1LZPyqzPG8+Emht+e6iYA==}
|
||||
dependencies:
|
||||
'@iconify/types': 2.0.0
|
||||
dev: true
|
||||
|
|
@ -970,8 +970,8 @@ packages:
|
|||
'@iconify/types': 2.0.0
|
||||
dev: true
|
||||
|
||||
/@iconify-icons/simple-icons@1.2.52:
|
||||
resolution: {integrity: sha512-ehgnjX4Xcq84twbILqsOtIgxy2E9yeMm2uYRduwguZ6hTRlujufhFCirXMgW++pgn6eSeQnqrtYPPKabwDZI9A==}
|
||||
/@iconify-icons/simple-icons@1.2.53:
|
||||
resolution: {integrity: sha512-bTxLbjAycrVysp9hM5bmMsQEFn348ywT3/7mIiO2+DtOnwxD/+t0XyOSP17kFnCLG1UC97E4K1xFv9Cdz8pzYQ==}
|
||||
dependencies:
|
||||
'@iconify/types': 2.0.0
|
||||
dev: true
|
||||
|
|
@ -1049,13 +1049,13 @@ packages:
|
|||
fastq: 1.15.0
|
||||
dev: true
|
||||
|
||||
/@playwright/test@1.34.0:
|
||||
resolution: {integrity: sha512-GIALJVODOIrMflLV54H3Cow635OfrTwOu24ZTDyKC66uchtFX2NcCRq83cLdakMjZKYK78lODNLQSYBj2OgaTw==}
|
||||
/@playwright/test@1.34.3:
|
||||
resolution: {integrity: sha512-zPLef6w9P6T/iT6XDYG3mvGOqOyb6eHaV9XtkunYs0+OzxBtrPAAaHotc0X+PJ00WPPnLfFBTl7mf45Mn8DBmw==}
|
||||
engines: {node: '>=14'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@types/node': 18.11.18
|
||||
playwright-core: 1.34.0
|
||||
playwright-core: 1.34.3
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
dev: true
|
||||
|
|
@ -1234,8 +1234,8 @@ packages:
|
|||
resolution: {integrity: sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/eslint-plugin@5.59.6(@typescript-eslint/parser@5.59.6)(eslint@8.41.0)(typescript@4.9.5):
|
||||
resolution: {integrity: sha512-sXtOgJNEuRU5RLwPUb1jxtToZbgvq3M6FPpY4QENxoOggK+UpTxUBpj6tD8+Qh2g46Pi9We87E+eHnUw8YcGsw==}
|
||||
/@typescript-eslint/eslint-plugin@5.59.7(@typescript-eslint/parser@5.59.7)(eslint@8.41.0)(typescript@4.9.5):
|
||||
resolution: {integrity: sha512-BL+jYxUFIbuYwy+4fF86k5vdT9lT0CNJ6HtwrIvGh0PhH8s0yy5rjaKH2fDCrz5ITHy07WCzVGNvAmjJh4IJFA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^5.0.0
|
||||
|
|
@ -1246,10 +1246,10 @@ packages:
|
|||
optional: true
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.4.0
|
||||
'@typescript-eslint/parser': 5.59.6(eslint@8.41.0)(typescript@4.9.5)
|
||||
'@typescript-eslint/scope-manager': 5.59.6
|
||||
'@typescript-eslint/type-utils': 5.59.6(eslint@8.41.0)(typescript@4.9.5)
|
||||
'@typescript-eslint/utils': 5.59.6(eslint@8.41.0)(typescript@4.9.5)
|
||||
'@typescript-eslint/parser': 5.59.7(eslint@8.41.0)(typescript@4.9.5)
|
||||
'@typescript-eslint/scope-manager': 5.59.7
|
||||
'@typescript-eslint/type-utils': 5.59.7(eslint@8.41.0)(typescript@4.9.5)
|
||||
'@typescript-eslint/utils': 5.59.7(eslint@8.41.0)(typescript@4.9.5)
|
||||
debug: 4.3.4
|
||||
eslint: 8.41.0
|
||||
grapheme-splitter: 1.0.4
|
||||
|
|
@ -1262,8 +1262,8 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser@5.59.6(eslint@8.41.0)(typescript@4.9.5):
|
||||
resolution: {integrity: sha512-7pCa6al03Pv1yf/dUg/s1pXz/yGMUBAw5EeWqNTFiSueKvRNonze3hma3lhdsOrQcaOXhbk5gKu2Fludiho9VA==}
|
||||
/@typescript-eslint/parser@5.59.7(eslint@8.41.0)(typescript@4.9.5):
|
||||
resolution: {integrity: sha512-VhpsIEuq/8i5SF+mPg9jSdIwgMBBp0z9XqjiEay+81PYLJuroN+ET1hM5IhkiYMJd9MkTz8iJLt7aaGAgzWUbQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
|
|
@ -1272,9 +1272,9 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 5.59.6
|
||||
'@typescript-eslint/types': 5.59.6
|
||||
'@typescript-eslint/typescript-estree': 5.59.6(typescript@4.9.5)
|
||||
'@typescript-eslint/scope-manager': 5.59.7
|
||||
'@typescript-eslint/types': 5.59.7
|
||||
'@typescript-eslint/typescript-estree': 5.59.7(typescript@4.9.5)
|
||||
debug: 4.3.4
|
||||
eslint: 8.41.0
|
||||
typescript: 4.9.5
|
||||
|
|
@ -1282,16 +1282,16 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/scope-manager@5.59.6:
|
||||
resolution: {integrity: sha512-gLbY3Le9Dxcb8KdpF0+SJr6EQ+hFGYFl6tVY8VxLPFDfUZC7BHFw+Vq7bM5lE9DwWPfx4vMWWTLGXgpc0mAYyQ==}
|
||||
/@typescript-eslint/scope-manager@5.59.7:
|
||||
resolution: {integrity: sha512-FL6hkYWK9zBGdxT2wWEd2W8ocXMu3K94i3gvMrjXpx+koFYdYV7KprKfirpgY34vTGzEPPuKoERpP8kD5h7vZQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.59.6
|
||||
'@typescript-eslint/visitor-keys': 5.59.6
|
||||
'@typescript-eslint/types': 5.59.7
|
||||
'@typescript-eslint/visitor-keys': 5.59.7
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils@5.59.6(eslint@8.41.0)(typescript@4.9.5):
|
||||
resolution: {integrity: sha512-A4tms2Mp5yNvLDlySF+kAThV9VTBPCvGf0Rp8nl/eoDX9Okun8byTKoj3fJ52IJitjWOk0fKPNQhXEB++eNozQ==}
|
||||
/@typescript-eslint/type-utils@5.59.7(eslint@8.41.0)(typescript@4.9.5):
|
||||
resolution: {integrity: sha512-ozuz/GILuYG7osdY5O5yg0QxXUAEoI4Go3Do5xeu+ERH9PorHBPSdvD3Tjp2NN2bNLh1NJQSsQu2TPu/Ly+HaQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '*'
|
||||
|
|
@ -1300,8 +1300,8 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 5.59.6(typescript@4.9.5)
|
||||
'@typescript-eslint/utils': 5.59.6(eslint@8.41.0)(typescript@4.9.5)
|
||||
'@typescript-eslint/typescript-estree': 5.59.7(typescript@4.9.5)
|
||||
'@typescript-eslint/utils': 5.59.7(eslint@8.41.0)(typescript@4.9.5)
|
||||
debug: 4.3.4
|
||||
eslint: 8.41.0
|
||||
tsutils: 3.21.0(typescript@4.9.5)
|
||||
|
|
@ -1310,13 +1310,13 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/types@5.59.6:
|
||||
resolution: {integrity: sha512-tH5lBXZI7T2MOUgOWFdVNUILsI02shyQvfzG9EJkoONWugCG77NDDa1EeDGw7oJ5IvsTAAGVV8I3Tk2PNu9QfA==}
|
||||
/@typescript-eslint/types@5.59.7:
|
||||
resolution: {integrity: sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree@5.59.6(typescript@4.9.5):
|
||||
resolution: {integrity: sha512-vW6JP3lMAs/Tq4KjdI/RiHaaJSO7IUsbkz17it/Rl9Q+WkQ77EOuOnlbaU8kKfVIOJxMhnRiBG+olE7f3M16DA==}
|
||||
/@typescript-eslint/typescript-estree@5.59.7(typescript@4.9.5):
|
||||
resolution: {integrity: sha512-4A1NtZ1I3wMN2UGDkU9HMBL+TIQfbrh4uS0WDMMpf3xMRursDbqEf1ahh6vAAe3mObt8k3ZATnezwG4pdtWuUQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
|
|
@ -1324,8 +1324,8 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.59.6
|
||||
'@typescript-eslint/visitor-keys': 5.59.6
|
||||
'@typescript-eslint/types': 5.59.7
|
||||
'@typescript-eslint/visitor-keys': 5.59.7
|
||||
debug: 4.3.4
|
||||
globby: 11.1.0
|
||||
is-glob: 4.0.3
|
||||
|
|
@ -1336,8 +1336,8 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils@5.59.6(eslint@8.41.0)(typescript@4.9.5):
|
||||
resolution: {integrity: sha512-vzaaD6EXbTS29cVH0JjXBdzMt6VBlv+hE31XktDRMX1j3462wZCJa7VzO2AxXEXcIl8GQqZPcOPuW/Z1tZVogg==}
|
||||
/@typescript-eslint/utils@5.59.7(eslint@8.41.0)(typescript@4.9.5):
|
||||
resolution: {integrity: sha512-yCX9WpdQKaLufz5luG4aJbOpdXf/fjwGMcLFXZVPUz3QqLirG5QcwwnIHNf8cjLjxK4qtzTO8udUtMQSAToQnQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
|
|
@ -1345,9 +1345,9 @@ packages:
|
|||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.41.0)
|
||||
'@types/json-schema': 7.0.11
|
||||
'@types/semver': 7.5.0
|
||||
'@typescript-eslint/scope-manager': 5.59.6
|
||||
'@typescript-eslint/types': 5.59.6
|
||||
'@typescript-eslint/typescript-estree': 5.59.6(typescript@4.9.5)
|
||||
'@typescript-eslint/scope-manager': 5.59.7
|
||||
'@typescript-eslint/types': 5.59.7
|
||||
'@typescript-eslint/typescript-estree': 5.59.7(typescript@4.9.5)
|
||||
eslint: 8.41.0
|
||||
eslint-scope: 5.1.1
|
||||
semver: 7.3.8
|
||||
|
|
@ -1356,11 +1356,11 @@ packages:
|
|||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/visitor-keys@5.59.6:
|
||||
resolution: {integrity: sha512-zEfbFLzB9ETcEJ4HZEEsCR9HHeNku5/Qw1jSS5McYJv5BR+ftYXwFFAH5Al+xkGaZEqowMwl7uoJjQb1YSPF8Q==}
|
||||
/@typescript-eslint/visitor-keys@5.59.7:
|
||||
resolution: {integrity: sha512-tyN+X2jvMslUszIiYbF0ZleP+RqQsFVpGrKI6e0Eet1w8WmhsAtmzaqm8oM8WJQ1ysLwhnsK/4hYHJjOgJVfQQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.59.6
|
||||
'@typescript-eslint/types': 5.59.7
|
||||
eslint-visitor-keys: 3.4.1
|
||||
dev: true
|
||||
|
||||
|
|
@ -3324,9 +3324,10 @@ packages:
|
|||
engines: {node: '>=0.10.0'}
|
||||
dev: true
|
||||
|
||||
/playwright-core@1.34.0:
|
||||
resolution: {integrity: sha512-fMUY1+iR6kYbJF/EsOOqzBA99ZHXbw9sYPNjwA4X/oV0hVF/1aGlWYBGPVUEqxBkGANDKMziYoOdKGU5DIP5Gg==}
|
||||
/playwright-core@1.34.3:
|
||||
resolution: {integrity: sha512-2pWd6G7OHKemc5x1r1rp8aQcpvDh7goMBZlJv6Co5vCNLVcQJdhxRL09SGaY6HcyHH9aT4tiynZabMofVasBYw==}
|
||||
engines: {node: '>=14'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/postcss-attribute-case-insensitive@6.0.2(postcss@8.4.23):
|
||||
|
|
|
|||
Loading…
Reference in a new issue