Skip to content

Commit

Permalink
fix: rimraf version
Browse files Browse the repository at this point in the history
  • Loading branch information
awsluja committed Dec 12, 2023
1 parent d9d4056 commit 6356132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/amplify-cli-npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@aws-amplify/cli-internal": "12.8.2",
"@types/tar": "^6.1.1",
"rimraf": "^4.4.1"
"rimraf": "^3.0.2"
},
"berry": {
"plugins": [
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@ __metadata:
"@aws-amplify/cli-internal": 12.8.2
"@types/tar": ^6.1.1
axios: ^0.26.0
rimraf: ^4.4.1
rimraf: ^3.0.2
tar-stream: ^2.2.0
bin:
amplify: ./lib/run.js
Expand Down

0 comments on commit 6356132

Please sign in to comment.