Skip to content

Commit 05fa3dc

Browse files
Bump scss-tokenizer and node-sass in /openhtf/output/web_gui (#1024)
* Bump scss-tokenizer and node-sass in /openhtf/output/web_gui Bumps [scss-tokenizer](https://github.com/sasstools/scss-tokenizer) and [node-sass](https://github.com/sass/node-sass). These dependencies needed to be updated together. Updates `scss-tokenizer` from 0.2.3 to 0.4.3 - [Release notes](https://github.com/sasstools/scss-tokenizer/releases) - [Commits](sasstools/scss-tokenizer@v0.2.3...v0.4.3) Updates `node-sass` from 4.8.3 to 7.0.3 - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](sass/node-sass@v4.8.3...v7.0.3) --- updated-dependencies: - dependency-name: scss-tokenizer dependency-type: indirect - dependency-name: node-sass dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * Remove node version 9 restriction to allow scss and sass update Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: glados-verma <[email protected]>
1 parent 141d990 commit 05fa3dc

File tree

3 files changed

+1861
-277
lines changed

3 files changed

+1861
-277
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,5 @@ jobs:
6767
steps:
6868
- uses: actions/checkout@v3
6969
- uses: actions/setup-node@v3
70-
with:
71-
node-version: 9
7270
- run: npm install
7371
- run: npm run build

0 commit comments

Comments
 (0)