Skip to content

Commit

Permalink
Upgrade all dependencies (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie authored Jun 7, 2022
1 parent 5378968 commit 4062ea0
Show file tree
Hide file tree
Showing 2 changed files with 1,023 additions and 1,063 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,26 +111,26 @@
"JSONValue"
],
"devDependencies": {
"@babel/cli": "^7.17.0",
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-flow": "^7.16.7",
"@babel/cli": "^7.17.10",
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/preset-flow": "^7.17.12",
"babel-eslint": "^10.1.0",
"coveralls": "^3.1.1",
"dtslint": "^4.2.1",
"eslint": "^7.32.0",
"eslint-plugin-flowtype": "^6.1.1",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"flow-bin": "^0.171.0",
"flow-bin": "^0.179.0",
"flow-copy-source": "^2.0.9",
"flow-typed": "^3.6.1",
"flow-typed": "^3.7.0",
"in-publish": "^2.0.1",
"itertools": "^1.7.1",
"jest": "^27.5.0",
"prettier": "^2.5.1",
"jest": "^28.1.1",
"prettier": "^2.6.2",
"prettier-plugin-package": "^1.3.0",
"rimraf": "^3.0.2",
"typescript": "^4.5.5"
"typescript": "^4.7.3"
},
"githubUrl": "https://github.com/nvie/decoders",
"jest": {
Expand Down
Loading

0 comments on commit 4062ea0

Please sign in to comment.