Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#1226)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jun 27, 2024
1 parent 996a23c commit c98dd52
Show file tree
Hide file tree
Showing 4 changed files with 376 additions and 378 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
"@aurelia/fetch-client": "^2.0.0-beta.19",
"@aurelia/platform": "^2.0.0-beta.19",
"@aurelia/platform-browser": "^2.0.0-beta.19",
"@formkit/tempo": "^0.1.1",
"@formkit/tempo": "^0.1.2",
"@jest/types": "^29.6.3",
"@lerna-lite/cli": "^3.5.1",
"@lerna-lite/publish": "^3.5.2",
"@lerna-lite/cli": "^3.6.0",
"@lerna-lite/publish": "^3.6.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.4",
"@types/node": "^20.14.9",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cross-env": "^7.0.3",
"cypress": "^13.11.0",
"cypress": "^13.12.0",
"cypress-real-events": "^1.13.0",
"eslint": "^9.5.0",
"eslint-plugin-cypress": "^3.3.0",
Expand All @@ -70,7 +70,7 @@
"rimraf": "^5.0.7",
"ts-jest": "^29.1.5",
"typescript": "^5.4.5",
"typescript-eslint": "^7.13.1"
"typescript-eslint": "^7.14.1"
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion packages/aurelia-slickgrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@aurelia/i18n": "^2.0.0-beta.19",
"@aurelia/runtime": "^2.0.0-beta.19",
"@aurelia/runtime-html": "^2.0.0-beta.19",
"@formkit/tempo": "^0.1.1",
"@formkit/tempo": "^0.1.2",
"@slickgrid-universal/common": "~5.2.0",
"@slickgrid-universal/custom-footer-component": "~5.2.0",
"@slickgrid-universal/empty-warning-component": "~5.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@aurelia/runtime-html": "^2.0.0-beta.19",
"@faker-js/faker": "^8.4.1",
"@fnando/sparkline": "^0.3.10",
"@formkit/tempo": "^0.1.1",
"@formkit/tempo": "^0.1.2",
"@popperjs/core": "^2.11.8",
"@slickgrid-universal/common": "^5.2.0",
"@slickgrid-universal/composite-editor-component": "^5.2.0",
Expand All @@ -66,7 +66,7 @@
"@types/dompurify": "^3.0.5",
"@types/fnando__sparkline": "^0.3.7",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.4",
"@types/node": "^20.14.9",
"@types/sortablejs": "^1.15.8",
"aurelia-polyfills": "^1.3.4",
"autoprefixer": "^10.4.19",
Expand All @@ -91,7 +91,7 @@
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"webpack": "^5.92.0",
"webpack": "^5.92.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
Expand Down
Loading

0 comments on commit c98dd52

Please sign in to comment.