Skip to content

Commit

Permalink
BREAKING CHANGE: upgrade core to version 2 (#38)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: upgrade core to version 2


* package-lock update
  • Loading branch information
annabelsegalld2l committed Mar 21, 2022
1 parent 3fc1418 commit 78420d8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 15 deletions.
40 changes: 27 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"homepage": "https://github.com/Brightspace/d2l-seek-bar",
"name": "@d2l/seek-bar",
"version": "1.3.0",
"version": "2.0.0",
"scripts": {
"lint": "npm run lint:wc && npm run lint:js",
"lint:js": "eslint . --ext .js,.html test/**/*.js test/**/*.html demo/**/*.js demo/**/*.html",
Expand Down Expand Up @@ -36,7 +36,7 @@
"type-detect": "1.0.0"
},
"dependencies": {
"@brightspace-ui/core": "^1.230.0",
"@brightspace-ui/core": "^2",
"@polymer/iron-a11y-keys-behavior": "^3.0.0-pre.18",
"@polymer/iron-flex-layout": "^3.0.0-pre.18",
"@polymer/iron-range-behavior": "^3.0.0-pre.18",
Expand Down

0 comments on commit 78420d8

Please sign in to comment.