mirror of
https://github.com/material-components/material-web.git
synced 2026-01-09 07:21:09 +08:00
chore: bump to MDC v14.0.0 (#3391)
This commit is contained in:
parent
468d997a22
commit
79d08ca5df
45
.github/workflows/bump-mdc-deps.yml
vendored
45
.github/workflows/bump-mdc-deps.yml
vendored
@ -1,45 +0,0 @@
|
||||
name: bump-mdc-deps
|
||||
|
||||
on:
|
||||
schedule:
|
||||
# Run every 3 hours.
|
||||
- cron: '0 */3 * * *'
|
||||
|
||||
jobs:
|
||||
bump:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 14
|
||||
|
||||
- name: NPM install
|
||||
# Don't run postinstall because we don't need to install sub-packages.
|
||||
run: npm ci --ignore-scripts
|
||||
|
||||
- name: Build scripts
|
||||
run: npm run build:scripts
|
||||
|
||||
- name: Bump MDC deps
|
||||
id: bump
|
||||
# Note this script sets the "new-mdc-version" GitHub Action output.
|
||||
run: npm run bump-all-mdc-web-deps
|
||||
|
||||
- name: Create PR
|
||||
if: steps.bump.outputs.new-mdc-version != ''
|
||||
# TODO Avoid this third-party action if possible. Can we install and use
|
||||
# https://github.com/github/hub instead?
|
||||
uses: peter-evans/create-pull-request@v1.5.2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.TEDIUM_BOT_GITHUB_ACCESS_TOKEN }}
|
||||
COMMIT_MESSAGE: Auto bump MDC Web deps to ${{ steps.bump.outputs.new-mdc-version }}
|
||||
# TODO Find or make an account that is whitelisted to not trigger the# CLA check.
|
||||
COMMIT_AUTHOR_EMAIL: format-bot@polymer-project.org
|
||||
COMMIT_AUTHOR_NAME: Polymer GitHub Actions Robot
|
||||
PULL_REQUEST_TITLE: Auto bump MDC Web deps to ${{ steps.bump.outputs.new-mdc-version }}
|
||||
PULL_REQUEST_BODY: This PR was auto generated by the bump-mdc-deps GitHub action.
|
||||
PULL_REQUEST_REVIEWERS: asyncliz,dfreedm,taylor-vann
|
||||
PULL_REQUEST_BRANCH: auto-bump-mdc-deps-${{ steps.bump.outputs.new-mdc-version }}
|
||||
BRANCH_SUFFIX: none
|
||||
@ -11,16 +11,16 @@
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@material/base": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/dom": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/base": "=14.0.0",
|
||||
"@material/dom": "=14.0.0",
|
||||
"lit": "^2.0.0",
|
||||
"tslib": "^2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@material/elevation": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/feature-targeting": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/ripple": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/theme": "=14.0.0-canary.53b3cad2f.0"
|
||||
"@material/elevation": "=14.0.0",
|
||||
"@material/feature-targeting": "=14.0.0",
|
||||
"@material/ripple": "=14.0.0",
|
||||
"@material/theme": "=14.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@ -25,11 +25,11 @@
|
||||
"build:style": "node ../../scripts/sass-to-lit-css/index.js styles.scss demo_styles.scss"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@material/button": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/elevation": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/ripple": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/shape": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/theme": "=14.0.0-canary.53b3cad2f.0"
|
||||
"@material/button": "=14.0.0",
|
||||
"@material/elevation": "=14.0.0",
|
||||
"@material/ripple": "=14.0.0",
|
||||
"@material/shape": "=14.0.0",
|
||||
"@material/theme": "=14.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@ -25,9 +25,9 @@
|
||||
"build:style": "node ../../scripts/sass-to-lit-css/index.js mwc-checkbox.scss"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@material/checkbox": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/theme": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/touch-target": "=14.0.0-canary.53b3cad2f.0"
|
||||
"@material/checkbox": "=14.0.0",
|
||||
"@material/theme": "=14.0.0",
|
||||
"@material/touch-target": "=14.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@ -16,10 +16,10 @@
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@material/circular-progress": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/circular-progress": "=14.0.0",
|
||||
"@material/mwc-base": "^0.25.3",
|
||||
"@material/mwc-circular-progress": "^0.25.3",
|
||||
"@material/theme": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/theme": "=14.0.0",
|
||||
"lit": "^2.0.0",
|
||||
"tslib": "^2.0.1"
|
||||
},
|
||||
|
||||
@ -16,9 +16,9 @@
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@material/circular-progress": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/circular-progress": "=14.0.0",
|
||||
"@material/mwc-base": "^0.25.3",
|
||||
"@material/theme": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/theme": "=14.0.0",
|
||||
"lit": "^2.0.0",
|
||||
"tslib": "^2.0.1"
|
||||
},
|
||||
|
||||
@ -16,8 +16,8 @@
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@material/dialog": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/dom": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/dialog": "=14.0.0",
|
||||
"@material/dom": "=14.0.0",
|
||||
"@material/mwc-base": "^0.25.3",
|
||||
"@material/mwc-button": "^0.25.3",
|
||||
"blocking-elements": "^0.1.0",
|
||||
@ -29,11 +29,11 @@
|
||||
"build:style": "node ../../scripts/sass-to-lit-css/index.js mwc-dialog.scss"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@material/elevation": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/feature-targeting": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/rtl": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/shape": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/theme": "=14.0.0-canary.53b3cad2f.0"
|
||||
"@material/elevation": "=14.0.0",
|
||||
"@material/feature-targeting": "=14.0.0",
|
||||
"@material/rtl": "=14.0.0",
|
||||
"@material/shape": "=14.0.0",
|
||||
"@material/theme": "=14.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@material/drawer": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/drawer": "=14.0.0",
|
||||
"@material/mwc-base": "^0.25.3",
|
||||
"blocking-elements": "^0.1.0",
|
||||
"lit": "^2.0.0",
|
||||
@ -27,7 +27,7 @@
|
||||
"build:style": "node ../../scripts/sass-to-lit-css/index.js mwc-drawer.scss"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@material/theme": "=14.0.0-canary.53b3cad2f.0"
|
||||
"@material/theme": "=14.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@ -21,8 +21,8 @@
|
||||
"tslib": "^2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@material/elevation": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/theme": "=14.0.0-canary.53b3cad2f.0"
|
||||
"@material/elevation": "=14.0.0",
|
||||
"@material/theme": "=14.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build:style": "node ../../scripts/sass-to-lit-css/index.js mwc-elevation-overlay.scss"
|
||||
|
||||
@ -21,16 +21,16 @@
|
||||
"tslib": "^2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@material/animation": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/elevation": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/fab": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/animation": "=14.0.0",
|
||||
"@material/elevation": "=14.0.0",
|
||||
"@material/fab": "=14.0.0",
|
||||
"@material/mwc-base": "^0.25.3",
|
||||
"@material/mwc-icon": "^0.25.3",
|
||||
"@material/ripple": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/rtl": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/shape": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/theme": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/tokens": "=14.0.0-canary.53b3cad2f.0"
|
||||
"@material/ripple": "=14.0.0",
|
||||
"@material/rtl": "=14.0.0",
|
||||
"@material/shape": "=14.0.0",
|
||||
"@material/theme": "=14.0.0",
|
||||
"@material/tokens": "=14.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build:style": "node ../../scripts/sass-to-lit-css/index.js mwc-fab.scss"
|
||||
|
||||
@ -16,15 +16,15 @@
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@material/floating-label": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/floating-label": "=14.0.0",
|
||||
"lit": "^2.0.0",
|
||||
"tslib": "^2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@material/animation": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/base": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/rtl": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/typography": "=14.0.0-canary.53b3cad2f.0"
|
||||
"@material/animation": "=14.0.0",
|
||||
"@material/base": "=14.0.0",
|
||||
"@material/rtl": "=14.0.0",
|
||||
"@material/typography": "=14.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build:style": "node ../../scripts/sass-to-lit-css/index.js mwc-floating-label.scss"
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@material/form-field": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/form-field": "=14.0.0",
|
||||
"@material/mwc-base": "^0.25.3",
|
||||
"lit": "^2.0.0",
|
||||
"tslib": "^2.0.1"
|
||||
@ -25,9 +25,9 @@
|
||||
"@material/mwc-checkbox": "^0.25.3",
|
||||
"@material/mwc-radio": "^0.25.3",
|
||||
"@material/mwc-switch": "^0.25.3",
|
||||
"@material/rtl": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/theme": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/typography": "=14.0.0-canary.53b3cad2f.0"
|
||||
"@material/rtl": "=14.0.0",
|
||||
"@material/theme": "=14.0.0",
|
||||
"@material/typography": "=14.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build:style": "node ../../scripts/sass-to-lit-css/index.js mwc-formfield.scss"
|
||||
|
||||
@ -24,12 +24,12 @@
|
||||
"build:style": "node ../../scripts/sass-to-lit-css/index.js mwc-icon-button.scss"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@material/feature-targeting": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/icon-button": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/feature-targeting": "=14.0.0",
|
||||
"@material/icon-button": "=14.0.0",
|
||||
"@material/mwc-base": "^0.25.3",
|
||||
"@material/mwc-icon": "^0.25.3",
|
||||
"@material/ripple": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/theme": "=14.0.0-canary.53b3cad2f.0"
|
||||
"@material/ripple": "=14.0.0",
|
||||
"@material/theme": "=14.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@material/line-ripple": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/line-ripple": "=14.0.0",
|
||||
"lit": "^2.0.0",
|
||||
"tslib": "^2.0.1"
|
||||
},
|
||||
|
||||
@ -16,9 +16,9 @@
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@material/linear-progress": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/linear-progress": "=14.0.0",
|
||||
"@material/mwc-base": "^0.25.3",
|
||||
"@material/theme": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/theme": "=14.0.0",
|
||||
"lit": "^2.0.0",
|
||||
"tslib": "^2.0.1"
|
||||
},
|
||||
|
||||
@ -11,9 +11,9 @@
|
||||
"module": "mwc-list.js",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@material/base": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/dom": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/list": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/base": "=14.0.0",
|
||||
"@material/dom": "=14.0.0",
|
||||
"@material/list": "=14.0.0",
|
||||
"@material/mwc-base": "^0.25.3",
|
||||
"@material/mwc-checkbox": "^0.25.3",
|
||||
"@material/mwc-radio": "^0.25.3",
|
||||
@ -27,14 +27,14 @@
|
||||
"directory": "packages/list"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@material/density": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/feature-targeting": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/density": "=14.0.0",
|
||||
"@material/feature-targeting": "=14.0.0",
|
||||
"@material/mwc-icon": "^0.25.3",
|
||||
"@material/mwc-menu": "^0.25.3",
|
||||
"@material/ripple": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/rtl": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/theme": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/typography": "=14.0.0-canary.53b3cad2f.0"
|
||||
"@material/ripple": "=14.0.0",
|
||||
"@material/rtl": "=14.0.0",
|
||||
"@material/theme": "=14.0.0",
|
||||
"@material/typography": "=14.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build:style": "node ../../scripts/sass-to-lit-css/index.js mwc-list.scss mwc-list-item.scss mwc-control-list-item.scss"
|
||||
|
||||
@ -11,12 +11,12 @@
|
||||
"module": "mwc-menu.js",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@material/menu": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/menu-surface": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/menu": "=14.0.0",
|
||||
"@material/menu-surface": "=14.0.0",
|
||||
"@material/mwc-base": "^0.25.3",
|
||||
"@material/mwc-list": "^0.25.3",
|
||||
"@material/shape": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/theme": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/shape": "=14.0.0",
|
||||
"@material/theme": "=14.0.0",
|
||||
"lit": "^2.0.0",
|
||||
"tslib": "^2.0.1"
|
||||
},
|
||||
@ -26,7 +26,7 @@
|
||||
"directory": "packages/menu"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@material/shape": "=14.0.0-canary.53b3cad2f.0"
|
||||
"@material/shape": "=14.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build:style": "node ../../scripts/sass-to-lit-css/index.js mwc-menu.scss mwc-menu-surface.scss"
|
||||
|
||||
@ -17,14 +17,14 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@material/mwc-base": "^0.25.3",
|
||||
"@material/notched-outline": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/notched-outline": "=14.0.0",
|
||||
"lit": "^2.0.0",
|
||||
"tslib": "^2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@material/rtl": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/shape": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/theme": "=14.0.0-canary.53b3cad2f.0"
|
||||
"@material/rtl": "=14.0.0",
|
||||
"@material/shape": "=14.0.0",
|
||||
"@material/theme": "=14.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build:style": "node ../../scripts/sass-to-lit-css/index.js mwc-notched-outline.scss"
|
||||
|
||||
@ -18,12 +18,12 @@
|
||||
"dependencies": {
|
||||
"@material/mwc-base": "^0.25.3",
|
||||
"@material/mwc-ripple": "^0.25.3",
|
||||
"@material/radio": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/radio": "=14.0.0",
|
||||
"lit": "^2.0.0",
|
||||
"tslib": "^2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@material/ripple": "=14.0.0-canary.53b3cad2f.0"
|
||||
"@material/ripple": "=14.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build:style": "node ../../scripts/sass-to-lit-css/index.js mwc-radio.scss"
|
||||
|
||||
@ -16,14 +16,14 @@
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@material/dom": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/dom": "=14.0.0",
|
||||
"@material/mwc-base": "^0.25.3",
|
||||
"@material/ripple": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/ripple": "=14.0.0",
|
||||
"lit": "^2.0.0",
|
||||
"tslib": "^2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@material/theme": "=14.0.0-canary.53b3cad2f.0"
|
||||
"@material/theme": "=14.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build:style": "node ../../scripts/sass-to-lit-css/index.js mwc-ripple.scss"
|
||||
|
||||
@ -16,10 +16,10 @@
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@material/dom": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/floating-label": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/line-ripple": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/list": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/dom": "=14.0.0",
|
||||
"@material/floating-label": "=14.0.0",
|
||||
"@material/line-ripple": "=14.0.0",
|
||||
"@material/list": "=14.0.0",
|
||||
"@material/mwc-base": "^0.25.3",
|
||||
"@material/mwc-floating-label": "^0.25.3",
|
||||
"@material/mwc-icon": "^0.25.3",
|
||||
@ -27,12 +27,12 @@
|
||||
"@material/mwc-list": "^0.25.3",
|
||||
"@material/mwc-menu": "^0.25.3",
|
||||
"@material/mwc-notched-outline": "^0.25.3",
|
||||
"@material/select": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/select": "=14.0.0",
|
||||
"lit": "^2.0.0",
|
||||
"tslib": "^2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@material/theme": "=14.0.0-canary.53b3cad2f.0"
|
||||
"@material/theme": "=14.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build:style": "node ../../scripts/sass-to-lit-css/index.js mwc-select.scss"
|
||||
|
||||
@ -16,10 +16,10 @@
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@material/dom": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/dom": "=14.0.0",
|
||||
"@material/mwc-base": "^0.25.3",
|
||||
"@material/mwc-ripple": "^0.25.3",
|
||||
"@material/slider": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/slider": "=14.0.0",
|
||||
"lit": "^2.0.0",
|
||||
"tslib": "^2.0.1"
|
||||
},
|
||||
|
||||
@ -17,13 +17,13 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@material/mwc-base": "^0.25.3",
|
||||
"@material/snackbar": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/snackbar": "=14.0.0",
|
||||
"lit": "^2.0.0",
|
||||
"tslib": "^2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@material/feature-targeting": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/rtl": "=14.0.0-canary.53b3cad2f.0"
|
||||
"@material/feature-targeting": "=14.0.0",
|
||||
"@material/rtl": "=14.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build:style": "node ../../scripts/sass-to-lit-css/index.js mwc-snackbar.scss"
|
||||
|
||||
@ -18,14 +18,14 @@
|
||||
"dependencies": {
|
||||
"@material/mwc-base": "^0.25.3",
|
||||
"@material/mwc-ripple": "^0.25.3",
|
||||
"@material/switch": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/switch": "=14.0.0",
|
||||
"lit": "^2.0.0",
|
||||
"tslib": "^2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@material/dom": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/ripple": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/theme": "=14.0.0-canary.53b3cad2f.0"
|
||||
"@material/dom": "=14.0.0",
|
||||
"@material/ripple": "=14.0.0",
|
||||
"@material/theme": "=14.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build:style": "node ../../scripts/sass-to-lit-css/index.js styles.scss && npm run build:styledeprecated",
|
||||
|
||||
@ -19,8 +19,8 @@
|
||||
"@material/mwc-base": "^0.25.3",
|
||||
"@material/mwc-tab": "^0.25.3",
|
||||
"@material/mwc-tab-scroller": "^0.25.3",
|
||||
"@material/tab": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/tab-bar": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/tab": "=14.0.0",
|
||||
"@material/tab-bar": "=14.0.0",
|
||||
"lit": "^2.0.0",
|
||||
"tslib": "^2.0.1"
|
||||
},
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@material/mwc-base": "^0.25.3",
|
||||
"@material/tab-indicator": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/tab-indicator": "=14.0.0",
|
||||
"lit": "^2.0.0",
|
||||
"tslib": "^2.0.1"
|
||||
},
|
||||
|
||||
@ -16,9 +16,9 @@
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@material/dom": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/dom": "=14.0.0",
|
||||
"@material/mwc-base": "^0.25.3",
|
||||
"@material/tab-scroller": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/tab-scroller": "=14.0.0",
|
||||
"lit": "^2.0.0",
|
||||
"tslib": "^2.0.1"
|
||||
},
|
||||
|
||||
@ -19,14 +19,14 @@
|
||||
"@material/mwc-base": "^0.25.3",
|
||||
"@material/mwc-ripple": "^0.25.3",
|
||||
"@material/mwc-tab-indicator": "^0.25.3",
|
||||
"@material/tab": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/tab": "=14.0.0",
|
||||
"lit": "^2.0.0",
|
||||
"tslib": "^2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@material/mwc-icon": "^0.25.3",
|
||||
"@material/ripple": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/rtl": "=14.0.0-canary.53b3cad2f.0"
|
||||
"@material/ripple": "=14.0.0",
|
||||
"@material/rtl": "=14.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build:style": "node ../../scripts/sass-to-lit-css/index.js mwc-tab.scss"
|
||||
|
||||
@ -16,22 +16,22 @@
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@material/floating-label": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/line-ripple": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/floating-label": "=14.0.0",
|
||||
"@material/line-ripple": "=14.0.0",
|
||||
"@material/mwc-base": "^0.25.3",
|
||||
"@material/mwc-floating-label": "^0.25.3",
|
||||
"@material/mwc-line-ripple": "^0.25.3",
|
||||
"@material/mwc-notched-outline": "^0.25.3",
|
||||
"@material/textfield": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/textfield": "=14.0.0",
|
||||
"lit": "^2.0.0",
|
||||
"tslib": "^2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@material/mwc-icon": "^0.25.3",
|
||||
"@material/notched-outline": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/ripple": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/shape": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/theme": "=14.0.0-canary.53b3cad2f.0"
|
||||
"@material/notched-outline": "=14.0.0",
|
||||
"@material/ripple": "=14.0.0",
|
||||
"@material/shape": "=14.0.0",
|
||||
"@material/theme": "=14.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build:style": "node ../../scripts/sass-to-lit-css/index.js mwc-textfield.scss"
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@material/mwc-top-app-bar": "^0.25.3",
|
||||
"@material/top-app-bar": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/top-app-bar": "=14.0.0",
|
||||
"lit": "^2.0.0",
|
||||
"tslib": "^2.0.1"
|
||||
},
|
||||
|
||||
@ -17,14 +17,14 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@material/mwc-base": "^0.25.3",
|
||||
"@material/top-app-bar": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/top-app-bar": "=14.0.0",
|
||||
"lit": "^2.0.0",
|
||||
"tslib": "^2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@material/animation": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/elevation": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/theme": "=14.0.0-canary.53b3cad2f.0"
|
||||
"@material/animation": "=14.0.0",
|
||||
"@material/elevation": "=14.0.0",
|
||||
"@material/theme": "=14.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build:style": "node ../../scripts/sass-to-lit-css/index.js mwc-top-app-bar.scss"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user