Skip to content

Commit

Permalink
chore(deps): maintain dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Dec 3, 2021
1 parent 9b79c30 commit fc35a26
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 52 deletions.
1 change: 1 addition & 0 deletions ava.config.js
Expand Up @@ -3,4 +3,5 @@ export default {
files: ["./test/**/*.test.ts", "./test/**/*.test.tsx"],
require: ["ts-eager/register"],
verbose: true,
timeout: "60s",
};
92 changes: 46 additions & 46 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
Expand Up @@ -45,13 +45,13 @@
"unit": "nyc --reporter=lcovonly --reporter=text --exclude-after-remap=false ava"
},
"dependencies": {
"@prismicio/helpers": "^2.0.0-beta.4",
"@prismicio/richtext": "^2.0.0-beta.2"
"@prismicio/helpers": "^2.0.0-beta.6",
"@prismicio/richtext": "^2.0.0-beta.3"
},
"devDependencies": {
"@prismicio/client": "^6.0.0-beta.3",
"@prismicio/client": "^6.0.0-beta.4",
"@prismicio/mock": "^0.0.6",
"@prismicio/types": "^0.1.18",
"@prismicio/types": "^0.1.19",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.2",
"@types/jsdom": "^16.2.13",
Expand All @@ -70,9 +70,9 @@
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-tsdoc": "^0.2.14",
"global-jsdom": "^8.3.0",
"jsdom": "^18.1.1",
"jsdom": "^19.0.0",
"msw": "^0.35.0",
"node-fetch": "^3.0.0",
"node-fetch": "^3.1.0",
"nyc": "^15.1.0",
"prettier": "^2.5.0",
"prettier-plugin-jsdoc": "^0.3.30",
Expand Down

0 comments on commit fc35a26

Please sign in to comment.