Skip to content

Commit

Permalink
Merge pull request #34 from girder/js-deps
Browse files Browse the repository at this point in the history
Upgrade npm packages
  • Loading branch information
brianhelba authored Mar 16, 2021
2 parents 29c0235 + 978e968 commit 65ba6a2
Show file tree
Hide file tree
Showing 6 changed files with 1,111 additions and 1,022 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "14.x"
node-version: "15.x"
- name: Build and test
run: |
yarn install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "14.x"
node-version: "15.x"
- name: Publish to npm
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@girder/oauth-client": "file:.."
},
"devDependencies": {
"parcel-bundler": "^1.12.4"
"parcel-bundler": "^1.12.5"
},
"browserslist": [
"last 1 chrome version",
Expand Down
Loading

0 comments on commit 65ba6a2

Please sign in to comment.