Upgrade dependencies

This commit is contained in:
Lim Chee Aun 2025-01-17 16:56:48 +08:00
parent 2c95db3b82
commit ef4c7d8fb2
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View file

@ -36,7 +36,7 @@
"preact": "~10.25.4", "preact": "~10.25.4",
"punycode": "~2.3.1", "punycode": "~2.3.1",
"react-hotkeys-hook": "~4.6.1", "react-hotkeys-hook": "~4.6.1",
"react-intersection-observer": "~9.14.1", "react-intersection-observer": "~9.15.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",
"string-length": "6.0.0", "string-length": "6.0.0",
@ -55,7 +55,7 @@
"@lingui/vite-plugin": "~5.1.2", "@lingui/vite-plugin": "~5.1.2",
"@preact/preset-vite": "~2.9.4", "@preact/preset-vite": "~2.9.4",
"babel-plugin-macros": "~3.1.0", "babel-plugin-macros": "~3.1.0",
"postcss": "~8.5.0", "postcss": "~8.5.1",
"postcss-dark-theme-class": "~1.3.0", "postcss-dark-theme-class": "~1.3.0",
"postcss-preset-env": "~10.1.3", "postcss-preset-env": "~10.1.3",
"prettier": "3.4.2", "prettier": "3.4.2",
@ -7574,9 +7574,9 @@
} }
}, },
"node_modules/postcss": { "node_modules/postcss": {
"version": "8.5.0", "version": "8.5.1",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.0.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.1.tgz",
"integrity": "sha512-27VKOqrYfPncKA2NrFOVhP5MGAfHKLYn/Q0mz9cNQyRAKYi3VNHwYU2qKKqPCqgBmeeJ0uAFB56NumXZ5ZReXg==", "integrity": "sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==",
"dev": true, "dev": true,
"funding": [ "funding": [
{ {
@ -8498,9 +8498,9 @@
} }
}, },
"node_modules/react-intersection-observer": { "node_modules/react-intersection-observer": {
"version": "9.14.1", "version": "9.15.0",
"resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.14.1.tgz", "resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.15.0.tgz",
"integrity": "sha512-k1xIUn3sCQi3ugNeF64FJb3zwve5mcetvAUR9JazXeOmtap4IP2evN8rs+yf6SQ7F1QydsOGiqTmt+lySKZ9uA==", "integrity": "sha512-qul9TzGgZtHIHAsLOXnRfMWNYCrqjU87HMKhRjwC8l6XSxz2Bo0xmpq5pklaXGj+brx2gSMe8lp1K17mMP2Q8w==",
"peerDependencies": { "peerDependencies": {
"react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"

View file

@ -44,7 +44,7 @@
"preact": "~10.25.4", "preact": "~10.25.4",
"punycode": "~2.3.1", "punycode": "~2.3.1",
"react-hotkeys-hook": "~4.6.1", "react-hotkeys-hook": "~4.6.1",
"react-intersection-observer": "~9.14.1", "react-intersection-observer": "~9.15.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",
"string-length": "6.0.0", "string-length": "6.0.0",
@ -63,7 +63,7 @@
"@lingui/vite-plugin": "~5.1.2", "@lingui/vite-plugin": "~5.1.2",
"@preact/preset-vite": "~2.9.4", "@preact/preset-vite": "~2.9.4",
"babel-plugin-macros": "~3.1.0", "babel-plugin-macros": "~3.1.0",
"postcss": "~8.5.0", "postcss": "~8.5.1",
"postcss-dark-theme-class": "~1.3.0", "postcss-dark-theme-class": "~1.3.0",
"postcss-preset-env": "~10.1.3", "postcss-preset-env": "~10.1.3",
"prettier": "3.4.2", "prettier": "3.4.2",