Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Mar 23, 2024
1 parent f9be216 commit 60c8f30
Show file tree
Hide file tree
Showing 4 changed files with 332 additions and 341 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"@lerna-lite/cli": "^3.3.1",
"@lerna-lite/publish": "^3.3.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.28",
"@typescript-eslint/eslint-plugin": "^7.3.0",
"@typescript-eslint/parser": "^7.3.0",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"cross-env": "^7.0.3",
"cypress": "^13.7.0",
"cypress": "^13.7.1",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
Expand All @@ -65,7 +65,7 @@
"pnpm": "^8.15.5",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
},
"packageManager": "[email protected]"
}
4 changes: 2 additions & 2 deletions 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.6.0",
"@slickgrid-universal/utils": "~4.6.0",
"dequal": "^2.0.3",
"isomorphic-dompurify": "^2.4.0",
"isomorphic-dompurify": "^2.6.0",
"moment-mini": "^2.29.4",
"sortablejs": "^1.15.2"
},
Expand All @@ -69,6 +69,6 @@
"copyfiles": "^2.4.1",
"rimraf": "^5.0.5",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
}
}
18 changes: 9 additions & 9 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"aurelia-slickgrid": "workspace:*",
"bootstrap": "^5.3.3",
"flatpickr": "^4.6.13",
"i18next": "^23.10.0",
"isomorphic-dompurify": "^2.4.0",
"i18next": "^23.10.1",
"isomorphic-dompurify": "^2.6.0",
"i18next-fetch-backend": "^5.0.2",
"moment-mini": "^2.29.4",
"rxjs": "^7.8.1"
Expand All @@ -68,22 +68,22 @@
"@types/dompurify": "^3.0.5",
"@types/fnando__sparkline": "^0.3.7",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.28",
"@types/node": "^20.11.30",
"@types/sortablejs": "^1.15.8",
"aurelia-polyfills": "^1.3.4",
"autoprefixer": "^10.4.18",
"autoprefixer": "^10.4.19",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"copyfiles": "^2.4.1",
"css-loader": "^6.10.0",
"dotenv-webpack": "^8.0.1",
"dotenv-webpack": "^8.1.0",
"fetch-jsonp": "^1.3.0",
"font-awesome": "^4.7.0",
"html-webpack-plugin": "^5.6.0",
"htmlhint": "^1.1.4",
"isomorphic-fetch": "^3.0.0",
"npm-run-all2": "^6.1.2",
"postcss": "^8.4.36",
"postcss": "^8.4.38",
"postcss-loader": "^8.1.1",
"rimraf": "^5.0.5",
"sass": "^1.72.0",
Expand All @@ -94,11 +94,11 @@
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"webpack": "^5.90.3",
"typescript": "^5.4.3",
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.3",
"webpack-dev-server": "^5.0.4",
"webpack-node-externals": "^3.0.0"
}
}
Loading

0 comments on commit 60c8f30

Please sign in to comment.