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 7, 2024
1 parent 533cb09 commit dda4b0d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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.2",
"@swc/core": "^1.4.12",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"cross-env": "^7.0.3",
Expand Down
10 changes: 5 additions & 5 deletions with-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"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.5",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"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",
Expand Down
8 changes: 4 additions & 4 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.74",
"@types/react-dom": "^18.2.24",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.4.4",
"vite": "^5.1.5"
"vite": "^5.2.8"
}
}

0 comments on commit dda4b0d

Please sign in to comment.