Upgrade dependencies

This commit is contained in:
Lim Chee Aun 2023-12-01 12:08:52 +08:00
parent 89fb1bbc07
commit af503ac865
2 changed files with 10 additions and 9 deletions

15
package-lock.json generated
View file

@ -46,10 +46,10 @@
"@preact/preset-vite": "~2.7.0", "@preact/preset-vite": "~2.7.0",
"@trivago/prettier-plugin-sort-imports": "~4.3.0", "@trivago/prettier-plugin-sort-imports": "~4.3.0",
"postcss": "~8.4.31", "postcss": "~8.4.31",
"postcss-dark-theme-class": "~1.0.0", "postcss-dark-theme-class": "~1.1.0",
"postcss-preset-env": "~9.3.0", "postcss-preset-env": "~9.3.0",
"twitter-text": "~3.1.0", "twitter-text": "~3.1.0",
"vite": "~5.0.2", "vite": "~5.0.4",
"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.17.2", "vite-plugin-pwa": "~0.17.2",
@ -5232,7 +5232,9 @@
} }
}, },
"node_modules/postcss-dark-theme-class": { "node_modules/postcss-dark-theme-class": {
"version": "1.0.0", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/postcss-dark-theme-class/-/postcss-dark-theme-class-1.1.0.tgz",
"integrity": "sha512-3Njz7Ux1YuS+DDb00rKL4JbcyePEwBi2DPzHiK3Rw8HHaXwLhBSAILtyY09FjRPXj8KRyqOxIEVw4+xdO6aFdg==",
"dev": true, "dev": true,
"funding": [ "funding": [
{ {
@ -5244,7 +5246,6 @@
"url": "https://github.com/sponsors/ai" "url": "https://github.com/sponsors/ai"
} }
], ],
"license": "MIT",
"engines": { "engines": {
"node": ">=18.0" "node": ">=18.0"
}, },
@ -6641,9 +6642,9 @@
} }
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "5.0.2", "version": "5.0.4",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.0.2.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.4.tgz",
"integrity": "sha512-6CCq1CAJCNM1ya2ZZA7+jS2KgnhbzvxakmlIjN24cF/PXhRMzpM/z8QgsVJA/Dm5fWUWnVEsmtBoMhmerPxT0g==", "integrity": "sha512-RzAr8LSvM8lmhB4tQ5OPcBhpjOZRZjuxv9zO5UcxeoY2bd3kP3Ticd40Qma9/BqZ8JS96Ll/jeBX9u+LJZrhVg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"esbuild": "^0.19.3", "esbuild": "^0.19.3",

View file

@ -48,10 +48,10 @@
"@preact/preset-vite": "~2.7.0", "@preact/preset-vite": "~2.7.0",
"@trivago/prettier-plugin-sort-imports": "~4.3.0", "@trivago/prettier-plugin-sort-imports": "~4.3.0",
"postcss": "~8.4.31", "postcss": "~8.4.31",
"postcss-dark-theme-class": "~1.0.0", "postcss-dark-theme-class": "~1.1.0",
"postcss-preset-env": "~9.3.0", "postcss-preset-env": "~9.3.0",
"twitter-text": "~3.1.0", "twitter-text": "~3.1.0",
"vite": "~5.0.2", "vite": "~5.0.4",
"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.17.2", "vite-plugin-pwa": "~0.17.2",