Skip to content

Commit

Permalink
Merge branch 'master' into feat/expose-tags-api
Browse files Browse the repository at this point in the history
  • Loading branch information
damienxy authored Apr 6, 2021
2 parents 3ae6b4b + 3dcfcf8 commit 47cf06b
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 70 deletions.
174 changes: 110 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,18 @@
"@semantic-release/changelog": "5.0.1",
"@semantic-release/exec": "5.0.0",
"@semantic-release/git": "9.0.0",
"@testing-library/cypress": "7.0.4",
"@testing-library/dom": "7.30.1",
"@testing-library/cypress": "7.0.5",
"@testing-library/dom": "7.30.3",
"@types/async-retry": "1.4.2",
"@types/chai-as-promised": "7.1.3",
"@types/cross-spawn": "6.0.2",
"@types/fs-extra": "9.0.9",
"@types/jsdom": "16.2.9",
"@types/jsdom": "16.2.10",
"@types/nanoid": "2.1.0",
"@types/sinon": "^9.0.8",
"@types/sinon-chai": "^3.2.5",
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"@typescript-eslint/eslint-plugin": "4.21.0",
"@typescript-eslint/parser": "4.21.0",
"async-retry": "1.3.1",
"babel-eslint": "10.1.0",
"chai": "4.3.4",
Expand All @@ -71,7 +71,7 @@
"eslint-plugin-standard": "5.0.0",
"fs-extra": "9.1.0",
"husky": "4.3.8",
"jsdom": "16.5.1",
"jsdom": "16.5.2",
"lint-staged": "10.5.4",
"mocha": "8.3.2",
"mochawesome": "6.2.2",
Expand Down

0 comments on commit 47cf06b

Please sign in to comment.