Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ataromoku committed Jul 4, 2024
1 parent d1c209d commit 7746db2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
},
"version": "3.1.0",
"dependencies": {
"@brightspace-ui/core": "^2",
"@brightspace-ui/inputs": "^3",
"@brightspace-ui/core": "^3",
"@brightspace-ui/inputs": "^4",
"@brightspace-ui/intl": "^3",
"@brightspace-ui/localize-behavior": "^2",
"@polymer/iron-a11y-keys": "^3.0.1",
Expand All @@ -43,5 +43,10 @@
"@polymer/polymer": "^3.1.0",
"@vaadin/vaadin-date-picker": "github:Brightspace/vaadin-date-picker#3.3",
"fastdom": "^1.0.8"
}
},
"overrides": {
"lit-element": "^4",
"lit-html": "^3",
"lit": "^3"
}
}

0 comments on commit 7746db2

Please sign in to comment.