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:
Patrik Oldsberg
2021-09-27 11:16:32 +02:00
committed by GitHub
7 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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(),
};