Skip to content

Commit

Permalink
build(deps): bump dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Apr 22, 2024
1 parent 67c6c6d commit 847dfa5
Show file tree
Hide file tree
Showing 2 changed files with 317 additions and 313 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,37 +24,37 @@
"repository": "git@github.com:mlaursen/mlaursen.com.git",
"author": "Mikkel Laursen <mlaursen03@gmail.com>",
"dependencies": {
"@react-md/core": "1.0.0-next.12",
"next": "^14.1.4",
"@react-md/core": "1.0.0-next.13",
"next": "^14.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@jest/types": "^29.6.3",
"@mlaursen/eslint-config": "^4.1.1",
"@playwright/test": "^1.43.0",
"@testing-library/dom": "^9.3.4",
"@playwright/test": "^1.43.1",
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@testing-library/react": "^15.0.2",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.12.5",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.4",
"eslint-config-next": "^14.2.2",
"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.0",
"playwright": "^1.43.1",
"prettier": "^3.2.5",
"sass": "^1.74.1",
"serve": "^14.2.1",
"sass": "^1.75.0",
"serve": "^14.2.2",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
},
"lint-staged": {
"**/*.{ts,tsx,scss,js,jsx,md,yml,json}": [
Expand Down
Loading

0 comments on commit 847dfa5

Please sign in to comment.