Skip to content

Commit

Permalink
revert changes in package.json and package.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdanprog committed Apr 28, 2024
1 parent 1817157 commit 3ae8458
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@formatjs/cli": "^6.2.0",
"@mapeo/core": "^9.0.0-alpha.7",
"@mapeo/core": "9.0.0-alpha.7",
"@mapeo/schema": "3.0.0-next.15",
"@react-native-community/cli": "^12.3.6",
"@react-native/babel-preset": "^0.73.21",
Expand Down
4 changes: 2 additions & 2 deletions src/backend/package-lock.json

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

4 changes: 2 additions & 2 deletions src/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"author": "Digital Democracy",
"license": "MIT",
"dependencies": {
"@mapeo/core": "^9.0.0-alpha.7",
"@mapeo/ipc": "^0.3.0",
"@mapeo/core": "9.0.0-alpha.7",
"@mapeo/ipc": "0.3.0",
"debug": "^4.3.4"
},
"devDependencies": {
Expand Down

0 comments on commit 3ae8458

Please sign in to comment.