Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit dc82f21

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # package-lock.json # package.json # yarn.lock
2 parents 70eb19a + 7ae4682 commit dc82f21

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/quality-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 10
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3.0.1
15+
uses: actions/checkout@v3.0.2
1616
- name: Cache Pre-commit
1717
uses: actions/cache@v3
1818
with:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "material-dev-tools",
3-
"version": "6.0.5",
3+
"version": "6.0.6",
44
"description": "Material Theme for Devtools",
55
"main": "devtools.html",
66
"author": "Elior Boukhobza <heliosaian@gmail.com>",
@@ -26,7 +26,7 @@
2626
"release": "gulp release"
2727
},
2828
"devDependencies": {
29-
"@rollup/plugin-commonjs": "21.0.3",
29+
"@rollup/plugin-commonjs": "22.0.2",
3030
"@rollup/plugin-node-resolve": "13.2.0",
3131
"gulp": "4.0.2",
3232
"gulp-clean": "0.4.0",

0 commit comments

Comments
 (0)