Skip to content

Commit

Permalink
feat(vue): update postcss dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zealotchen0 committed Jan 17, 2024
1 parent a4897b2 commit 30014cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion driver/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
"typescript": "^4.8.3",
"typescript-transform-paths": "^3.3.1",
"vue": "^2.6.14",
"watch": "^0.13.0"
"watch": "^0.13.0",
"postcss-class-prefix": "~0.3.0"
},
"_moduleAliases": {
"vue": "node_modules/vue/src/core/index",
Expand Down
3 changes: 2 additions & 1 deletion driver/js/packages/hippy-vue-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"dependencies": {
"@vue/component-compiler-utils": "^3.1.0",
"hash-sum": "^1.0.2",
"loader-utils": "^1.1.0"
"loader-utils": "^1.1.0",
"postcss-class-prefix": "~0.3.0"
},
"devDependencies": {
"cache-loader": "^2.0.1",
Expand Down

0 comments on commit 30014cc

Please sign in to comment.