Skip to content

Commit

Permalink
dependencies update: adjusted to the new (non-documented) API for SAS…
Browse files Browse the repository at this point in the history
…S 1.63.x
  • Loading branch information
tobiu committed Jun 12, 2023
1 parent c916ad6 commit 4460164
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 35 deletions.
2 changes: 1 addition & 1 deletion buildScripts/buildThemes.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import fs from 'fs-extra';
import inquirer from 'inquirer';
import path from 'path';
import postcss from 'postcss';
import sass from 'sass';
import * as sass from 'sass';

const __dirname = path.resolve(),
cwd = process.cwd(),
Expand Down
2 changes: 1 addition & 1 deletion buildScripts/watchThemes.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import chalk from 'chalk';
import fs from 'fs-extra';
import path from 'path';
import postcss from 'postcss';
import sass from 'sass';
import * as sass from 'sass';

let cwd = process.cwd(),
requireJson = path => JSON.parse(fs.readFileSync((path))),
Expand Down
81 changes: 50 additions & 31 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"neo-jsdoc": "^1.0.1",
"neo-jsdoc-x": "^1.0.5",
"postcss": "^8.4.24",
"sass": "1.62.1",
"sass": "1.63.3",
"webpack": "^5.86.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "4.15.1",
Expand All @@ -65,7 +65,7 @@
},
"devDependencies": {
"siesta-lite": "5.5.2",
"url": "^0.11.0"
"url": "^0.11.1"
},
"funding": {
"type": "GitHub Sponsors",
Expand Down

0 comments on commit 4460164

Please sign in to comment.