Skip to content

Commit aaaea5d

Browse files
committed
Merge branch 'dev' of https://github.com/stylescape/example-webpack into dev
2 parents 157a2cd + 0cd4ed7 commit aaaea5d

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/deploy_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
-
2626
name: Setup Python
27-
uses: actions/setup-python@v5
27+
uses: actions/setup-python@v6
2828
with:
2929
python-version: 3.x
3030

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "npm run build"
1515
},
1616
"dependencies": {
17-
"stylescape": "^0.1.44"
17+
"stylescape": "^0.1.51"
1818
},
1919
"devDependencies": {
2020
"autoprefixer": "^10.4.21",

0 commit comments

Comments
 (0)