Skip to content

Commit

Permalink
chore(deps): update dependencies (non-major) (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 5, 2024
1 parent 9facb64 commit 2f15fbc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion with-jest-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"remirror": "^2.0.39"
},
"devDependencies": {
"@swc/core": "^1.4.17",
"@swc/core": "^1.5.25",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"cross-env": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion with-jest-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-remirror": "^2.1.5",
"ts-jest": "^29.1.2",
"ts-jest": "^29.1.4",
"typescript": "^5.4.5"
}
}
4 changes: 2 additions & 2 deletions with-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@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.3",
Expand Down
6 changes: 3 additions & 3 deletions with-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"remirror": "^2.0.39"
},
"devDependencies": {
"@types/react": "^18.3.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react": "^4.3.0",
"typescript": "^5.4.5",
"vite": "^5.2.11"
"vite": "^5.2.12"
}
}

0 comments on commit 2f15fbc

Please sign in to comment.