Skip to content

Commit

Permalink
Update default packages in example project (#1896)
Browse files Browse the repository at this point in the history
* Update default packages in example project

* Update package-lock for changes in Getting started example.
  • Loading branch information
ChrisWiegman authored Jun 4, 2024
1 parent 2c581ad commit 18f2df7
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 45 deletions.
10 changes: 5 additions & 5 deletions examples/next/faustwp-getting-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"start": "faust start"
},
"dependencies": {
"@apollo/client": "^3.6.6",
"@apollo/client": "^3.10.4",
"@faustwp/cli": "^3.0.2",
"@faustwp/core": "^3.0.1",
"@wordpress/base-styles": "^4.36.0",
"@wordpress/base-styles": "^4.49.0",
"@wordpress/block-library": "^7.19.0",
"classnames": "^2.3.1",
"graphql": "^16.6.0",
"classnames": "^2.5.1",
"graphql": "^16.8.1",
"next": "^12.3.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.54.9"
"sass": "^1.77.3"
},
"devDependencies": {
"next-secure-headers": "^2.2.0"
Expand Down
Loading

0 comments on commit 18f2df7

Please sign in to comment.