Skip to content

Commit

Permalink
Revert "chore!: Sync with [email protected] based on (PR #194 & #200) (#201)"
Browse files Browse the repository at this point in the history
This reverts commit e933b92.
  • Loading branch information
jthegedus authored Jan 17, 2023
1 parent e933b92 commit 1a3cae9
Show file tree
Hide file tree
Showing 9 changed files with 1,072 additions and 906 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
- name: install asdf
uses: asdf-vm/actions/install@v1
- run: pnpm install
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
nested_dir: ".",
}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
- name: install asdf
uses: asdf-vm/actions/install@v1
- name: Run Integration test for ${{ matrix.params.test_dir }}
Expand All @@ -59,7 +59,7 @@ jobs:
needs:
- unit
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
- name: install asdf
uses: asdf-vm/actions/install@v1
- name: Cache firebase emulators
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@
"node": "^14.13.1 || >= 16"
},
"dependencies": {
"esbuild": "^0.17.0"
"esbuild": "^0.16.6"
},
"peerDependencies": {
"@sveltejs/kit": "^1.0.0-next.587"
},
"devDependencies": {
"@sveltejs/kit": "^1.1.1",
"@types/express": "^4.17.13",
"@types/node": "^18.7.3",
"ava": "^5.1.1",
"firebase-functions": "^4.1.1",
"@sveltejs/kit": "1.0.0-next.587",
"@types/express": "^4.17.15",
"@types/node": "^18.11.15",
"ava": "^4.3.3",
"firebase-functions": "^3.24.1",
"xo": "^0.53.1"
},
"scripts": {
Expand Down
Loading

0 comments on commit 1a3cae9

Please sign in to comment.