Skip to content

Commit

Permalink
build(deps): update deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Jun 5, 2024
1 parent 8985ac5 commit 75c62e9
Show file tree
Hide file tree
Showing 2 changed files with 463 additions and 263 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,35 +24,35 @@
"repository": "git@github.com:mlaursen/mlaursen.com.git",
"author": "Mikkel Laursen <mlaursen03@gmail.com>",
"dependencies": {
"@react-md/core": "1.0.0-next.13",
"next": "^14.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"@react-md/core": "1.0.0-next.14",
"next": "^14.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@jest/types": "^29.6.3",
"@mlaursen/eslint-config": "^4.1.1",
"@playwright/test": "^1.43.1",
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.2",
"@playwright/test": "^1.44.1",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.2",
"eslint-config-next": "^14.2.3",
"husky": "^9.0.11",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.2",
"playwright": "^1.43.1",
"prettier": "^3.2.5",
"sass": "^1.75.0",
"serve": "^14.2.2",
"ts-jest": "^29.1.2",
"lint-staged": "^15.2.5",
"playwright": "^1.44.1",
"prettier": "^3.3.1",
"sass": "^1.77.4",
"serve": "^14.2.3",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
Expand Down
Loading

0 comments on commit 75c62e9

Please sign in to comment.