Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into autoprefixer
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Nov 16, 2021
2 parents 35d5299 + c0d5d80 commit ebf88dc
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci-check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: ci-check

on: [push, pull_request]
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

concurrency:
group: ci-check-${{ github.ref }}
Expand Down
Binary file not shown.
Binary file not shown.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@
"wca": "web-component-analyzer analyze src --outFile custom-elements.json"
},
"resolutions": {
"babel-plugin-transform-vue-jsx": "^4.0.0",
"lit-html": "^1.4.0"
"babel-plugin-transform-vue-jsx": "^4.0.0"
},
"dependencies": {
"@babel/runtime": "^7.16.0",
Expand Down Expand Up @@ -224,7 +223,7 @@
"karma-webpack": "^4.0.0",
"lint-staged": "^10.5.4",
"magic-string": "~0.25.7",
"mini-css-extract-plugin": "~0.5.0",
"mini-css-extract-plugin": "~0.12.0",
"mkdirp": "~0.5.5",
"morgan": "^1.8.0",
"null-loader": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"config:base",
":maintainLockFilesWeekly"
],
"rangeStrategy": "bump"
"rangeStrategy": "replace"
}
11 changes: 6 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15303,7 +15303,7 @@ lit-element@^2.5.1:
dependencies:
lit-html "^1.1.1"

lit-html@^1.1.1, lit-html@^1.4.0, lit-html@^1.4.1:
lit-html@^1.1.1, lit-html@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-1.4.1.tgz#0c6f3ee4ad4eb610a49831787f0478ad8e9ae5e0"
integrity sha512-B9btcSgPYb1q4oSOb/PrOT6Z/H+r6xuNzfH4lFli/AWhYwdtrgQkQWBbIc6mdnf6E2IL3gDXdkkqNktpU0OZQA==
Expand Down Expand Up @@ -16127,12 +16127,13 @@ mini-css-extract-plugin@0.8.0:
schema-utils "^1.0.0"
webpack-sources "^1.1.0"

mini-css-extract-plugin@~0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.5.0.tgz#ac0059b02b9692515a637115b0cc9fed3a35c7b0"
integrity sha512-IuaLjruM0vMKhUUT51fQdQzBYTX49dLj8w68ALEAe2A4iYNpIC4eMac67mt3NzycvjOlf07/kYxJDc0RTl1Wqw==
mini-css-extract-plugin@~0.12.0:
version "0.12.0"
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.12.0.tgz#ddeb74fd6304ca9f99c1db74acc7d5b507705454"
integrity sha512-z6PQCe9rd1XUwZ8gMaEVwwRyZlrYy8Ba1gRjFP5HcV51HkXX+XlwZ+a1iAYTjSYwgNBXoNR7mhx79mDpOn5fdw==
dependencies:
loader-utils "^1.1.0"
normalize-url "1.9.1"
schema-utils "^1.0.0"
webpack-sources "^1.1.0"

Expand Down

0 comments on commit ebf88dc

Please sign in to comment.