Skip to content

Commit

Permalink
Merge pull request #517 from ghiscoding/feat/npm-update-20211005
Browse files Browse the repository at this point in the history
chore(deps): update few npm packages
  • Loading branch information
ghiscoding authored Oct 5, 2021
2 parents 52f7873 + cf16bf2 commit ed6bc7c
Show file tree
Hide file tree
Showing 6 changed files with 110 additions and 122 deletions.
8 changes: 4 additions & 4 deletions examples/webpack-demo-vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@
"html-loader": "^2.1.2",
"html-webpack-plugin": "5.3.2",
"mini-css-extract-plugin": "^2.3.0",
"rxjs": "^7.3.0",
"rxjs": "^7.3.1",
"sass": "^1.42.1",
"sass-loader": "^12.1.0",
"style-loader": "^3.3.0",
"ts-loader": "^9.2.6",
"ts-node": "^10.2.1",
"url-loader": "^4.1.1",
"webpack": "^5.55.1",
"webpack": "^5.57.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.3.0"
"webpack-dev-server": "^4.3.1"
}
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^16.10.2",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"cypress": "^8.5.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.24.2",
Expand All @@ -77,7 +77,7 @@
"mocha": "^9.1.2",
"mochawesome": "^6.3.0",
"npm-run-all": "^4.1.5",
"rxjs": "^7.3.0",
"rxjs": "^7.3.1",
"serve": "^12.0.1",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@
"@types/dompurify": "^2.3.1",
"@types/jquery": "^3.5.6",
"@types/moment": "^2.13.0",
"autoprefixer": "^10.3.6",
"autoprefixer": "^10.3.7",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"mini-css-extract-plugin": "^2.3.0",
"nodemon": "^2.0.13",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.8",
"postcss": "^8.3.9",
"postcss-cli": "^9.0.1",
"rimraf": "^3.0.2",
"sass": "^1.42.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/rxjs-observable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
],
"dependencies": {
"@slickgrid-universal/common": "^0.18.0",
"rxjs": "^7.3.0"
"rxjs": "^7.3.1"
},
"devDependencies": {
"cross-env": "^7.0.3",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"ts-loader": "^9.2.6",
"webpack": "^5.55.1"
"webpack": "^5.57.0"
}
}
}
Loading

0 comments on commit ed6bc7c

Please sign in to comment.