Upgrade dependencies

This commit is contained in:
Lim Chee Aun 2024-02-15 14:59:11 +08:00
parent c84ad73d0d
commit daabd85273
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View file

@ -46,10 +46,10 @@
"@preact/preset-vite": "~2.8.1",
"@trivago/prettier-plugin-sort-imports": "~4.3.0",
"postcss": "~8.4.35",
"postcss-dark-theme-class": "~1.2.0",
"postcss-dark-theme-class": "~1.2.1",
"postcss-preset-env": "~9.3.0",
"twitter-text": "~3.1.0",
"vite": "~5.1.1",
"vite": "~5.1.2",
"vite-plugin-generate-file": "~0.1.1",
"vite-plugin-html-config": "~1.0.11",
"vite-plugin-pwa": "~0.18.1",
@ -6157,9 +6157,9 @@
}
},
"node_modules/postcss-dark-theme-class": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/postcss-dark-theme-class/-/postcss-dark-theme-class-1.2.0.tgz",
"integrity": "sha512-7Uq2oU4DnbQ4MAdWbBCv4r4Go8AGGMPGZg6N3G8LwH0kIfaeebS48nRCin8RubnvVBlxGyNiWn0fGqwVwhOkSw==",
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/postcss-dark-theme-class/-/postcss-dark-theme-class-1.2.1.tgz",
"integrity": "sha512-EzQMGOcYnE0eMBjfgB+xnamlZ8O02Aiojyg/iv84cpRUdLKZW8ankZWxWUhhIid1OF7yl4G3BeYfE+7CGY2tdQ==",
"dev": true,
"funding": [
{
@ -7778,9 +7778,9 @@
}
},
"node_modules/vite": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.1.1.tgz",
"integrity": "sha512-wclpAgY3F1tR7t9LL5CcHC41YPkQIpKUGeIuT8MdNwNZr6OqOTLs7JX5vIHAtzqLWXts0T+GDrh9pN2arneKqg==",
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.1.2.tgz",
"integrity": "sha512-uwiFebQbTWRIGbCaTEBVAfKqgqKNKMJ2uPXsXeLIZxM8MVMjoS3j0cG8NrPxdDIadaWnPSjrkLWffLSC+uiP3Q==",
"dev": true,
"dependencies": {
"esbuild": "^0.19.3",

View file

@ -48,10 +48,10 @@
"@preact/preset-vite": "~2.8.1",
"@trivago/prettier-plugin-sort-imports": "~4.3.0",
"postcss": "~8.4.35",
"postcss-dark-theme-class": "~1.2.0",
"postcss-dark-theme-class": "~1.2.1",
"postcss-preset-env": "~9.3.0",
"twitter-text": "~3.1.0",
"vite": "~5.1.1",
"vite": "~5.1.2",
"vite-plugin-generate-file": "~0.1.1",
"vite-plugin-html-config": "~1.0.11",
"vite-plugin-pwa": "~0.18.1",