Skip to content

Commit

Permalink
Update node-sass
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Mohamad committed Nov 11, 2024
1 parent 6ad5830 commit 13f0739
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"test": "jest",
"test:watch": "jest --watchAll",
"npm": "webpack --config ./webpack.config.npm.js",
"docs": "webpack --config ./webpack.config.docs.js"
"docs": "webpack --config ./webpack.config.docs.js",
"build-css": "node-sass src/styles -o dist/styles"
},
"devDependencies": {
"@babel/preset-env": "^7.4.5",
Expand All @@ -29,10 +30,10 @@
"enzyme-adapter-react-16": "^1.15.6",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.4",
"node-sass": "^4.14.1",
"node-sass": "^6.0.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"sass-loader": "^7.1.0",
"sass-loader": "^10.1.1",
"style-loader": "^0.23.1",
"ts-jest": "^27.0.4",
"ts-loader": "^8.1.0",
Expand All @@ -51,8 +52,7 @@
"mobx-utils": "^5.5.5",
"react-linkify": "^1.0.0-alpha",
"react-markdown": "^4.0.8",
"uri-join": "^1.0.1",
"vss-web-extension-sdk": "^5.141.0"
"uri-join": "^1.0.1"
},
"peerDependencies": {
"react": "^16.8.6",
Expand Down

0 comments on commit 13f0739

Please sign in to comment.