Skip to content

Commit

Permalink
chore: Update dependencies (#642)
Browse files Browse the repository at this point in the history
* chore: Update dependencies

* chore: revert eslint to v7 for peer dep

* chore: bump @gqty/react

* chore: composer update with all deps

* fix: add phpunit-polyfills

* chore: add changeset
  • Loading branch information
blakewilson committed Nov 11, 2021
1 parent d9d0888 commit a3b08d6
Show file tree
Hide file tree
Showing 8 changed files with 4,558 additions and 1,785 deletions.
5 changes: 5 additions & 0 deletions .changeset/curly-foxes-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@faustjs/next': patch
---

Fixed an intermittent error `TypeError: Cannot read property 'get' of undefined` when running in dev mode.
7 changes: 7 additions & 0 deletions .changeset/mighty-keys-retire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@faustjs/core': patch
'@faustjs/next': patch
'@faustjs/react': patch
---

Updated dependencies
5,776 changes: 4,188 additions & 1,588 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,23 +64,23 @@
"license": "MIT",
"dependencies": {
"deepmerge": "^4.2.2",
"gqty": "^2.0.3",
"gqty": "^2.1.0",
"isomorphic-fetch": "^3.0.0",
"lodash": "^4.17.21",
"cookie": "^0.4.1"
},
"devDependencies": {
"@gqty/cli": "^2.1.1",
"@testing-library/jest-dom": "^5.14.1",
"@gqty/cli": "^2.3.0",
"@testing-library/jest-dom": "^5.15.0",
"@types/cookie": "^0.4.1",
"@types/is-number": "^7.0.1",
"@types/isomorphic-fetch": "^0.0.35",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.176",
"@types/node": "^16.11.1",
"@types/node": "^16.11.7",
"@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"clean-webpack-plugin": "^4.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,25 +74,25 @@
"react-dom": ">=17.0.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^12.1.2",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.176",
"@types/node": "^16.11.1",
"@types/react": "^17.0.30",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@types/node": "^16.11.7",
"@types/react": "^17.0.34",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^14.0.1",
"eslint-config-airbnb-typescript": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"gqty": "^2.0.3",
"gqty": "^2.1.0",
"jest": "^27.3.1",
"bs-logger": "^0.2.6",
"make-error": "^1.3.6",
Expand All @@ -108,7 +108,7 @@
},
"dependencies": {
"@gqty/logger": "^2.0.1",
"@gqty/react": "^2.0.0",
"@gqty/react": "^2.1.0",
"@faustjs/core": "^0.12.4",
"@faustjs/react": "^0.12.4",
"graphql": ">=15.6",
Expand Down
18 changes: 9 additions & 9 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,24 +47,24 @@
"react-dom": ">=17.0.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.2",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.176",
"@types/node": "^16.11.1",
"@types/react": "^17.0.30",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@types/node": "^16.11.7",
"@types/react": "^17.0.34",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^14.0.1",
"eslint-config-airbnb-typescript": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"jest": "^27.3.1",
"bs-logger": "^0.2.6",
Expand All @@ -79,9 +79,9 @@
"typescript": "^4.4.4"
},
"dependencies": {
"@gqty/react": "^2.0.0",
"@gqty/react": "^2.1.0",
"@faustjs/core": "^0.12.4",
"gqty": "^2.0.3",
"gqty": "^2.1.0",
"graphql": ">=15.6",
"lodash": "^4.17.21"
}
Expand Down
3 changes: 2 additions & 1 deletion plugins/faustwp/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"phpunit/phpunit": "~7",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.5.8",
"wp-coding-standards/wpcs": "^2.2"
"wp-coding-standards/wpcs": "^2.2",
"yoast/phpunit-polyfills": "^1.0"
},
"scripts": {
"lint": "parallel-lint -e php --no-colors --exclude vendor .",
Expand Down
Loading

0 comments on commit a3b08d6

Please sign in to comment.