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 Apr 1, 2024
1 parent 44d8962 commit a60ab93
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 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": "^2.0.39"
},
"devDependencies": {
"@swc/core": "^1.4.2",
"@swc/core": "^1.4.11",
"@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": "^2.1.5",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
}
}
2 changes: 1 addition & 1 deletion with-jest-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"jest-environment-jsdom": "^29.7.0",
"jest-remirror": "^2.1.5",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
}
}
12 changes: 6 additions & 6 deletions with-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
"dependencies": {
"@remirror/pm": "^2.0.8",
"@remirror/react": "^2.0.35",
"next": "^14.1.2",
"next": "^14.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remirror": "^2.0.39"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.11.24",
"@types/react": "^18.2.62",
"@types/react-dom": "^18.2.19",
"@types/node": "^20.12.2",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.2",
"eslint-config-next": "^14.1.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-remirror": "^2.1.5",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
}
}
10 changes: 5 additions & 5 deletions with-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@emotion/styled": "^11.11.5",
"@remirror/pm": "^2.0.8",
"@remirror/react": "^2.0.35",
"@remirror/styles": "^2.0.7",
Expand All @@ -19,10 +19,10 @@
"remirror": "^2.0.39"
},
"devDependencies": {
"@types/react": "^18.2.62",
"@types/react-dom": "^18.2.19",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.1.5"
"typescript": "^5.4.3",
"vite": "^5.2.7"
}
}

0 comments on commit a60ab93

Please sign in to comment.