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] authored Oct 18, 2023
1 parent faefa27 commit 41f1c42
Show file tree
Hide file tree
Showing 4 changed files with 3,106 additions and 2,257 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
]
},
"resolutions": {
"typescript": "^4.5.2"
"typescript": "^4.9.5"
},
"devDependencies": {
"@4c/cli": "^3.0.1",
"lerna": "^4.0.0",
"typescript": "^4.5.2"
"typescript": "^4.9.5"
},
"workspace-sources": {
"graphql-explorer/lib/*": [
Expand Down
42 changes: 21 additions & 21 deletions packages/graphql-explorer-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,31 +36,31 @@
"*": "yarn 4c lint --fix"
},
"devDependencies": {
"@4c/babel-preset": "^9.0.0",
"@4c/babel-preset": "^9.1.0",
"@4c/cli": "^3.0.1",
"@4c/prettier-config": "^1.1.0",
"@4c/tsconfig": "^0.4.0",
"@babel/preset-typescript": "^7.16.0",
"@types/lodash": "^4.14.177",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint-config-4catalyzer-react": "^1.1.3",
"eslint-config-4catalyzer-typescript": "^3.1.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"@4c/tsconfig": "^0.4.1",
"@babel/preset-typescript": "^7.23.2",
"@types/lodash": "^4.14.200",
"@types/react": "^17.0.69",
"@types/react-dom": "^17.0.22",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint-config-4catalyzer-react": "^1.3.0",
"eslint-config-4catalyzer-typescript": "^3.3.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^5.2.0",
"lint-staged": "^12.1.2",
"prettier": "^2.5.0",
"webpack": "^5.64.4",
"lint-staged": "^12.5.0",
"prettier": "^2.8.8",
"webpack": "^5.89.0",
"webpack-atoms": "^17.1.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0"
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@apollo/client": "^3.3.12",
Expand Down
38 changes: 19 additions & 19 deletions packages/graphql-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,27 +41,27 @@
"testEnvironment": "jsdom"
},
"devDependencies": {
"@4c/babel-preset": "^9.0.0",
"@4c/jest-preset": "^1.6.2",
"@4c/babel-preset": "^9.1.0",
"@4c/jest-preset": "^1.8.1",
"@4c/prettier-config": "^1.1.0",
"@4c/tsconfig": "^0.4.0",
"@babel/preset-typescript": "^7.16.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint-config-4catalyzer-jest": "^2.1.2",
"eslint-config-4catalyzer-react": "^1.1.3",
"eslint-config-4catalyzer-typescript": "^3.1.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"@4c/tsconfig": "^0.4.1",
"@babel/preset-typescript": "^7.23.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint-config-4catalyzer-jest": "^2.3.0",
"eslint-config-4catalyzer-react": "^1.3.0",
"eslint-config-4catalyzer-typescript": "^3.3.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^5.2.0",
"jest": "^27.3.1",
"lint-staged": "^12.1.2",
"prettier": "^2.5.0",
"jest": "^27.5.1",
"lint-staged": "^12.5.0",
"prettier": "^2.8.8",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"travis-deploy-once": "^5.0.11"
Expand Down
Loading

0 comments on commit 41f1c42

Please sign in to comment.