Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 11, 2022
1 parent e8cd7f2 commit 91d0983
Show file tree
Hide file tree
Showing 7 changed files with 141 additions and 128 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 @@ -34,7 +34,7 @@
"not dead"
],
"dependencies": {
"@faker-js/faker": "^7.3.0",
"@faker-js/faker": "^7.4.0",
"@fnando/sparkline": "^0.3.10",
"@slickgrid-universal/common": "workspace:~",
"@slickgrid-universal/composite-editor-component": "workspace:~",
Expand All @@ -50,7 +50,7 @@
"dompurify": "^2.3.10",
"flatpickr": "^4.6.13",
"jquery": "^3.6.0",
"moment-mini": "^2.24.0",
"moment-mini": "^2.29.4",
"multiple-select-modified": "^1.3.17",
"rxjs": "^7.5.6",
"whatwg-fetch": "^3.6.2"
Expand All @@ -70,13 +70,13 @@
"html-loader": "^4.1.0",
"html-webpack-plugin": "5.5.0",
"mini-css-extract-plugin": "^2.6.1",
"sass": "^1.54.3",
"sass": "^1.54.4",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"typescript": "^4.7.4",
"url-loader": "^4.1.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3"
"webpack-dev-server": "^4.10.0"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
},
"devDependencies": {
"@jest/types": "^28.1.3",
"@lerna-lite/cli": "^1.9.1",
"@lerna-lite/run": "^1.9.1",
"@lerna-lite/cli": "^1.10.0",
"@lerna-lite/run": "^1.10.0",
"@types/jest": "^28.1.6",
"@types/moment": "^2.13.0",
"@types/node": "^18.6.1",
Expand All @@ -57,16 +57,16 @@
"jest-extended": "^3.0.2",
"jsdom": "^20.0.0",
"jsdom-global": "^3.0.2",
"moment-mini": "^2.24.0",
"moment-mini": "^2.29.4",
"npm-run-all2": "^6.0.1",
"pnpm": "^7.8.0",
"pnpm": "^7.9.0",
"rimraf": "^3.0.2",
"rxjs": "^7.5.6",
"serve": "^14.0.1",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4"
},
"packageManager": "pnpm@7.8.0",
"packageManager": "pnpm@7.9.0",
"engines": {
"node": ">=14.17.0",
"npm": ">=6.14.13"
Expand Down
6 changes: 3 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"flatpickr": "^4.6.13",
"jquery": "^3.6.0",
"jquery-ui": "^1.13.2",
"moment-mini": "^2.24.0",
"moment-mini": "^2.29.4",
"multiple-select-modified": "^1.3.17",
"slickgrid": "^2.4.45",
"un-flatten-tree": "^2.0.12"
Expand All @@ -92,10 +92,10 @@
"cross-env": "^7.0.3",
"nodemon": "^2.0.19",
"npm-run-all2": "^6.0.1",
"postcss": "^8.4.14",
"postcss": "^8.4.16",
"postcss-cli": "^10.0.0",
"rimraf": "^3.0.2",
"sass": "^1.54.3"
"sass": "^1.54.4"
},
"engines": {
"node": ">=14.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/custom-footer-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@slickgrid-universal/binding": "workspace:~",
"@slickgrid-universal/common": "workspace:~",
"moment-mini": "^2.24.0"
"moment-mini": "^2.29.4"
},
"devDependencies": {
"@slickgrid-universal/event-pub-sub": "workspace:~",
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 @@ -46,7 +46,7 @@
"@slickgrid-universal/common": "workspace:~",
"@slickgrid-universal/utils": "workspace:~",
"excel-builder-webpacker": "^2.1.7",
"moment-mini": "^2.24.0"
"moment-mini": "^2.29.4"
},
"devDependencies": {
"@types/moment": "^2.13.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@types/moment": "^2.13.0",
"cross-env": "^7.0.3",
"moment-mini": "^2.24.0",
"moment-mini": "^2.29.4",
"npm-run-all2": "^6.0.1",
"rimraf": "^3.0.2"
},
Expand Down
Loading

0 comments on commit 91d0983

Please sign in to comment.