Skip to content

Commit

Permalink
chore(deps): update remirror packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 31, 2023
1 parent b488f48 commit b05af20
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions with-jest-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"author": "",
"license": "MIT",
"dependencies": {
"@remirror/pm": "^2.0.7",
"@remirror/pm": "^2.0.8",
"@remirror/react": "^2.0.34",
"remirror": "^2.0.34"
"remirror": "^2.0.35"
},
"devDependencies": {
"@swc/core": "^1.3.52",
Expand Down
4 changes: 2 additions & 2 deletions with-jest-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"author": "",
"license": "MIT",
"dependencies": {
"@remirror/pm": "^2.0.7",
"remirror": "^2.0.34"
"@remirror/pm": "^2.0.8",
"remirror": "^2.0.35"
},
"devDependencies": {
"@types/jest": "^29.5.1",
Expand Down
4 changes: 2 additions & 2 deletions with-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"test": "jest"
},
"dependencies": {
"@remirror/pm": "^2.0.7",
"@remirror/pm": "^2.0.8",
"@remirror/react": "^2.0.34",
"next": "^13.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remirror": "^2.0.34"
"remirror": "^2.0.35"
},
"devDependencies": {
"@types/jest": "^29.5.1",
Expand Down
4 changes: 2 additions & 2 deletions with-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@remirror/pm": "^2.0.7",
"@remirror/pm": "^2.0.8",
"@remirror/react": "^2.0.34",
"@remirror/styles": "^2.0.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remirror": "^2.0.34"
"remirror": "^2.0.35"
},
"devDependencies": {
"@types/react": "^18.0.37",
Expand Down

0 comments on commit b05af20

Please sign in to comment.