Skip to content

Commit

Permalink
chore: remove caret for devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Thechi2000 authored Aug 2, 2023
1 parent ad05ff8 commit 2200baf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"typescript": "5.0.4"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2"
"autoprefixer": "10.4.14",
"postcss": "8.4.23",
"tailwindcss": "3.3.2"
}
}

0 comments on commit 2200baf

Please sign in to comment.