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 Mar 16, 2023
1 parent 0e7f66f commit 2b74ee7
Show file tree
Hide file tree
Showing 2 changed files with 1,328 additions and 883 deletions.
48 changes: 24 additions & 24 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.21.0",
"@commitlint/cli": "17.4.4",
"@commitlint/config-conventional": "17.4.4",
"@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.15.1",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@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.54.1",
"@typescript-eslint/parser": "5.54.1",
"babel-loader": "8.3.0",
"concurrently": "7.6.0",
"eslint": "8.36.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-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"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.3",
"jest": "28.1.3",
"lint-staged": "13.0.3",
"lint-staged": "13.2.0",
"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.6.3",
"typescript": "4.9.5"
},
"peerDependencies": {
"react": ">=17",
Expand All @@ -116,15 +116,15 @@
"trim-newlines": ">=3.0.1"
},
"dependencies": {
"commander": "9.4.0",
"deepmerge": "4.2.2",
"globby": "13.1.2",
"commander": "9.5.0",
"deepmerge": "4.3.0",
"globby": "13.1.3",
"graphql-modules": "2.1.0",
"gray-matter": "4.0.3",
"minisearch": "5.0.0",
"minisearch": "5.1.0",
"remark": "14.0.2",
"slugify": "1.6.5",
"strip-markdown": "5.0.0",
"yaml": "2.1.1"
"yaml": "2.2.1"
}
}

0 comments on commit 2b74ee7

Please sign in to comment.