Upgrade dependencies
This commit is contained in:
parent
c84ad73d0d
commit
daabd85273
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -46,10 +46,10 @@
|
||||||
"@preact/preset-vite": "~2.8.1",
|
"@preact/preset-vite": "~2.8.1",
|
||||||
"@trivago/prettier-plugin-sort-imports": "~4.3.0",
|
"@trivago/prettier-plugin-sort-imports": "~4.3.0",
|
||||||
"postcss": "~8.4.35",
|
"postcss": "~8.4.35",
|
||||||
"postcss-dark-theme-class": "~1.2.0",
|
"postcss-dark-theme-class": "~1.2.1",
|
||||||
"postcss-preset-env": "~9.3.0",
|
"postcss-preset-env": "~9.3.0",
|
||||||
"twitter-text": "~3.1.0",
|
"twitter-text": "~3.1.0",
|
||||||
"vite": "~5.1.1",
|
"vite": "~5.1.2",
|
||||||
"vite-plugin-generate-file": "~0.1.1",
|
"vite-plugin-generate-file": "~0.1.1",
|
||||||
"vite-plugin-html-config": "~1.0.11",
|
"vite-plugin-html-config": "~1.0.11",
|
||||||
"vite-plugin-pwa": "~0.18.1",
|
"vite-plugin-pwa": "~0.18.1",
|
||||||
|
@ -6157,9 +6157,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/postcss-dark-theme-class": {
|
"node_modules/postcss-dark-theme-class": {
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/postcss-dark-theme-class/-/postcss-dark-theme-class-1.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/postcss-dark-theme-class/-/postcss-dark-theme-class-1.2.1.tgz",
|
||||||
"integrity": "sha512-7Uq2oU4DnbQ4MAdWbBCv4r4Go8AGGMPGZg6N3G8LwH0kIfaeebS48nRCin8RubnvVBlxGyNiWn0fGqwVwhOkSw==",
|
"integrity": "sha512-EzQMGOcYnE0eMBjfgB+xnamlZ8O02Aiojyg/iv84cpRUdLKZW8ankZWxWUhhIid1OF7yl4G3BeYfE+7CGY2tdQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -7778,9 +7778,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/vite": {
|
"node_modules/vite": {
|
||||||
"version": "5.1.1",
|
"version": "5.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/vite/-/vite-5.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/vite/-/vite-5.1.2.tgz",
|
||||||
"integrity": "sha512-wclpAgY3F1tR7t9LL5CcHC41YPkQIpKUGeIuT8MdNwNZr6OqOTLs7JX5vIHAtzqLWXts0T+GDrh9pN2arneKqg==",
|
"integrity": "sha512-uwiFebQbTWRIGbCaTEBVAfKqgqKNKMJ2uPXsXeLIZxM8MVMjoS3j0cG8NrPxdDIadaWnPSjrkLWffLSC+uiP3Q==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"esbuild": "^0.19.3",
|
"esbuild": "^0.19.3",
|
||||||
|
|
|
@ -48,10 +48,10 @@
|
||||||
"@preact/preset-vite": "~2.8.1",
|
"@preact/preset-vite": "~2.8.1",
|
||||||
"@trivago/prettier-plugin-sort-imports": "~4.3.0",
|
"@trivago/prettier-plugin-sort-imports": "~4.3.0",
|
||||||
"postcss": "~8.4.35",
|
"postcss": "~8.4.35",
|
||||||
"postcss-dark-theme-class": "~1.2.0",
|
"postcss-dark-theme-class": "~1.2.1",
|
||||||
"postcss-preset-env": "~9.3.0",
|
"postcss-preset-env": "~9.3.0",
|
||||||
"twitter-text": "~3.1.0",
|
"twitter-text": "~3.1.0",
|
||||||
"vite": "~5.1.1",
|
"vite": "~5.1.2",
|
||||||
"vite-plugin-generate-file": "~0.1.1",
|
"vite-plugin-generate-file": "~0.1.1",
|
||||||
"vite-plugin-html-config": "~1.0.11",
|
"vite-plugin-html-config": "~1.0.11",
|
||||||
"vite-plugin-pwa": "~0.18.1",
|
"vite-plugin-pwa": "~0.18.1",
|
||||||
|
|
Loading…
Reference in a new issue