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 May 17, 2021
1 parent aeacfd3 commit 87e7f77
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 107 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,21 @@
"test": "yarn lint"
},
"dependencies": {
"@prismicio/types": "0.0.3"
"@prismicio/types": "~0.0.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.22.1",
"@typescript-eslint/parser": "4.22.1",
"eslint": "7.26.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"prettier": "2.3.0",
"siroc": "0.9.2",
"standard-version": "9.3.0",
"typescript": "4.2.4"
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.0",
"siroc": "^0.10.0",
"standard-version": "^9.3.0",
"typescript": "^4.2.4"
},
"engines": {
"node": ">=12.0.0"
"node": ">=12.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 87e7f77

Please sign in to comment.