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] committed Sep 13, 2024
1 parent 370df56 commit 9224d36
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 deletions.
12 changes: 6 additions & 6 deletions with-jest-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"license": "MIT",
"dependencies": {
"@remirror/pm": "^3.0.0",
"@remirror/react": "^3.0.0",
"remirror": "^3.0.0"
"@remirror/react": "^3.0.1",
"remirror": "^3.0.1"
},
"devDependencies": {
"@swc/core": "^1.7.4",
"@swc/core": "^1.7.26",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-remirror": "^3.0.0",
"typescript": "^5.5.4"
"jest-remirror": "^3.0.1",
"typescript": "^5.6.2"
}
}
10 changes: 5 additions & 5 deletions with-jest-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"license": "MIT",
"dependencies": {
"@remirror/pm": "^3.0.0",
"remirror": "^3.0.0"
"remirror": "^3.0.1"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-remirror": "^3.0.0",
"ts-jest": "^29.2.3",
"typescript": "^5.5.4"
"jest-remirror": "^3.0.1",
"ts-jest": "^29.2.5",
"typescript": "^5.6.2"
}
}
18 changes: 9 additions & 9 deletions with-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
},
"dependencies": {
"@remirror/pm": "^3.0.0",
"@remirror/react": "^3.0.0",
"next": "^14.2.5",
"@remirror/react": "^3.0.1",
"next": "^14.2.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remirror": "^3.0.0"
"remirror": "^3.0.1"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.14.13",
"@types/react": "^18.3.3",
"@types/jest": "^29.5.13",
"@types/node": "^20.16.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.5",
"eslint-config-next": "^14.2.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-remirror": "^3.0.0",
"typescript": "^5.5.4"
"jest-remirror": "^3.0.1",
"typescript": "^5.6.2"
}
}
14 changes: 7 additions & 7 deletions with-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@remirror/pm": "^3.0.0",
"@remirror/react": "^3.0.0",
"@remirror/react-ui": "^1.0.0",
"@remirror/react": "^3.0.1",
"@remirror/react-ui": "^1.0.1",
"@remirror/styles": "^3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remirror": "^3.0.0"
"remirror": "^3.0.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.4",
"vite": "^5.3.5"
"typescript": "^5.6.2",
"vite": "^5.4.5"
}
}

0 comments on commit 9224d36

Please sign in to comment.