Skip to content

Commit

Permalink
Updating the versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshibobade21 committed Sep 26, 2024
1 parent 76fcc5f commit 5a440d7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"@angular/material": "~18.0.0",
"@angular/platform-browser": "~18.0.0",
"@angular/router": "~18.0.0",
"carbon-components": "^10.58.15",
"primeng": "^17.18.10",
"lodash": "^4.17.21"
"carbon-components": "~10.58.15",
"primeng": "~17.18.10",
"lodash": "~4.17.21"
},
"devDependencies": {
"angular2-template-loader": "~0.6.2",
Expand Down
6 changes: 3 additions & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ var config = {
use: [
'style-loader',
{
loader: 'css-loader',
options: {
sourceMap: false,
'loader': 'css-loader',
'options': {
'sourceMap': false,
},
},
'sass-loader',
Expand Down

0 comments on commit 5a440d7

Please sign in to comment.