Skip to content

Commit

Permalink
Add dayjs to blueprint example dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeboone02 committed Oct 25, 2023
1 parent 4e3a99a commit 5be8043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/blueprint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"@blueprintjs/icons": ">=5",
"@blueprintjs/select": ">=5",
"@react-querybuilder/blueprint": "^6.5.3",
"dayjs": ">=1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-querybuilder": "^6.5.3"
Expand Down
1 change: 1 addition & 0 deletions examples/exampleConfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export const configs: Record<string, ExampleConfig> = {
'@blueprintjs/datetime2',
'@blueprintjs/icons',
'@blueprintjs/select',
'dayjs',
],
scssPre: [
`@import '@blueprintjs/icons/src/blueprint-icons.scss';`,
Expand Down

0 comments on commit 5be8043

Please sign in to comment.