Skip to content

Commit

Permalink
chore(deps): latest
Browse files Browse the repository at this point in the history
  • Loading branch information
maxholman committed Oct 29, 2022
1 parent 160f179 commit cedfae4
Show file tree
Hide file tree
Showing 2 changed files with 1,000 additions and 925 deletions.
34 changes: 18 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,32 @@
"@block65/custom-error": "^11.0.1"
},
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/preset-env": "^7.19.0",
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-typescript": "^7.18.6",
"@block65/eslint-config": "8.0.0",
"@block65/eslint-config": "^9.0.0-alpha.0",
"@block65/openapi-codegen": "^0.2.0",
"@jest/globals": "^29.0.2",
"@types/node": "^18.7.15",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"eslint": "^8.23.0",
"eslint-plugin-formatjs": "^4.3.1",
"@jest/globals": "^29.2.2",
"@types/node": "^18.11.7",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"eslint": "^8.26.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"get-port": "^6.1.2",
"jest": "^29.0.2",
"ky": "^0.31.3",
"ky-universal": "^0.10.1",
"jest": "^29.2.2",
"ky": "^0.31.4",
"ky-universal": "^0.11.0",
"prettier": "^2.7.1",
"type-fest": "^2.19.0",
"typescript": "^4.8.2"
"type-fest": "^3.1.0",
"typescript": "^4.8.4"
},
"peerDependencies": {
"ky": "^0.31.3",
"ky-universal": "^0.10.1"
"ky": "^0.31.4",
"ky-universal": "^0.11.0"
},
"engines": {
"node": "^18.0.0"
Expand Down
Loading

0 comments on commit cedfae4

Please sign in to comment.