Skip to content

Commit

Permalink
moved @changesets/cli to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EstherOA committed Jun 13, 2024
1 parent 3bfed33 commit a849953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
"release": "yarn build && changeset publish"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.7",
"@changesets/cli": "^2.27.5",
"@babel/core": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"@babel/preset-typescript": "^7.17.12",
Expand All @@ -51,8 +53,6 @@
"prettier": "^2.8.3"
},
"dependencies": {
"@changesets/changelog-github": "^0.4.7",
"@changesets/cli": "^2.27.5",
"@dfinity/agent": "^0.15.3",
"@dfinity/candid": "^0.15.3",
"@dfinity/ledger": "^0.0.5",
Expand Down

0 comments on commit a849953

Please sign in to comment.