Skip to content

Commit

Permalink
BREAKING CHANGE: Upgrade to Lit 3 (#55)
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
Upgrade to Lit 3
  • Loading branch information
ataromoku authored Jul 4, 2024
2 parents d1c209d + 7746db2 commit a7f32ca
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 a7f32ca

Please sign in to comment.