Skip to content

Commit

Permalink
Revert "Add next as a dev dep to @faustwp/blocks"
Browse files Browse the repository at this point in the history
This reverts commit ed72104.
  • Loading branch information
blakewilson committed Nov 9, 2023
1 parent ed72104 commit bc46759
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .changeset/eighty-gorillas-impress.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

**BREAKING**: Updated the following peer dependencies to new required minimums:

- `@apollo/experimental-nextjs-app-support`: `0.4.1` -> `0.5.0`
- `next`: `12.1.6` -> `14.0.0`
- `react`: `17.0.2` -> `18.0.0`
- `react-dom`: `17.0.2` -> `18.0.0`
- `@apollo/experimental-nextjs-app-support`: `^0.4.1` -> `^0.5.0`
- `next`: `^12.1.6` -> `^14.0.0`
- `react`: `^17.0.2` -> `^18.0.0`
- `react-dom`: `^17.0.2` -> `^18.0.0`
6 changes: 2 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions packages/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,17 @@
"module": "dist/mjs/index.js",
"types": "dist/mjs/index.d.ts",
"peerDependencies": {
"@apollo/client": ">=3.6.6",
"@faustwp/core": ">=1.1.0",
"@wordpress/style-engine": ">=1.18.0",
"next": ">=12.1.6",
"react": ">=17.0.2",
"react-dom": ">=17.0.2"
"react-dom": ">=17.0.2",
"@wordpress/style-engine": ">=1.18.0",
"@apollo/client": ">=3.6.6",
"next": ">=12.1.6"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@types/node": "^18.0.6",
"@types/react": "^17.0.34",
"next": "^12.3.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^4.4.0"
Expand Down

0 comments on commit bc46759

Please sign in to comment.