Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 1, 2024
1 parent dfd2819 commit 0bba9b3
Show file tree
Hide file tree
Showing 4 changed files with 310 additions and 293 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
"@lerna-lite/cli": "^3.3.0",
"@lerna-lite/publish": "^3.3.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"cross-env": "^7.0.3",
"cypress": "^13.6.4",
"eslint": "^8.56.0",
"cypress": "^13.6.6",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jest": "^29.7.0",
Expand All @@ -61,10 +61,10 @@
"jsdom-global": "^3.0.2",
"moment-mini": "^2.29.4",
"npm-run-all2": "^6.1.2",
"pnpm": "^8.15.3",
"pnpm": "^8.15.4",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
},
"packageManager": "[email protected].3"
"packageManager": "[email protected].4"
}
2 changes: 1 addition & 1 deletion packages/aurelia-slickgrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@slickgrid-universal/row-detail-view-plugin": "~4.4.1",
"@slickgrid-universal/utils": "~4.4.1",
"dequal": "^2.0.3",
"dompurify": "^3.0.8",
"dompurify": "^3.0.9",
"moment-mini": "^2.29.4",
"sortablejs": "^1.15.2"
},
Expand Down
20 changes: 10 additions & 10 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@slickgrid-universal/text-export": "^4.4.1",
"aurelia": "latest",
"aurelia-slickgrid": "workspace:*",
"bootstrap": "^5.3.2",
"dompurify": "^3.0.8",
"bootstrap": "^5.3.3",
"dompurify": "^3.0.9",
"flatpickr": "^4.6.13",
"i18next": "^23.8.2",
"i18next-fetch-backend": "^5.0.2",
Expand All @@ -68,10 +68,10 @@
"@types/dompurify": "^3.0.5",
"@types/fnando__sparkline": "^0.3.7",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"@types/sortablejs": "^1.15.7",
"@types/node": "^20.11.24",
"@types/sortablejs": "^1.15.8",
"aurelia-polyfills": "^1.3.4",
"autoprefixer": "^10.4.17",
"autoprefixer": "^10.4.18",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"copyfiles": "^2.4.1",
Expand All @@ -84,21 +84,21 @@
"isomorphic-fetch": "^3.0.0",
"npm-run-all2": "^6.1.2",
"postcss": "^8.4.35",
"postcss-loader": "^8.1.0",
"postcss-loader": "^8.1.1",
"rimraf": "^5.0.5",
"sass": "^1.71.0",
"sass-loader": "^14.1.0",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"servor": "^4.0.2",
"source-map-loader": "^5.0.0",
"style-loader": "^3.3.4",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"webpack": "^5.90.2",
"webpack": "^5.90.3",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.1",
"webpack-dev-server": "^5.0.2",
"webpack-node-externals": "^3.0.0"
}
}
Loading

0 comments on commit 0bba9b3

Please sign in to comment.