Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thebuilder committed Dec 30, 2024
1 parent 8bafe25 commit da59b2d
Show file tree
Hide file tree
Showing 3 changed files with 792 additions and 203 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@
}
}
},
"files": ["dist", "test-utils"],
"files": [
"dist",
"test-utils"
],
"author": "Daniel Schmidt",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -111,17 +114,17 @@
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.1",
"@arethetypeswrong/cli": "^0.17.2",
"@biomejs/biome": "^1.9.4",
"@size-limit/preset-small-lib": "^11.1.6",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/browser": "^2.1.8",
"@vitest/coverage-istanbul": "^2.1.8",
"lint-staged": "^15.2.11",
"lint-staged": "^15.3.0",
"microbundle": "^0.15.1",
"npm-run-all": "^4.1.5",
"playwright": "^1.49.1",
Expand Down
Loading

0 comments on commit da59b2d

Please sign in to comment.