Skip to content

Commit 9facb64

Browse files
chore(deps): update dependencies (non-major) (#70)
1 parent 5dd1c98 commit 9facb64

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

with-jest-swc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"remirror": "^2.0.39"
1414
},
1515
"devDependencies": {
16-
"@swc/core": "^1.4.12",
16+
"@swc/core": "^1.4.17",
1717
"@swc/jest": "^0.2.36",
1818
"@types/jest": "^29.5.12",
1919
"cross-env": "^7.0.3",
2020
"jest": "^29.7.0",
2121
"jest-environment-jsdom": "^29.7.0",
2222
"jest-remirror": "^2.1.5",
23-
"typescript": "^5.4.4"
23+
"typescript": "^5.4.5"
2424
}
2525
}

with-jest-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"jest-environment-jsdom": "^29.7.0",
1919
"jest-remirror": "^2.1.5",
2020
"ts-jest": "^29.1.2",
21-
"typescript": "^5.4.4"
21+
"typescript": "^5.4.5"
2222
}
2323
}

with-nextjs/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212
"dependencies": {
1313
"@remirror/pm": "^2.0.8",
1414
"@remirror/react": "^2.0.35",
15-
"next": "^14.1.4",
16-
"react": "^18.2.0",
17-
"react-dom": "^18.2.0",
15+
"next": "^14.2.3",
16+
"react": "^18.3.1",
17+
"react-dom": "^18.3.1",
1818
"remirror": "^2.0.39"
1919
},
2020
"devDependencies": {
2121
"@types/jest": "^29.5.12",
22-
"@types/node": "^20.12.5",
23-
"@types/react": "^18.2.74",
24-
"@types/react-dom": "^18.2.24",
22+
"@types/node": "^20.12.8",
23+
"@types/react": "^18.3.1",
24+
"@types/react-dom": "^18.3.0",
2525
"eslint": "^8.57.0",
26-
"eslint-config-next": "^14.1.4",
26+
"eslint-config-next": "^14.2.3",
2727
"jest": "^29.7.0",
2828
"jest-environment-jsdom": "^29.7.0",
2929
"jest-remirror": "^2.1.5",
30-
"typescript": "^5.4.4"
30+
"typescript": "^5.4.5"
3131
}
3232
}

with-vite/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"@remirror/pm": "^2.0.8",
1515
"@remirror/react": "^2.0.35",
1616
"@remirror/styles": "^2.0.7",
17-
"react": "^18.2.0",
18-
"react-dom": "^18.2.0",
17+
"react": "^18.3.1",
18+
"react-dom": "^18.3.1",
1919
"remirror": "^2.0.39"
2020
},
2121
"devDependencies": {
22-
"@types/react": "^18.2.74",
23-
"@types/react-dom": "^18.2.24",
22+
"@types/react": "^18.3.1",
23+
"@types/react-dom": "^18.3.0",
2424
"@vitejs/plugin-react": "^4.2.1",
25-
"typescript": "^5.4.4",
26-
"vite": "^5.2.8"
25+
"typescript": "^5.4.5",
26+
"vite": "^5.2.11"
2727
}
2828
}

0 commit comments

Comments
 (0)