Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
chore: bumps payload deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsfletch committed Nov 16, 2022
1 parent 67f07e2 commit e18f4c9
Show file tree
Hide file tree
Showing 5 changed files with 3,891 additions and 4,171 deletions.
1 change: 0 additions & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"generate:types": "cross-env PAYLOAD_CONFIG_PATH=src/payload.config.ts payload generate:types"
},
"dependencies": {
"@payloadcms/plugin-form-builder": "^1.0.6",
"deepmerge": "^4.2.2",
"dotenv": "^8.2.0",
"express": "^4.17.1",
Expand Down
2 changes: 1 addition & 1 deletion demo/src/payload.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { buildConfig } from 'payload/config';
import path from 'path';
// import formBuilderPlugin from '@payloadcms/plugin-form-builder';
// import formBuilderPlugin from '../../dist';
import formBuilderPlugin from '../../src';
import { Users } from './collections/Users';
import { Pages } from './collections/Pages';
Expand Down
Loading

0 comments on commit e18f4c9

Please sign in to comment.