Skip to content

Commit

Permalink
fix codesandbox demos (update package json)
Browse files Browse the repository at this point in the history
  • Loading branch information
YousefED committed Feb 22, 2022
1 parent 317cc9d commit 4565faf
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 127 deletions.
4 changes: 2 additions & 2 deletions examples/rich-text-tiptap/package.json
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@primer/css": "^19.1.1",
"@primer/react": "^34.1.0",
"@primer/react": "34.1.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
Expand All @@ -23,13 +23,13 @@
"matrix-js-sdk": "^12.4.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"styled-components": "^5.3.3",
"typescript": "^4.4.4",
"y-protocols": "^1.0.5",
"yjs": "^13.5.16"
},
"devDependencies": {
"react-scripts": "4.0.3",
"react-error-overlay": "^6.0.9"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions examples/todo-simple-react/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.5",
"private": true,
"dependencies": {
"@primer/react": "^34.1.0",
"@primer/react": "34.1.0",
"@syncedstore/core": "^0.3.5",
"@syncedstore/react": "^0.3.5",
"@testing-library/jest-dom": "^5.14.1",
Expand All @@ -19,13 +19,13 @@
"matrix-js-sdk": "^12.4.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"styled-components": "^5.3.3",
"typescript": "^4.4.4",
"y-protocols": "^1.0.5",
"yjs": "^13.5.16"
},
"devDependencies": {
"react-scripts": "4.0.3",
"react-error-overlay": "^6.0.9"
},
"scripts": {
Expand Down
165 changes: 42 additions & 123 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4565faf

Please sign in to comment.