Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioramos committed Mar 11, 2021
1 parent 5be396c commit 4fd4a64
Show file tree
Hide file tree
Showing 11 changed files with 2,406 additions and 2,932 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,23 +92,28 @@ jobs:
needs: [test, eslint, commitlint]
runs-on: ubuntu-latest
steps:
- name: Get branch
uses: rlespinasse/github-slug-action@3.4.0
- name: Checkout
uses: actions/checkout@v2
if: ${{ env.GITHUB_REF_SLUG == 'master' }}
- name: Setup Node.js
uses: actions/setup-node@v2.1.5
if: ${{ env.GITHUB_REF_SLUG == 'master' }}
with:
node-version: '13.x'
- name: Setup Cache
uses: actions/cache@v2.1.4
if: ${{ env.GITHUB_REF_SLUG == 'master' }}
with:
path: .yarn
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
- name: Install dependencies
run: yarn install --immutable --immutable-cache
if: ${{ env.GITHUB_REF_SLUG == 'master' }}
- name: Benchmark
run: yarn run benchmark
- name: Get branch
uses: rlespinasse/github-slug-action@3.4.0
if: ${{ env.GITHUB_REF_SLUG == 'master' }}
- name: Release
uses: ridedott/release-me-action@v3.5.10
if: ${{ env.GITHUB_REF_SLUG == 'master' }}
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"test": "NODE_ENV=test ava --timeout=5m"
},
"dependencies": {
"@vercel/nft": "^0.9.5",
"@vercel/nft": "^0.9.6",
"apr-find": "^3.0.3",
"apr-map": "^3.0.3",
"apr-parallel": "^3.0.3",
"archiver": "^5.2.0",
"archiver": "^5.3.0",
"globby": "^11.0.2",
"lodash.flatten": "^4.4.0",
"lodash.sortby": "^4.7.0",
Expand All @@ -46,24 +46,24 @@
"tempy": "^1.0.0"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"apr-for-each": "^3.0.3",
"apr-intercept": "^3.0.4",
"apr-main": "^4.0.3",
"apr-reduce": "^3.0.3",
"ava": "^3.15.0",
"directory-tree": "^2.2.5",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-config-xo-space": "^0.26.0",
"directory-tree": "^2.2.7",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-xo-space": "^0.27.0",
"execa": "^5.0.0",
"husky": "^4.3.7",
"lint-staged": "^10.5.3",
"husky": "^5.1.3",
"lint-staged": "^10.5.4",
"markdown-table": "^2.0.0",
"path-type": "^4.0.0",
"prettier": "^2.2.1",
"pretty-bytes": "^5.5.0",
"pretty-bytes": "^5.6.0",
"pretty-ms": "^7.0.1"
},
"peerDependencies": {
Expand Down

0 comments on commit 4fd4a64

Please sign in to comment.