Skip to content

Commit

Permalink
build(yarn): update dependencies to latest minor versions
Browse files Browse the repository at this point in the history
Fixes #561
  • Loading branch information
JohnAlbin authored Oct 19, 2023
1 parent 99811da commit cbe7d02
Show file tree
Hide file tree
Showing 4 changed files with 3,279 additions and 3,181 deletions.
64 changes: 31 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,50 +28,48 @@
"test:e2e:ci": "turbo run test:e2e:ci --parallel"
},
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2"
"@types/react": "17.0.68",
"@types/react-dom": "17.0.21"
},
"devDependencies": {
"@actions/core": "^1.10.0",
"@babel/core": "^7.9.6",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@next/eslint-plugin-next": "^12.0.9",
"@testing-library/cypress": "^8.0.2",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"cypress": "^9.1.1",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-cypress": "^2.11.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"@actions/core": "^1.10.1",
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@next/eslint-plugin-next": "^12.3.4",
"@testing-library/cypress": "^8.0.7",
"@types/jest": "^27.5.2",
"@types/node": "^17.0.45",
"@types/react": "^17.0.68",
"@types/react-dom": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"cypress": "^9.7.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.33.2",
"faker": "^6.6.6",
"husky": "^8.0.2",
"husky": "^8.0.3",
"isomorphic-fetch": "^3.0.0",
"jest": "^27.5.1",
"lerna": "^4.0.0",
"microbundle": "^0.14.2",
"prettier": "^2.8.0",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"start-server-and-test": "^1.14.0",
"ts-jest": "^27.1.3",
"ts-node": "^10.7.0",
"turbo": "^1.1.1",
"typescript": "^4.5.5",
"start-server-and-test": "^1.15.5",
"ts-jest": "^27.1.5",
"ts-node": "^10.9.1",
"turbo": "^1.10.15",
"typescript": "^4.9.5",
"uuid": "^8.3.2",
"yaml": "^1.10.2"
},
"dependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0"
},
"engines": {
"node": ">=16.19.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/next-drupal-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
},
"devDependencies": {
"rollup-plugin-node-builtins": "^2.1.2",
"typescript": "^4.5.5"
"typescript": "^4.9.5"
},
"dependencies": {
"deepmerge": "^4.2.2",
"drupal-jsonapi-params": "^2.1.0",
"deepmerge": "^4.3.1",
"drupal-jsonapi-params": "^2.3.1",
"next": "^12.2.3 || ^13",
"type-fest": "^2.17.0"
"type-fest": "^2.19.0"
}
}
6 changes: 3 additions & 3 deletions packages/next-drupal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
},
"devDependencies": {
"rollup-plugin-node-builtins": "^2.1.2",
"typescript": "^4.5.5"
"typescript": "^4.9.5"
},
"dependencies": {
"jsona": "^1.9.7",
"jsona": "^1.12.1",
"next": "^12.2.0 || ^13",
"node-cache": "^5.1.2",
"qs": "^6.10.3",
"qs": "^6.11.2",
"react": "^17.0.2 || ^18",
"react-dom": "^17.0.2 || ^18"
}
Expand Down
Loading

0 comments on commit cbe7d02

Please sign in to comment.