Skip to content

Commit

Permalink
fix(deps): remove hardcoded deps
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem committed May 11, 2023
1 parent 78e2034 commit 8f7ea1f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 52 deletions.
2 changes: 1 addition & 1 deletion packages/ag-grid-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@ag-grid-community/vue3": "^29.0.0"
},
"peerDependencies": {
"vuestic-ui": "1.6.4"
"vuestic-ui": "^1.3.0"
},
"devDependencies": {
"sass": "^1.57.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/deploy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"devDependencies": {
"tsx": "^3.12.1",
"inquirer": "^9.0.0",
"typescript": "4.7.4",
"typescript": "^4.3.2",
"chalk": "^5.2.0"
},
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"chokidar": "*",
"nuxt": "^3.1.1",
"pathe": "^0.3.5",
"vuestic-ui": "1.6.4"
"vuestic-ui": "^1.4.10"
},
"devDependencies": {
"@nuxt/module-builder": "latest",
Expand Down
2 changes: 1 addition & 1 deletion packages/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"serve": "^14.2.0",
"ts-loader": "^9.3.0",
"ts-node": "^10.8.1",
"typescript": "4.7.4",
"typescript": "^4.7.4",
"vite": "^4.2.1",
"vitest": "*",
"vue-bundle-renderer": "0.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"ts-loader": "^9.3.0",
"typescript": "4.7.4",
"typescript": "^4.7.4",
"vite": "^4.2.1",
"vite-plugin-chunk-split": "^0.4.7",
"vitest": "^0.18.1",
Expand Down
47 changes: 0 additions & 47 deletions tsconfig.json

This file was deleted.

0 comments on commit 8f7ea1f

Please sign in to comment.