Skip to content

Commit fd4c807

Browse files
authored
Merge pull request #285 from firebase/jhuleatt-update-deps
Switch to pnpm and update dependencies
2 parents 8866bbf + 9cd0577 commit fd4c807

18 files changed

+5345
-21061
lines changed

.github/workflows/node.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,5 @@ jobs:
2828
key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
2929

3030
- run: npm install
31-
32-
- name: "Lint and Test"
33-
run: ./scripts/test.sh
31+
- run: npm run bootstrap
32+
- run: npm run compile

auth-sessions/package-lock.json

-9,318
This file was deleted.

auth-sessions/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
"description": "Session Management with Firebase Admin SDK Quickstart Sample",
55
"main": "app.js",
66
"scripts": {
7-
"compile": "cp ../tsconfig.json.template ./tsconfig.json && tsc",
7+
"compile": "cp ../tsconfig.template.json ./tsconfig.json && tsc",
88
"demo": "./node_modules/.bin/webpack --config webpack.config.js && node app.js"
99
},
1010
"author": "bojeil-google",
1111
"license": "Apache License Version 2.0",
1212
"dependencies": {
13-
"body-parser": "^1.15.2",
14-
"cookie-parser": "^1.4.3",
15-
"express": "^4.14.0",
16-
"firebase": "^9.1.1",
17-
"firebase-admin": "^9.12.0",
18-
"firebaseui": "^5.0.0",
19-
"jquery": "^3.5.0",
20-
"webpack": "^4.4.1",
21-
"webpack-cli": "^2.0.13"
13+
"body-parser": "^1.20.2",
14+
"cookie-parser": "^1.4.6",
15+
"express": "^4.18.2",
16+
"firebase": "^9.22.0",
17+
"firebase-admin": "^11.8.0",
18+
"firebaseui": "^6.0.2",
19+
"jquery": "^3.7.0",
20+
"webpack": "^5.83.0",
21+
"webpack-cli": "^5.1.1"
2222
}
2323
}

0 commit comments

Comments
 (0)