-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
38540b2
commit 7d62f08
Showing
6 changed files
with
336 additions
and
347 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,7 +72,7 @@ jobs: | |
run: bin/daux generate --format=html-file --destination=static-single | ||
|
||
- name: Setup Node.js | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version: '20.x' | ||
cache: 'yarn' | ||
|
646 changes: 323 additions & 323 deletions
646
.yarn/releases/yarn-4.0.0.cjs → .yarn/releases/yarn-4.0.1.cjs
100644 → 100755
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"@swissquote/crafty": "1.23.0", | ||
"@swissquote/crafty-preset-babel": "1.23.0", | ||
"@swissquote/crafty-preset-postcss": "1.23.0", | ||
"@swissquote/crafty-runner-gulp": "1.22.3", | ||
"@swissquote/crafty-runner-gulp": "1.23.0", | ||
"@swissquote/crafty-runner-rollup": "1.22.3", | ||
"flexsearch": "^0.7.0", | ||
"katex": "^0.16.4", | ||
|
@@ -24,5 +24,5 @@ | |
"lint:js": "crafty jsLint --fix src/js/**/*.js", | ||
"lint:css": "crafty cssLint --fix --preset recommended themes/daux_singlepage/scss/*.scss themes/daux/scss/*.scss" | ||
}, | ||
"packageManager": "[email protected].0" | ||
"packageManager": "[email protected].1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters