Merge pull request #7332 from backstage/dependabot/npm_and_yarn/types/luxon-2.0.4
build(deps-dev): bump @types/luxon from 1.27.0 to 2.0.4
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
"@testing-library/react": "^11.2.5",
|
||||
"@testing-library/user-event": "^13.1.8",
|
||||
"@types/jest": "^26.0.7",
|
||||
"@types/luxon": "^1.27.0",
|
||||
"@types/luxon": "^2.0.4",
|
||||
"@types/node": "^14.14.32",
|
||||
"@types/react": "*",
|
||||
"cross-fetch": "^3.0.6",
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
"@testing-library/react": "^11.2.5",
|
||||
"@testing-library/user-event": "^13.1.8",
|
||||
"@types/jest": "^26.0.7",
|
||||
"@types/luxon": "^1.25.0",
|
||||
"@types/luxon": "^2.0.4",
|
||||
"@types/node": "^14.14.32",
|
||||
"cross-fetch": "^3.0.6",
|
||||
"msw": "^0.29.0",
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
"@testing-library/react": "^11.2.5",
|
||||
"@testing-library/user-event": "^13.1.8",
|
||||
"@types/jest": "^26.0.7",
|
||||
"@types/luxon": "^1.27.0",
|
||||
"@types/luxon": "^2.0.4",
|
||||
"@types/node": "^14.14.32",
|
||||
"cross-fetch": "^3.0.6",
|
||||
"msw": "^0.29.0"
|
||||
|
||||
@@ -39,7 +39,7 @@ export const BuildList = () => {
|
||||
const tableRef = useRef<any>();
|
||||
|
||||
const initialFilters = {
|
||||
from: DateTime.now().minus({ year: 1 }).toISODate(),
|
||||
from: DateTime.now().minus({ years: 1 }).toISODate(),
|
||||
to: DateTime.now().toISODate(),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user