Skip to content

Commit

Permalink
v2.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Aug 23, 2024
1 parent cc838c7 commit e989187
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 95 deletions.
6 changes: 3 additions & 3 deletions programs/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"node": ">=18"
},
"name": "extension",
"version": "2.0.0-alpha.3",
"version": "2.0.0-alpha.4",
"description": "Create cross-browser extensions with no build configuration.",
"main": "./dist/cli.js",
"types": "./dist/cli.d.ts",
Expand Down Expand Up @@ -51,8 +51,8 @@
],
"dependencies": {
"@colors/colors": "^1.6.0",
"extension-create": "2.0.0-alpha.3",
"extension-develop": "2.0.0-alpha.3",
"extension-create": "2.0.0-alpha.4",
"extension-develop": "2.0.0-alpha.4",
"commander": "^11.1.0",
"semver": "^7.5.4",
"update-check": "^1.5.4"
Expand Down
4 changes: 2 additions & 2 deletions programs/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"node": ">=18"
},
"name": "extension-create",
"version": "2.0.0-alpha.3",
"version": "2.0.0-alpha.4",
"description": "The Extension.js create step",
"main": "./dist/module.js",
"types": "./dist/module.d.ts",
Expand All @@ -32,7 +32,7 @@
"@colors/colors": "^1.6.0",
"cross-spawn": "^7.0.3",
"detect-package-manager": "^3.0.2",
"go-git-it": "^2.0.1"
"go-git-it": "^2.0.3"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.6",
Expand Down
6 changes: 3 additions & 3 deletions programs/develop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"node": ">=18"
},
"name": "extension-develop",
"version": "2.0.0-alpha.3",
"version": "2.0.0-alpha.4",
"description": "The develop step of Extension.js",
"main": "./dist/module.js",
"types": "./dist/module.d.ts",
Expand Down Expand Up @@ -51,7 +51,7 @@
"edge-location": "^1.0.0",
"firefox-profile": "^4.6.0",
"fx-runner": "^1.4.0",
"go-git-it": "^2.0.1",
"go-git-it": "^2.0.3",
"ignore": "^5.3.1",
"loader-utils": "^3.3.1",
"micromatch": "^4.0.7",
Expand Down Expand Up @@ -113,4 +113,4 @@
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.7.16"
}
}
}
Loading

0 comments on commit e989187

Please sign in to comment.