Skip to content

Commit

Permalink
npm updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Griffin committed Nov 24, 2021
1 parent f9cf5be commit ff380a9
Show file tree
Hide file tree
Showing 50 changed files with 55,517 additions and 125,364 deletions.
7,444 changes: 1,958 additions & 5,486 deletions 1_Essentials/11_Groups/package-lock.json

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions 1_Essentials/11_Groups/package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"name": "Scaffold.Web",
"version": "1.0.0",
"private": true,
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --mode=development --watch",
"release": "webpack --mode=production",
"publish": "npm run release && dotnet publish -c Release"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"clean-webpack-plugin": "3.0.0",
"css-loader": "3.4.2",
"html-webpack-plugin": "3.2.0",
"mini-css-extract-plugin": "0.9.0",
"ts-loader": "6.2.1",
"typescript": "3.7.5",
"webpack": "4.41.5",
"webpack-cli": "3.3.10"
},
"dependencies": {
"@microsoft/signalr": "^5.0.0"
}
}
{
"name": "Scaffold.Web",
"version": "1.0.0",
"private": true,
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --mode=development --watch",
"release": "webpack --mode=production",
"publish": "npm run release && dotnet publish -c Release"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"clean-webpack-plugin": "4.0.0",
"css-loader": "6.5.1",
"html-webpack-plugin": "5.5.0",
"mini-css-extract-plugin": "2.4.5",
"ts-loader": "9.2.6",
"typescript": "4.5.2",
"webpack": "5.64.3",
"webpack-cli": "4.9.1"
},
"dependencies": {
"@microsoft/signalr": "^6.0.0"
}
}
Loading

0 comments on commit ff380a9

Please sign in to comment.