Skip to content

Commit aba131d

Browse files
chore(deps): update dependencies (non-major) (#73)
1 parent 2f15fbc commit aba131d

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
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.5.25",
16+
"@swc/core": "^1.6.6",
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.5"
23+
"typescript": "^5.5.3"
2424
}
2525
}

with-jest-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"jest": "^29.7.0",
1818
"jest-environment-jsdom": "^29.7.0",
1919
"jest-remirror": "^2.1.5",
20-
"ts-jest": "^29.1.4",
21-
"typescript": "^5.4.5"
20+
"ts-jest": "^29.1.5",
21+
"typescript": "^5.5.3"
2222
}
2323
}

with-nextjs/package.json

Lines changed: 4 additions & 4 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.2.3",
15+
"next": "^14.2.4",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
1818
"remirror": "^2.0.39"
1919
},
2020
"devDependencies": {
2121
"@types/jest": "^29.5.12",
22-
"@types/node": "^20.14.2",
22+
"@types/node": "^20.14.9",
2323
"@types/react": "^18.3.3",
2424
"@types/react-dom": "^18.3.0",
2525
"eslint": "^8.57.0",
26-
"eslint-config-next": "^14.2.3",
26+
"eslint-config-next": "^14.2.4",
2727
"jest": "^29.7.0",
2828
"jest-environment-jsdom": "^29.7.0",
2929
"jest-remirror": "^2.1.5",
30-
"typescript": "^5.4.5"
30+
"typescript": "^5.5.3"
3131
}
3232
}

with-vite/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"devDependencies": {
2222
"@types/react": "^18.3.3",
2323
"@types/react-dom": "^18.3.0",
24-
"@vitejs/plugin-react": "^4.3.0",
25-
"typescript": "^5.4.5",
26-
"vite": "^5.2.12"
24+
"@vitejs/plugin-react": "^4.3.1",
25+
"typescript": "^5.5.3",
26+
"vite": "^5.3.2"
2727
}
2828
}

0 commit comments

Comments
 (0)