Skip to content

Commit

Permalink
yarn berry adapt (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe authored Nov 6, 2023
1 parent 86330fe commit f7c47ca
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion cxx-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "jest --coverage"
},
"peerDependencies": {
"@agoraio-extensions/terra-core": ">=0.1.0"
"@agoraio-extensions/terra-core": "*"
},
"dependencies": {
"yaml": "^2.1.3",
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions terra/__tests__/integration_test/test_package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"author": "",
"license": "ISC",
"dependencies": {
"@agoraio-extensions/terra-core": "^0.1.0",
"@agoraio-extensions/terra": "^0.1.0",
"@agoraio-extensions/cxx-parser": "^0.1.0",
"@agoraio-extensions/terra-core": "*",
"@agoraio-extensions/terra": "*",
"@agoraio-extensions/cxx-parser": "*",
"@agoraio-extensions/legacy-cxx-parser": "github:AgoraIO-Extensions/terra-legacy-cxx-parser#main",
"@agoraio-extensions/terra_shared_configs": "github:AgoraIO-Extensions/terra_shared_configs#main"
},
Expand Down
2 changes: 1 addition & 1 deletion terra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "git+https://github.com/AgoraIO-Extensions/terra.git"
},
"peerDependencies": {
"@agoraio-extensions/terra-core": ">=0.1.0"
"@agoraio-extensions/terra-core": "*"
},
"dependencies": {
"commander": "^9.4.1",
Expand Down

0 comments on commit f7c47ca

Please sign in to comment.