Skip to content

Commit

Permalink
Chore: Update block-support dependencies (#1665)
Browse files Browse the repository at this point in the history
  • Loading branch information
theodesp authored Nov 30, 2023
1 parent 4d1a471 commit ca70f1e
Show file tree
Hide file tree
Showing 2 changed files with 3,487 additions and 428 deletions.
20 changes: 10 additions & 10 deletions examples/next/block-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
"start": "faust start"
},
"dependencies": {
"@apollo/client": "^3.6.6",
"@apollo/client": "^3.8.8",
"@faustwp/blocks": "2.0.0",
"@faustwp/cli": "^1.2.0",
"@faustwp/core": "^1.2.0",
"@wordpress/base-styles": "^4.26.0",
"@wordpress/block-library": "^7.19.0",
"@wordpress/base-styles": "^4.38.0",
"@wordpress/block-library": "^8.24.0",
"classnames": "^2.3.1",
"graphql": "^16.6.0",
"next": "^12.1.6",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"graphql": "^16.8.1",
"next": "^14.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.54.9"
},
"devDependencies": {
"@wordpress/scripts": "26.12.0",
"@wordpress/scripts": "26.18.0",
"@faustwp/block-editor-utils": "0.0.5"
},
"engines": {
"node": ">=16",
"npm": ">=8"
"node": ">=18",
"npm": ">=10"
}
}
Loading

0 comments on commit ca70f1e

Please sign in to comment.