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 Jan 3, 2025
1 parent 2a43e6c commit 7699a16
Show file tree
Hide file tree
Showing 4 changed files with 2,777 additions and 1,847 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
40 changes: 20 additions & 20 deletions packages/graphql-explorer-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,28 +39,28 @@
"@4c/babel-preset": "^10.2.1",
"@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": "^9.0.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.26.0",
"@types/lodash": "^4.17.14",
"@types/react": "^17.0.83",
"@types/react-dom": "^17.0.26",
"@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": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^8.0.3",
"lint-staged": "^12.1.2",
"prettier": "^2.5.0",
"webpack": "^5.64.4",
"lint-staged": "^12.5.0",
"prettier": "^2.8.8",
"webpack": "^5.97.1",
"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.2"
},
"dependencies": {
"@apollo/client": "^3.3.12",
Expand Down
36 changes: 18 additions & 18 deletions packages/graphql-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,26 +42,26 @@
},
"devDependencies": {
"@4c/babel-preset": "^10.2.1",
"@4c/jest-preset": "^1.6.2",
"@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": "^9.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^27.6.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.26.0",
"@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": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^8.0.3",
"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 7699a16

Please sign in to comment.