Skip to content

Commit 44a870f

Browse files
agustinusnathanielAsa (OpenClaw)
andauthored
deps: update firebase, react, framer-motion, zustand, zod, biome (#389)
deps: update firebase, react, framer-motion, zustand, zod, biome, commitlint Updated packages: - firebase: 12.7.0 → 12.9.0 - react/react-dom: 19.2.3 → 19.2.4 - framer-motion: 12.25.0 → 12.34.3 - zustand: 5.0.9 → 5.0.11 - zod: 4.3.5 → 4.3.6 - @biomejs/biome: 2.3.8 → 2.4.3 - commitlint packages: 20.3.1 → 20.4.x - @sentry/nextjs: 10.32.1 → 10.38.0 ✅ check:turbo passed Co-authored-by: Asa (OpenClaw) <nathaniel@sznm.dev>
1 parent 3ba2cef commit 44a870f

File tree

3 files changed

+132
-100
lines changed

3 files changed

+132
-100
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.3/schema.json",
33
"vcs": {
44
"enabled": false,
55
"clientKind": "git",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@hookform/resolvers": "^5.2.2",
4242
"@sentry/nextjs": "^10.38.0",
4343
"firebase": "^12.9.0",
44-
"framer-motion": "^12.34.0",
44+
"framer-motion": "^12.34.3",
4545
"lodash-es": "^4.17.23",
4646
"nanoid": "^5.1.6",
4747
"next": "^16.1.6",
@@ -60,8 +60,8 @@
6060
"zustand": "^5.0.11"
6161
},
6262
"devDependencies": {
63-
"@biomejs/biome": "2.3.13",
64-
"@commitlint/config-conventional": "^20.4.1",
63+
"@biomejs/biome": "2.4.3",
64+
"@commitlint/config-conventional": "^20.4.2",
6565
"@commitlint/cz-commitlint": "^20.4.1",
6666
"@commitlint/types": "^20.4.0",
6767
"@eslint/eslintrc": "^3.3.3",
@@ -72,7 +72,7 @@
7272
"@types/sortablejs": "^1.15.9",
7373
"all-contributors-cli": "^6.26.1",
7474
"commitizen": "^4.3.1",
75-
"commitlint": "^20.4.1",
75+
"commitlint": "^20.4.2",
7676
"cross-env": "^10.1.0",
7777
"husky": "^9.1.7",
7878
"knip": "^5.83.1",

0 commit comments

Comments
 (0)