Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#1279)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Nov 2, 2024
1 parent c56bc81 commit 0af14d2
Show file tree
Hide file tree
Showing 4 changed files with 398 additions and 327 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@
"@lerna-lite/cli": "^3.10.0",
"@lerna-lite/publish": "^3.10.0",
"@slickgrid-universal/common": "^5.9.0",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.7",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.6",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cross-env": "^7.0.3",
"cypress": "^13.15.0",
"cypress": "^13.15.1",
"cypress-real-events": "^1.13.0",
"eslint": "^9.13.0",
"eslint-plugin-cypress": "^4.0.0",
"eslint-plugin-n": "^17.11.1",
"eslint": "^9.14.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-n": "^17.12.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"globals": "^15.11.0",
"jest": "^29.7.0",
Expand All @@ -73,7 +73,7 @@
"rxjs": "^7.8.1",
"ts-jest": "^29.2.5",
"typescript": "^5.6.3",
"typescript-eslint": "^8.10.0"
"typescript-eslint": "^8.12.2"
},
"pnpm": {
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion packages/aurelia-slickgrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"copyfiles": "^2.4.1",
"dompurify": "^3.1.7",
"rimraf": "^5.0.10",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"typescript": "^5.6.3"
}
}
16 changes: 8 additions & 8 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@aurelia/router": "^2.0.0-beta.22",
"@aurelia/runtime": "^2.0.0-beta.22",
"@aurelia/runtime-html": "^2.0.0-beta.22",
"@faker-js/faker": "^9.0.3",
"@faker-js/faker": "^9.1.0",
"@fnando/sparkline": "^0.3.10",
"@formkit/tempo": "^0.1.2",
"@popperjs/core": "^2.11.8",
Expand All @@ -65,8 +65,8 @@
"@aurelia/webpack-loader": "^2.0.0-beta.22",
"@types/dompurify": "^3.0.5",
"@types/fnando__sparkline": "^0.3.7",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.7",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.6",
"@types/sortablejs": "^1.15.8",
"aurelia-polyfills": "^1.3.4",
"autoprefixer": "^10.4.20",
Expand All @@ -76,22 +76,22 @@
"css-loader": "^7.1.2",
"dompurify": "^3.1.7",
"fetch-jsonp": "^1.3.0",
"html-webpack-plugin": "^5.6.2",
"html-webpack-plugin": "^5.6.3",
"htmlhint": "^1.1.4",
"isomorphic-fetch": "^3.0.0",
"npm-run-all2": "^7.0.1",
"postcss": "^8.4.47",
"postcss-loader": "^8.1.1",
"rimraf": "^5.0.10",
"sass": "^1.80.3",
"sass-loader": "^16.0.2",
"sass": "^1.80.6",
"sass-loader": "^16.0.3",
"servor": "^4.0.2",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"webpack": "^5.95.0",
"webpack": "^5.96.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
Expand Down
Loading

0 comments on commit 0af14d2

Please sign in to comment.