Skip to content

Commit

Permalink
chore(deps): update dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 31, 2024
1 parent 64de05d commit 3151bfb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions with-jest-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"remirror": "^3.0.0"
},
"devDependencies": {
"@swc/core": "^1.6.6",
"@swc/core": "^1.7.3",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-remirror": "^3.0.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}
4 changes: 2 additions & 2 deletions with-jest-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-remirror": "^3.0.0",
"ts-jest": "^29.1.5",
"typescript": "^5.5.3"
"ts-jest": "^29.2.3",
"typescript": "^5.5.4"
}
}
8 changes: 4 additions & 4 deletions with-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
"dependencies": {
"@remirror/pm": "^3.0.0",
"@remirror/react": "^3.0.0",
"next": "^14.2.0",
"next": "^14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remirror": "^3.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.14.9",
"@types/node": "^20.14.13",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.4",
"eslint-config-next": "^14.2.5",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-remirror": "^3.0.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}
8 changes: 4 additions & 4 deletions with-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@remirror/pm": "^3.0.0",
"@remirror/react": "^3.0.0",
"@remirror/react-ui": "^1.0.0",
Expand All @@ -23,7 +23,7 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.3",
"vite": "^5.3.2"
"typescript": "^5.5.4",
"vite": "^5.3.5"
}
}

0 comments on commit 3151bfb

Please sign in to comment.