Skip to content

Commit

Permalink
fix: deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
stid committed Jul 5, 2024
1 parent 42d2a5b commit 420391a
Show file tree
Hide file tree
Showing 2 changed files with 396 additions and 356 deletions.
37 changes: 19 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,38 +20,39 @@
"type-check": "tsc --build ./tsconfig.json"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@testing-library/dom": "^10.3.1",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react": "^7.34.3",
"jest": "^29.7.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.7.0",
"jest-junit": "^16.0.0",
"npm-run-all": "^4.1.5",
"parcel": "^2.12.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"process": "^0.11.10",
"react-testing-library": "^8.0.1",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.1.2",
"typescript": "^5.4.3"
"tailwindcss": "^3.4.4",
"ts-jest": "^29.1.5",
"typescript": "^5.5.3"
},
"dependencies": {
"immer": "^10.0.4",
"million": "^3.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"immer": "^10.1.1",
"million": "^3.1.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"waait": "^1.0.5",
"web-vitals": "^3.5.2"
"web-vitals": "^4.2.1"
}
}
Loading

0 comments on commit 420391a

Please sign in to comment.