Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
release: v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vben-admin committed Mar 1, 2021
1 parent 1a6bec9 commit 2a4aab9
Show file tree
Hide file tree
Showing 5 changed files with 192 additions and 139 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.7.6](https://github.com/anncwb/vite-plugin-style-import/compare/v0.7.5...v0.7.6) (2021-03-02)



## [0.7.5](https://github.com/anncwb/vite-plugin-style-import/compare/v0.7.4...v0.7.5) (2021-02-24)


Expand Down
16 changes: 8 additions & 8 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"build": "vite build "
},
"dependencies": {
"ant-design-vue": "^2.0.0",
"element-plus": "^1.0.1-beta.27",
"vue": "^3.0.5"
"ant-design-vue": "^2.0.1",
"element-plus": "^1.0.2-beta.32",
"vue": "^3.0.7"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.1.4",
"@vitejs/plugin-vue-jsx": "^1.1.1",
"@vue/compiler-sfc": "^3.0.5",
"@vitejs/plugin-vue": "^1.1.5",
"@vitejs/plugin-vue-jsx": "^1.1.2",
"@vue/compiler-sfc": "^3.0.7",
"cross-env": "^7.0.3",
"less": "^4.1.1",
"typescript": "^4.2.2",
"vite": "^2.0.2",
"vite-plugin-style-import": "^0.4.6"
"vite": "^2.0.4",
"vite-plugin-style-import": "^0.7.5"
}
}
Loading

0 comments on commit 2a4aab9

Please sign in to comment.