Skip to content

Commit

Permalink
fix: Make Vite plugins dependencies (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins authored Jan 3, 2024
1 parent ef6e69f commit b12d2bb
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 93 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,24 @@
"test:build"
]
},
"dependencies": {
"axios": "^1.6.3",
"chalk": "^5.3.0",
"commander": "^11.1.0",
"current-git-branch": "^1.1.0",
"esbuild-register": "^3.5.0",
"git-log-parser": "^1.2.0",
"interpret": "^3.1.1",
"jsonfile": "^6.1.0",
"liftoff": "^4.0.0",
"luxon": "^3.4.4",
"minimist": "^1.2.8",
"semver": "^7.5.4",
"stream-to-array": "^2.3.0",
"v8flags": "^4.0.1",
"vite-plugin-dts": "^3.7.0",
"vite-plugin-externalize-deps": "^0.8.0"
},
"devDependencies": {
"@commitlint/parse": "^18.4.3",
"@types/current-git-branch": "^1.1.6",
Expand All @@ -82,24 +100,6 @@
"type-fest": "^4.9.0",
"typescript": "^5.2.2",
"vite": "^5.0.10",
"vite-plugin-dts": "^3.7.0",
"vite-plugin-externalize-deps": "^0.8.0",
"vitest": "^1.1.0"
},
"dependencies": {
"axios": "^1.6.3",
"chalk": "^5.3.0",
"commander": "^11.1.0",
"current-git-branch": "^1.1.0",
"esbuild-register": "^3.5.0",
"git-log-parser": "^1.2.0",
"interpret": "^3.1.1",
"jsonfile": "^6.1.0",
"liftoff": "^4.0.0",
"luxon": "^3.4.4",
"minimist": "^1.2.8",
"semver": "^7.5.4",
"stream-to-array": "^2.3.0",
"v8flags": "^4.0.1"
}
}
Loading

0 comments on commit b12d2bb

Please sign in to comment.