Skip to content

Commit

Permalink
fix: remove extra dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan Bansal authored and Rohan Bansal committed Apr 17, 2024
1 parent 147fcf2 commit 2664afd
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 45 deletions.
30 changes: 0 additions & 30 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@
"miragejs": "^0.1.47",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"vue-router": "^4",
"histoire": "0.17.0",
"@histoire/plugin-vue": "0.17.1"
"vue-router": "^4"
},
"engines": {
"node": ">=20.11.0"
Expand Down
4 changes: 1 addition & 3 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@
"eslint": "^8.40.0",
"eslint-plugin-vue": "^9.11.1",
"typescript": "^5.0.4",
"vue-router": "^4",
"histoire": "0.17.0",
"@histoire/plugin-vue": "0.17.1"
"vue-router": "^4"
},
"engines": {
"node": ">=20.11.0"
Expand Down
4 changes: 1 addition & 3 deletions graphql_client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@
"typescript": "^5.0.4",
"vite": "^4.3.5",
"vue": "^3.2.47",
"vue-router": "^4",
"histoire": "0.17.0",
"@histoire/plugin-vue": "0.17.1"
"vue-router": "^4"
},
"engines": {
"node": ">=20.11.0"
Expand Down
4 changes: 1 addition & 3 deletions stonecrop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-vue": "^9.11.1",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"histoire": "0.17.0",
"@histoire/plugin-vue": "0.17.1"
"vite": "^4.3.5"
},
"engines": {
"node": ">=20.11.0"
Expand Down
4 changes: 1 addition & 3 deletions themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.1",
"vite": "^4.3.5",
"vue": "^3.2.47",
"histoire": "0.17.0",
"@histoire/plugin-vue": "0.17.1"
"vue": "^3.2.47"
},
"engines": {
"node": ">=20.11.0"
Expand Down

0 comments on commit 2664afd

Please sign in to comment.