From 7f0bc94dade701f917a674b5d99c12d2a980b354 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 2 Feb 2023 20:14:13 +0000 Subject: [PATCH] package updates --- package-lock.json | 24 ++++++++++++------------ package.json | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 549023e..b8878e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,8 +13,8 @@ "@radix-ui/react-select": "^1.2.0", "@yaireo/relative-time": "^1.0.2", "file-saver": "^2.0.5", - "framer-motion": "^8.5.4", - "lucide-react": "^0.108.0", + "framer-motion": "^9.0.1", + "lucide-react": "^0.109.0", "next": "13.1.6", "next-themes": "^0.2.1", "react": "^18.2.0", @@ -49,7 +49,7 @@ "stylelint-config-prettier": "^9.0.4", "stylelint-prettier": "^2.0.0", "ts-node": "^10.9.1", - "typescript": "^4.9.4" + "typescript": "^4.9.5" }, "engines": { "node": "18.x" @@ -6931,9 +6931,9 @@ } }, "node_modules/framer-motion": { - "version": "8.5.4", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-8.5.4.tgz", - "integrity": "sha512-xBVovXUIdpKvRvIPsrSTiyXZUYyct9zarzdVeyzv+V6DFsDpHIuppyOjDO8VM1fBspDn+rUU4ZFZ5yJxLmzebQ==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-9.0.1.tgz", + "integrity": "sha512-0EP7+b/hnsbrFOum9zU+23Fq2cJJrLOqv/yJ26fIzK4CC33ZAjXZGi1/XyblbgnUF0cxZ/SEDj5IYHeQo42qNg==", "dependencies": { "@motionone/dom": "^10.15.3", "hey-listen": "^1.0.8", @@ -9614,9 +9614,9 @@ } }, "node_modules/lucide-react": { - "version": "0.108.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.108.0.tgz", - "integrity": "sha512-dL8F1DZibvqcWRhCrMghFSYpovsKLcoAcLbh1oZNWo1UxadrDesl8K8Eh6qYrWJwvj95bdSA69ZKc8k+KRxrvg==", + "version": "0.109.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.109.0.tgz", + "integrity": "sha512-CXBQnHSd/EHaSN+Bs9T73jgCbjb/0IVykFG7NvWjk+kG2skiEgXeIIJjpkta2DVSORy8u6RXN2WZuryiuNmC0Q==", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0" } @@ -13298,9 +13298,9 @@ } }, "node_modules/typescript": { - "version": "4.9.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz", - "integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 2f39362..9781d4a 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,8 @@ "@radix-ui/react-select": "^1.2.0", "@yaireo/relative-time": "^1.0.2", "file-saver": "^2.0.5", - "framer-motion": "^8.5.4", - "lucide-react": "^0.108.0", + "framer-motion": "^9.0.1", + "lucide-react": "^0.109.0", "next": "13.1.6", "next-themes": "^0.2.1", "react": "^18.2.0", @@ -64,7 +64,7 @@ "stylelint-config-prettier": "^9.0.4", "stylelint-prettier": "^2.0.0", "ts-node": "^10.9.1", - "typescript": "^4.9.4" + "typescript": "^4.9.5" }, "engines": { "node": "18.x"