Skip to content

Commit 5dd1c98

Browse files
chore(deps): update dependencies (non-major) (#67)
1 parent 533cb09 commit 5dd1c98

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

with-jest-swc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"remirror": "^2.0.39"
1414
},
1515
"devDependencies": {
16-
"@swc/core": "^1.4.2",
16+
"@swc/core": "^1.4.12",
1717
"@swc/jest": "^0.2.36",
1818
"@types/jest": "^29.5.12",
1919
"cross-env": "^7.0.3",

with-nextjs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212
"dependencies": {
1313
"@remirror/pm": "^2.0.8",
1414
"@remirror/react": "^2.0.35",
15-
"next": "^14.1.2",
15+
"next": "^14.1.4",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0",
1818
"remirror": "^2.0.39"
1919
},
2020
"devDependencies": {
2121
"@types/jest": "^29.5.12",
22-
"@types/node": "^20.11.24",
23-
"@types/react": "^18.2.62",
24-
"@types/react-dom": "^18.2.19",
22+
"@types/node": "^20.12.5",
23+
"@types/react": "^18.2.74",
24+
"@types/react-dom": "^18.2.24",
2525
"eslint": "^8.57.0",
26-
"eslint-config-next": "^14.1.2",
26+
"eslint-config-next": "^14.1.4",
2727
"jest": "^29.7.0",
2828
"jest-environment-jsdom": "^29.7.0",
2929
"jest-remirror": "^2.1.5",

with-vite/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@emotion/react": "^11.11.4",
13-
"@emotion/styled": "^11.11.0",
13+
"@emotion/styled": "^11.11.5",
1414
"@remirror/pm": "^2.0.8",
1515
"@remirror/react": "^2.0.35",
1616
"@remirror/styles": "^2.0.7",
@@ -19,10 +19,10 @@
1919
"remirror": "^2.0.39"
2020
},
2121
"devDependencies": {
22-
"@types/react": "^18.2.62",
23-
"@types/react-dom": "^18.2.19",
22+
"@types/react": "^18.2.74",
23+
"@types/react-dom": "^18.2.24",
2424
"@vitejs/plugin-react": "^4.2.1",
2525
"typescript": "^5.4.4",
26-
"vite": "^5.1.5"
26+
"vite": "^5.2.8"
2727
}
2828
}

0 commit comments

Comments
 (0)