Skip to content

Commit

Permalink
Bump sass to 1.63.6
Browse files Browse the repository at this point in the history
  • Loading branch information
janslifka committed Jun 27, 2023
1 parent 30389b9 commit e1f21d8
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion engine-wizard/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk --purge del curl

# Install dart-sass
RUN apk add --update npm
RUN npm install -g [email protected].3
RUN npm install -g [email protected].6

# Dependencies needed to rebuild styles
COPY node_modules/bootstrap src/~bootstrap
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"html-webpack-plugin": "^5.5.1",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.7.6",
"sass": "^1.63.3",
"sass": "^1.63.6",
"sass-loader": "^13.2.2",
"terser-webpack-plugin": "^5.3.9",
"uglify-js": "^3.17.4",
Expand Down
14 changes: 7 additions & 7 deletions wizard-style-builder/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wizard-style-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"fs-extra": "^11.1.1",
"helmet": "^7.0.0",
"morgan": "^1.10.0",
"sass": "^1.63.3"
"sass": "^1.63.6"
},
"devDependencies": {
"jest": "^29.5.0",
Expand Down

0 comments on commit e1f21d8

Please sign in to comment.