Skip to content

Commit

Permalink
chore(deps): update dependencies (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue authored Mar 4, 2024
1 parent b289def commit a267a65
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
12 changes: 6 additions & 6 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.3.52",
"@swc/jest": "^0.2.26",
"@types/jest": "^29.5.1",
"@swc/core": "^1.4.2",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"cross-env": "^7.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-remirror": "^2.1.5",
"typescript": "^5.0.0"
"typescript": "^5.3.3"
}
}
10 changes: 5 additions & 5 deletions with-jest-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"remirror": "^2.0.39"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/jest": "^29.5.12",
"cross-env": "^7.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-remirror": "^2.1.5",
"ts-jest": "^29.1.0",
"typescript": "^5.0.0"
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
}
}
20 changes: 10 additions & 10 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.0.0",
"next": "^14.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remirror": "^2.0.39"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/node": "^20.0.0",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"eslint": "^8.38.0",
"eslint-config-next": "^14.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.24",
"@types/react": "^18.2.62",
"@types/react-dom": "^18.2.19",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-remirror": "^2.1.5",
"typescript": "^5.0.0"
"typescript": "^5.3.3"
}
}
14 changes: 7 additions & 7 deletions with-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@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.0.37",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.3.1"
"@types/react": "^18.2.62",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.1.5"
}
}

0 comments on commit a267a65

Please sign in to comment.