-
- Downloads
update packages
- use sass instead of node sass
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
... | @@ -113,16 +113,16 @@ | ... | @@ -113,16 +113,16 @@ |
"http-server": "^13.0.2", | "http-server": "^13.0.2", | ||
"jest": "^27.2.4", | "jest": "^27.2.4", | ||
"mini-css-extract-plugin": "^2.3.0", | "mini-css-extract-plugin": "^2.3.0", | ||
"node-sass": "^6.0.1", | |||
"path-browserify": "^1.0.1", | "path-browserify": "^1.0.1", | ||
"raw-loader": "^4.0.2", | "raw-loader": "^4.0.2", | ||
"sass-loader": "^12.1.0", | "sass": "^1.43.4", | ||
"sass-loader": "^12.3.0", | |||
"simple-git": "^2.46.0", | "simple-git": "^2.46.0", | ||
"stream-browserify": "^3.0.0", | "stream-browserify": "^3.0.0", | ||
"style-loader": "^3.3.0", | "style-loader": "^3.3.0", | ||
"ts-jest": "^27.0.5", | "ts-jest": "^27.0.5", | ||
"typescript": "^4.4.3", | "typescript": "^4.5.2", | ||
"webpack": "^5.56.0", | "webpack": "^5.64.1", | ||
"webpack-cli": "^4.8.0", | "webpack-cli": "^4.8.0", | ||
"webpack-version-file-plugin": "^0.4.0" | "webpack-version-file-plugin": "^0.4.0" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment