Upgrade dependencies

pull/417/head
Lim Chee Aun 2024-02-13 22:05:26 +08:00
rodzic 24a481b782
commit 9d80647b11
2 zmienionych plików z 15 dodań i 15 usunięć

24
package-lock.json wygenerowano
Wyświetl plik

@ -29,7 +29,7 @@
"p-throttle": "~6.1.0", "p-throttle": "~6.1.0",
"preact": "~10.19.4", "preact": "~10.19.4",
"react-hotkeys-hook": "~4.5.0", "react-hotkeys-hook": "~4.5.0",
"react-intersection-observer": "~9.7.0", "react-intersection-observer": "~9.8.0",
"react-quick-pinch-zoom": "~5.1.0", "react-quick-pinch-zoom": "~5.1.0",
"react-router-dom": "6.6.2", "react-router-dom": "6.6.2",
"runes2": "~1.1.4", "runes2": "~1.1.4",
@ -46,13 +46,13 @@
"@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.1.0", "postcss-dark-theme-class": "~1.2.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.1.1", "vite": "~5.1.1",
"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.5", "vite-plugin-pwa": "~0.18.1",
"vite-plugin-remove-console": "~2.2.0", "vite-plugin-remove-console": "~2.2.0",
"workbox-cacheable-response": "~7.0.0", "workbox-cacheable-response": "~7.0.0",
"workbox-expiration": "~7.0.0", "workbox-expiration": "~7.0.0",
@ -6157,9 +6157,9 @@
} }
}, },
"node_modules/postcss-dark-theme-class": { "node_modules/postcss-dark-theme-class": {
"version": "1.1.0", "version": "1.2.0",
"resolved": "https://registry.npmjs.org/postcss-dark-theme-class/-/postcss-dark-theme-class-1.1.0.tgz", "resolved": "https://registry.npmjs.org/postcss-dark-theme-class/-/postcss-dark-theme-class-1.2.0.tgz",
"integrity": "sha512-3Njz7Ux1YuS+DDb00rKL4JbcyePEwBi2DPzHiK3Rw8HHaXwLhBSAILtyY09FjRPXj8KRyqOxIEVw4+xdO6aFdg==", "integrity": "sha512-7Uq2oU4DnbQ4MAdWbBCv4r4Go8AGGMPGZg6N3G8LwH0kIfaeebS48nRCin8RubnvVBlxGyNiWn0fGqwVwhOkSw==",
"dev": true, "dev": true,
"funding": [ "funding": [
{ {
@ -6805,9 +6805,9 @@
} }
}, },
"node_modules/react-intersection-observer": { "node_modules/react-intersection-observer": {
"version": "9.7.0", "version": "9.8.0",
"resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.7.0.tgz", "resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.8.0.tgz",
"integrity": "sha512-euleEjBVaMRwSOMNVcMX5WGn74GfZ9I78nx9SUb5a0eXd0IhegjJcUliSO9Jd+xiaZ5rgFvbGoVln66lpMyUUg==", "integrity": "sha512-wXHvMQUsTagh3X0Z6jDtGkIXc3VVCd2tjDRYR9kII3GKrZr0XF0xtpfdamo2n8BSF+zzfeeBVOTjxZWpBp9X0g==",
"peerDependencies": { "peerDependencies": {
"react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
@ -7859,9 +7859,9 @@
} }
}, },
"node_modules/vite-plugin-pwa": { "node_modules/vite-plugin-pwa": {
"version": "0.17.5", "version": "0.18.1",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.5.tgz", "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.18.1.tgz",
"integrity": "sha512-UxRNPiJBzh4tqU/vc8G2TxmrUTzT6BqvSzhszLk62uKsf+npXdvLxGDz9C675f4BJi6MbD2tPnJhi5txlMzxbQ==", "integrity": "sha512-2A3BF52l9F8hCkdPy/VP2C+hA+fmBvzJGynCZc9XS6mHTcMvo9046FKc2NqlnkKwTOGtQEwXLEIduML/+eYtdw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"debug": "^4.3.4", "debug": "^4.3.4",

Wyświetl plik

@ -31,7 +31,7 @@
"p-throttle": "~6.1.0", "p-throttle": "~6.1.0",
"preact": "~10.19.4", "preact": "~10.19.4",
"react-hotkeys-hook": "~4.5.0", "react-hotkeys-hook": "~4.5.0",
"react-intersection-observer": "~9.7.0", "react-intersection-observer": "~9.8.0",
"react-quick-pinch-zoom": "~5.1.0", "react-quick-pinch-zoom": "~5.1.0",
"react-router-dom": "6.6.2", "react-router-dom": "6.6.2",
"runes2": "~1.1.4", "runes2": "~1.1.4",
@ -48,13 +48,13 @@
"@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.1.0", "postcss-dark-theme-class": "~1.2.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.1.1", "vite": "~5.1.1",
"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.5", "vite-plugin-pwa": "~0.18.1",
"vite-plugin-remove-console": "~2.2.0", "vite-plugin-remove-console": "~2.2.0",
"workbox-cacheable-response": "~7.0.0", "workbox-cacheable-response": "~7.0.0",
"workbox-expiration": "~7.0.0", "workbox-expiration": "~7.0.0",