Skip to content

Commit

Permalink
update common deps in adapters (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
blidd-google authored Jul 9, 2024
1 parent 838cf84 commit 1578387
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 78 deletions.
8 changes: 5 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

148 changes: 74 additions & 74 deletions packages/@apphosting/adapter-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,79 +1,79 @@
{
"name": "@apphosting/adapter-angular",
"version": "17.2.5",
"main": "dist/index.js",
"description": "Experimental addon to the Firebase CLI to add web framework support",
"repository": {
"type": "git",
"url": "git+https://github.com/FirebaseExtended/firebase-framework-tools.git"
"name": "@apphosting/adapter-angular",
"version": "17.2.5",
"main": "dist/index.js",
"description": "Experimental addon to the Firebase CLI to add web framework support",
"repository": {
"type": "git",
"url": "git+https://github.com/FirebaseExtended/firebase-framework-tools.git"
},
"bin": {
"apphosting-adapter-angular-build": "dist/bin/build.js",
"apphosting-adapter-angular-create": "dist/bin/create.js"
},
"author": {
"name": "Firebase",
"url": "https://firebase.google.com/"
},
"bugs": {
"url": "https://github.com/FirebaseExtended/firebase-framework-tools/issues"
},
"type": "module",
"sideEffects": false,
"scripts": {
"build": "rm -rf dist && tsc && chmod +x ./dist/bin/*",
"test": "ts-mocha -p tsconfig.json src/**/*.spec.ts",
"localregistry:start": "npx verdaccio --config ../publish-dev/verdaccio-config.yaml",
"localregistry:publish": "(npm view --registry=http://localhost:4873 @apphosting/adapter-angular && npm unpublish --@apphosting:registry=http://localhost:4873 --force); npm publish --@apphosting:registry=http://localhost:4873"
},
"exports": {
".": {
"node": "./dist/index.js",
"default": null
},
"bin": {
"apphosting-adapter-angular-build": "dist/bin/build.js",
"apphosting-adapter-angular-create": "dist/bin/create.js"
},
"author": {
"name": "Firebase",
"url": "https://firebase.google.com/"
},
"bugs": {
"url": "https://github.com/FirebaseExtended/firebase-framework-tools/issues"
},
"type": "module",
"sideEffects": false,
"scripts": {
"build": "rm -rf dist && tsc && chmod +x ./dist/bin/*",
"test": "ts-mocha -p tsconfig.json src/**/*.spec.ts",
"localregistry:start": "npx verdaccio --config ../publish-dev/verdaccio-config.yaml",
"localregistry:publish": "(npm view --registry=http://localhost:4873 @apphosting/adapter-angular && npm unpublish --@apphosting:registry=http://localhost:4873 --force); npm publish --@apphosting:registry=http://localhost:4873"
},
"exports": {
".": {
"node": "./dist/index.js",
"default": null
},
"./dist/*": {
"node": "./dist/*",
"default": null
}
},
"files": [
"dist"
],
"license": "Apache-2.0",
"dependencies": {
"@apphosting/common": "^1.0.0",
"firebase-functions": "^4.3.1",
"fs-extra": "^11.1.1",
"strip-ansi": "^7.1.0",
"tslib": "^2.3.1",
"yaml": "^2.3.4",
"zod": "^3.22.4"
},
"peerDependencies": {
"@angular-devkit/architect": "~0.1702.0",
"@angular-devkit/core": "~17.2.0"
},
"peerDependenciesMeta": {
"@angular-devkit/architect": {
"optional": true
},
"@angular-devkit/core": {
"optional": true
}
"./dist/*": {
"node": "./dist/*",
"default": null
}
},
"files": [
"dist"
],
"license": "Apache-2.0",
"dependencies": {
"@apphosting/common": "^0.0.1",
"firebase-functions": "^4.3.1",
"fs-extra": "^11.1.1",
"strip-ansi": "^7.1.0",
"tslib": "^2.3.1",
"yaml": "^2.3.4",
"zod": "^3.22.4"
},
"peerDependencies": {
"@angular-devkit/architect": "~0.1702.0",
"@angular-devkit/core": "~17.2.0"
},
"peerDependenciesMeta": {
"@angular-devkit/architect": {
"optional": true
},
"devDependencies": {
"@angular-devkit/architect": "~0.1702.0",
"@angular-devkit/core": "~17.2.0",
"@angular/core": "~17.2.0",
"@types/fs-extra": "*",
"@types/mocha": "*",
"@types/tmp": "*",
"mocha": "*",
"semver": "*",
"tmp": "*",
"ts-mocha": "*",
"ts-node": "*",
"typescript": "*",
"verdaccio": "^5.30.3"
"@angular-devkit/core": {
"optional": true
}
},
"devDependencies": {
"@angular-devkit/architect": "~0.1702.0",
"@angular-devkit/core": "~17.2.0",
"@angular/core": "~17.2.0",
"@types/fs-extra": "*",
"@types/mocha": "*",
"@types/tmp": "*",
"mocha": "*",
"semver": "*",
"tmp": "*",
"ts-mocha": "*",
"ts-node": "*",
"typescript": "*",
"verdaccio": "^5.30.3"
}
}
2 changes: 1 addition & 1 deletion packages/@apphosting/adapter-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@apphosting/common": "^1.0.0",
"@apphosting/common": "^0.0.1",
"fs-extra": "^11.1.1",
"yaml": "^2.3.4"
},
Expand Down

0 comments on commit 1578387

Please sign in to comment.