Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed May 21, 2024
1 parent 82d1a7c commit 0b4912f
Show file tree
Hide file tree
Showing 2 changed files with 5,495 additions and 4,217 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,46 +47,46 @@
"scroll": "^3.0.1",
"scrollparent": "^2.1.0",
"tree-changes": "^0.11.2",
"type-fest": "^4.15.0"
"type-fest": "^4.18.2"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.3",
"@gilbarbara/eslint-config": "^0.7.5",
"@gilbarbara/eslint-config": "^0.7.7",
"@gilbarbara/node-helpers": "^0.1.0",
"@gilbarbara/prettier-config": "^1.0.0",
"@gilbarbara/tsconfig": "^0.2.3",
"@playwright/experimental-ct-react": "^1.43.0",
"@size-limit/preset-big-lib": "^11.1.2",
"@swc/core": "^1.4.12",
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.3.0",
"@playwright/experimental-ct-react": "^1.44.0",
"@size-limit/preset-big-lib": "^11.1.4",
"@swc/core": "^1.5.7",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@total-typescript/shoehorn": "^0.1.2",
"@types/exenv": "^1.2.2",
"@types/node": "^20.12.5",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/scroll": "^3.0.3",
"@types/scrollparent": "^2.0.3",
"@vitejs/plugin-react-swc": "^3.6.0",
"@vitest/coverage-v8": "^1.4.0",
"caniuse-lite": "^1.0.30001607",
"@vitest/coverage-v8": "^1.6.0",
"caniuse-lite": "^1.0.30001620",
"cross-env": "^7.0.3",
"csstype": "^3.1.3",
"del-cli": "^5.1.0",
"husky": "^9.0.11",
"is-ci-cli": "^2.2.0",
"jest-extended": "^4.0.2",
"jsdom": "^24.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"repo-tools": "^0.3.1",
"size-limit": "^11.1.2",
"size-limit": "^11.1.4",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.4.0"
"vitest": "^1.6.0"
},
"scripts": {
"build": " npm run clean && tsup && ts-node scripts/fix-cjs.ts",
Expand Down
Loading

0 comments on commit 0b4912f

Please sign in to comment.