Skip to content

Commit

Permalink
Bump postcss version
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Lewis <[email protected]>
  • Loading branch information
gmlewis committed Nov 7, 2023
1 parent cebee09 commit 7f4d34e
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 93 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.3.4"
"vue": "^3.3.4",
"postcss": ">=8.4.31"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.3",
"sass": "^1.66.1",
"vite": "^4.4.9"
"vite": "^4.4.9",
"postcss": ">=8.4.31"
}
}
}
Loading

0 comments on commit 7f4d34e

Please sign in to comment.