Skip to content

Commit

Permalink
v2.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Nov 26, 2024
1 parent 6914072 commit f1be26a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion 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-beta.3",
"version": "2.0.0-beta.4",
"description": "Create cross-browser extensions with no build configuration.",
"main": "./dist/cli.js",
"types": "./dist/cli.d.ts",
Expand Down
18 changes: 9 additions & 9 deletions programs/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@
"dependencies": {
"@colors/colors": "^1.6.0",
"@types/firefox-webext-browser": "^120.0.4",
"cross-spawn": "^7.0.5",
"cross-spawn": "^7.0.6",
"go-git-it": "2.0.4",
"package-manager-detector": "^0.2.0"
"package-manager-detector": "^0.2.5"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.6",
"@types/node": "^22.5.3",
"@types/react-dom": "^18.2.18",
"globals": "^15.9.0",
"@types/node": "^22.9.4",
"@types/react-dom": "^18.3.1",
"globals": "^15.12.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-jest": "^29.2.5",
"tsconfig": "*",
"tsup": "^8.0.1",
"typescript": "5.3.3"
"tsup": "^8.3.5",
"typescript": "5.7.2"
}
}
}
2 changes: 1 addition & 1 deletion 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-beta.3",
"version": "2.0.0-beta.4",
"description": "The develop step of Extension.js",
"main": "./dist/module.js",
"types": "./dist/module.d.ts",
Expand Down

0 comments on commit f1be26a

Please sign in to comment.