Skip to content

Commit

Permalink
fix(0.0.1):add babel-core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
guocaoyi committed Jul 7, 2022
1 parent dd6974b commit 5b5de0b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/vite-inferno-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-inferno-js-starter",
"version": "0.0.0",
"version": "0.0.1",
"description": "Vite + Inferno + JS",
"author": "yalda",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"inferno": "^8.0.1"
},
"devDependencies": {
"vite-plugin-inferno": "0.0.0",
"vite-plugin-inferno": "0.0.1",
"vite": "^2.9.13"
}
}
4 changes: 2 additions & 2 deletions packages/vite-inferno-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-inferno-ts-starter",
"version": "0.0.0",
"version": "0.0.1",
"description": "Vite + Inferno + TS",
"author": "yalda",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
"inferno": "^8.0.1"
},
"devDependencies": {
"vite-plugin-inferno": "0.0.0",
"vite-plugin-inferno": "0.0.1",
"typescript": "^4.6.4",
"vite": "^2.9.13"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/vite-plugin-inferno/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-inferno",
"version": "0.0.0",
"version": "0.0.1",
"description": "inferno preset for the vite bundler",
"author": "yalda",
"license": "MIT",
Expand Down Expand Up @@ -41,6 +41,8 @@
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/plugin-transform-react-jsx-development": "^7.16.7",
"@babel/core": "^7.15.8",
"@babel/parser": "^7.15.8",
"@rollup/pluginutils": "^4.1.1",
"babel-plugin-transform-hook-names": "^1.0.2",
"babel-plugin-inferno": "6.5.0",
Expand All @@ -52,8 +54,6 @@
"vite": "2.x || 3.x"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/parser": "^7.15.8",
"@types/babel__core": "^7.1.14",
"@types/estree": "^0.0.50",
"@types/debug": "^4.1.5",
Expand Down

0 comments on commit 5b5de0b

Please sign in to comment.