Skip to content

Commit

Permalink
Merge pull request #14 from ImageMarkup/js-deps
Browse files Browse the repository at this point in the history
Upgrade npm packages
brianhelba authored Mar 16, 2021

Verified

This commit was signed with the committer’s verified signature.
trobanga Daniel Hahne
2 parents 35553bd + 0ba0d77 commit 72e7342
Showing 6 changed files with 1,121 additions and 1,032 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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 }}
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
"@isic/client": "file:.."
},
"devDependencies": {
"parcel-bundler": "^1.12.4"
"parcel-bundler": "^1.12.5"
},
"browserslist": [
"last 1 chrome version",
1,628 changes: 854 additions & 774 deletions example/yarn.lock

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -19,18 +19,18 @@
"prepack": "npm-run-all build"
},
"dependencies": {
"@girder/oauth-client": "^0.7.6"
"@girder/oauth-client": "^0.7.7"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"eslint": "^7.18.0",
"eslint-config-airbnb-typescript": "^12.0.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"eslint": "^7.22.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-plugin-import": "^2.22.1",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"typescript": "^4.1.3"
"typescript": "^4.2.3"
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",
507 changes: 258 additions & 249 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 72e7342

Please sign in to comment.