Skip to content

Commit 1578387

Browse files
authored
update common deps in adapters (#215)
1 parent 838cf84 commit 1578387

File tree

3 files changed

+80
-78
lines changed

3 files changed

+80
-78
lines changed

package-lock.json

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 74 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1,79 +1,79 @@
11
{
2-
"name": "@apphosting/adapter-angular",
3-
"version": "17.2.5",
4-
"main": "dist/index.js",
5-
"description": "Experimental addon to the Firebase CLI to add web framework support",
6-
"repository": {
7-
"type": "git",
8-
"url": "git+https://github.com/FirebaseExtended/firebase-framework-tools.git"
2+
"name": "@apphosting/adapter-angular",
3+
"version": "17.2.5",
4+
"main": "dist/index.js",
5+
"description": "Experimental addon to the Firebase CLI to add web framework support",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/FirebaseExtended/firebase-framework-tools.git"
9+
},
10+
"bin": {
11+
"apphosting-adapter-angular-build": "dist/bin/build.js",
12+
"apphosting-adapter-angular-create": "dist/bin/create.js"
13+
},
14+
"author": {
15+
"name": "Firebase",
16+
"url": "https://firebase.google.com/"
17+
},
18+
"bugs": {
19+
"url": "https://github.com/FirebaseExtended/firebase-framework-tools/issues"
20+
},
21+
"type": "module",
22+
"sideEffects": false,
23+
"scripts": {
24+
"build": "rm -rf dist && tsc && chmod +x ./dist/bin/*",
25+
"test": "ts-mocha -p tsconfig.json src/**/*.spec.ts",
26+
"localregistry:start": "npx verdaccio --config ../publish-dev/verdaccio-config.yaml",
27+
"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"
28+
},
29+
"exports": {
30+
".": {
31+
"node": "./dist/index.js",
32+
"default": null
933
},
10-
"bin": {
11-
"apphosting-adapter-angular-build": "dist/bin/build.js",
12-
"apphosting-adapter-angular-create": "dist/bin/create.js"
13-
},
14-
"author": {
15-
"name": "Firebase",
16-
"url": "https://firebase.google.com/"
17-
},
18-
"bugs": {
19-
"url": "https://github.com/FirebaseExtended/firebase-framework-tools/issues"
20-
},
21-
"type": "module",
22-
"sideEffects": false,
23-
"scripts": {
24-
"build": "rm -rf dist && tsc && chmod +x ./dist/bin/*",
25-
"test": "ts-mocha -p tsconfig.json src/**/*.spec.ts",
26-
"localregistry:start": "npx verdaccio --config ../publish-dev/verdaccio-config.yaml",
27-
"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"
28-
},
29-
"exports": {
30-
".": {
31-
"node": "./dist/index.js",
32-
"default": null
33-
},
34-
"./dist/*": {
35-
"node": "./dist/*",
36-
"default": null
37-
}
38-
},
39-
"files": [
40-
"dist"
41-
],
42-
"license": "Apache-2.0",
43-
"dependencies": {
44-
"@apphosting/common": "^1.0.0",
45-
"firebase-functions": "^4.3.1",
46-
"fs-extra": "^11.1.1",
47-
"strip-ansi": "^7.1.0",
48-
"tslib": "^2.3.1",
49-
"yaml": "^2.3.4",
50-
"zod": "^3.22.4"
51-
},
52-
"peerDependencies": {
53-
"@angular-devkit/architect": "~0.1702.0",
54-
"@angular-devkit/core": "~17.2.0"
55-
},
56-
"peerDependenciesMeta": {
57-
"@angular-devkit/architect": {
58-
"optional": true
59-
},
60-
"@angular-devkit/core": {
61-
"optional": true
62-
}
34+
"./dist/*": {
35+
"node": "./dist/*",
36+
"default": null
37+
}
38+
},
39+
"files": [
40+
"dist"
41+
],
42+
"license": "Apache-2.0",
43+
"dependencies": {
44+
"@apphosting/common": "^0.0.1",
45+
"firebase-functions": "^4.3.1",
46+
"fs-extra": "^11.1.1",
47+
"strip-ansi": "^7.1.0",
48+
"tslib": "^2.3.1",
49+
"yaml": "^2.3.4",
50+
"zod": "^3.22.4"
51+
},
52+
"peerDependencies": {
53+
"@angular-devkit/architect": "~0.1702.0",
54+
"@angular-devkit/core": "~17.2.0"
55+
},
56+
"peerDependenciesMeta": {
57+
"@angular-devkit/architect": {
58+
"optional": true
6359
},
64-
"devDependencies": {
65-
"@angular-devkit/architect": "~0.1702.0",
66-
"@angular-devkit/core": "~17.2.0",
67-
"@angular/core": "~17.2.0",
68-
"@types/fs-extra": "*",
69-
"@types/mocha": "*",
70-
"@types/tmp": "*",
71-
"mocha": "*",
72-
"semver": "*",
73-
"tmp": "*",
74-
"ts-mocha": "*",
75-
"ts-node": "*",
76-
"typescript": "*",
77-
"verdaccio": "^5.30.3"
60+
"@angular-devkit/core": {
61+
"optional": true
7862
}
63+
},
64+
"devDependencies": {
65+
"@angular-devkit/architect": "~0.1702.0",
66+
"@angular-devkit/core": "~17.2.0",
67+
"@angular/core": "~17.2.0",
68+
"@types/fs-extra": "*",
69+
"@types/mocha": "*",
70+
"@types/tmp": "*",
71+
"mocha": "*",
72+
"semver": "*",
73+
"tmp": "*",
74+
"ts-mocha": "*",
75+
"ts-node": "*",
76+
"typescript": "*",
77+
"verdaccio": "^5.30.3"
78+
}
7979
}

packages/@apphosting/adapter-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
],
4242
"license": "Apache-2.0",
4343
"dependencies": {
44-
"@apphosting/common": "^1.0.0",
44+
"@apphosting/common": "^0.0.1",
4545
"fs-extra": "^11.1.1",
4646
"yaml": "^2.3.4"
4747
},

0 commit comments

Comments
 (0)