Skip to content

Commit

Permalink
feat(core): update few npm packages (#123)
Browse files Browse the repository at this point in the history
Co-authored-by: Ghislain Beaulac <[email protected]>
  • Loading branch information
ghiscoding and ghiscoding-SE authored Sep 15, 2020
1 parent bba0b80 commit 1c25b87
Show file tree
Hide file tree
Showing 6 changed files with 119 additions and 157 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 @@ -35,17 +35,17 @@
"devDependencies": {
"@types/jquery": "^3.5.1",
"@types/moment": "^2.13.0",
"@types/node": "^14.6.4",
"@types/node": "^14.10.2",
"@types/webpack": "^4.41.22",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.1.0",
"css-loader": "^4.3.0",
"file-loader": "^6.1.0",
"fork-ts-checker-webpack-plugin": "^5.1.0",
"fork-ts-checker-webpack-plugin": "^5.2.0",
"html-loader": "^1.3.0",
"html-webpack-plugin": "^4.4.1",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^0.11.1",
"mini-css-extract-plugin": "^0.11.2",
"node-sass": "4.14.1",
"sass-loader": "^10.0.2",
"style-loader": "^1.2.1",
Expand All @@ -56,4 +56,4 @@
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
},
"devDependencies": {
"@types/jest": "^26.0.13",
"@types/node": "^14.6.4",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^3.10.1",
"cypress": "^5.1.0",
"eslint": "^7.8.1",
"@types/node": "^14.10.2",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"cypress": "^5.2.0",
"eslint": "^7.9.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prefer-arrow": "^1.2.2",
"http-server": "^0.12.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"autoprefixer": "^9.8.6",
"copyfiles": "^2.3.0",
"cross-env": "^7.0.2",
"mini-css-extract-plugin": "^0.11.1",
"mini-css-extract-plugin": "^0.11.2",
"node-sass": "4.14.1",
"nodemon": "^2.0.4",
"npm-run-all": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/excel-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
],
"dependencies": {
"@slickgrid-universal/common": "^0.1.0",
"excel-builder-webpacker": "^1.0.6",
"excel-builder-webpacker": "^2.0.0",
"moment-mini": "^2.24.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"devDependencies": {
"@types/webpack": "^4.41.22",
"archiver": "^5.0.0",
"archiver": "^5.0.2",
"cross-env": "^7.0.2",
"dts-bundle-webpack": "^1.0.2",
"html-loader": "^1.3.0",
Expand All @@ -62,4 +62,4 @@
"ts-loader": "^8.0.3",
"webpack": "^4.44.1"
}
}
}
Loading

0 comments on commit 1c25b87

Please sign in to comment.