Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
damianricobelli committed Jan 25, 2025
1 parent 1bed4e9 commit 512cf62
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 68 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "^2.27.11",
"turbo": "^2.3.3",
"typescript": "^5.7.2"
"@changesets/cli": "^2.27.12",
"turbo": "^2.3.4",
"typescript": "^5.7.3"
},
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"engines": {
"node": ">=18"
}
Expand Down
8 changes: 3 additions & 5 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
},
"homepage": "https://stepperize.vercel.app",
"sideEffects": false,
"files": [
"dist"
],
"files": ["dist"],
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand All @@ -44,7 +42,7 @@
"devDependencies": {
"@types/react": "^18.3.18",
"react": "^18.3.1",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
"tsup": "^8.3.6",
"typescript": "^5.7.3"
}
}
8 changes: 3 additions & 5 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
},
"homepage": "https://stepperize.vercel.app",
"sideEffects": false,
"files": [
"dist"
],
"files": ["dist"],
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand All @@ -42,7 +40,7 @@
"vue": ">=3.3.0"
},
"devDependencies": {
"tsup": "^8.3.5",
"typescript": "^5.7.2"
"tsup": "^8.3.6",
"typescript": "^5.7.3"
}
}
161 changes: 107 additions & 54 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 512cf62

Please sign in to comment.