mirror of
https://github.com/rjNemo/phoenix_chat
synced 2026-06-06 10:26:42 +00:00
Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependency [node-sass](https://github.com/sass/node-sass). These dependencies need to be updated together. Removes `tough-cookie` Updates `node-sass` from 7.0.3 to 9.0.0 - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/node-sass/compare/v7.0.3...v9.0.0) --- updated-dependencies: - dependency-name: tough-cookie dependency-type: indirect - dependency-name: node-sass dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
30 lines
851 B
JSON
30 lines
851 B
JSON
{
|
|
"repository": {},
|
|
"description": " ",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"deploy": "webpack --mode production",
|
|
"watch": "webpack --mode development --watch"
|
|
},
|
|
"dependencies": {
|
|
"phoenix": "file:../deps/phoenix",
|
|
"phoenix_html": "file:../deps/phoenix_html",
|
|
"phoenix_live_view": "file:../deps/phoenix_live_view",
|
|
"nprogress": "^0.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.0.0",
|
|
"@babel/preset-env": "^7.0.0",
|
|
"babel-loader": "^8.3.0",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"css-loader": "^6.7.3",
|
|
"sass-loader": "^13.2.0",
|
|
"node-sass": "^9.0.0",
|
|
"hard-source-webpack-plugin": "^0.13.1",
|
|
"mini-css-extract-plugin": "^2.7.2",
|
|
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
|
"terser-webpack-plugin": "^2.3.2",
|
|
"webpack": "5.76.0",
|
|
"webpack-cli": "^5.0.1"
|
|
}
|
|
}
|