Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 20, 2022
1 parent 0e7f66f commit 486e8ad
Show file tree
Hide file tree
Showing 2 changed files with 402 additions and 300 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,38 +68,38 @@
"node": ">=14.0.0"
},
"devDependencies": {
"@babel/core": "7.18.10",
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@babel/core": "7.20.2",
"@commitlint/cli": "17.2.0",
"@commitlint/config-conventional": "17.2.0",
"@ryansonshine/commitizen": "4.2.8",
"@ryansonshine/cz-conventional-changelog": "3.3.4",
"@types/jest": "28.1.7",
"@types/node": "18.0.0",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/jest": "28.1.8",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/react-test-renderer": "18.0.0",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"babel-loader": "8.2.5",
"concurrently": "7.3.0",
"eslint": "8.22.0",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"babel-loader": "8.3.0",
"concurrently": "7.5.0",
"eslint": "8.27.0",
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-typescript-sort-keys": "2.1.0",
"eslint-plugin-unused-imports": "2.0.0",
"graphql": "16.6.0",
"husky": "8.0.1",
"husky": "8.0.2",
"jest": "28.1.3",
"lint-staged": "13.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-test-renderer": "18.2.0",
"ts-jest": "28.0.8",
"tsup": "6.2.2",
"typescript": "4.7.4"
"tsup": "6.5.0",
"typescript": "4.9.3"
},
"peerDependencies": {
"react": ">=17",
Expand All @@ -116,7 +116,7 @@
"trim-newlines": ">=3.0.1"
},
"dependencies": {
"commander": "9.4.0",
"commander": "9.4.1",
"deepmerge": "4.2.2",
"globby": "13.1.2",
"graphql-modules": "2.1.0",
Expand All @@ -125,6 +125,6 @@
"remark": "14.0.2",
"slugify": "1.6.5",
"strip-markdown": "5.0.0",
"yaml": "2.1.1"
"yaml": "2.1.3"
}
}

0 comments on commit 486e8ad

Please sign in to comment.