Browse Source

Upgrade date-fns to version 3.6.0

pull/3673/head
Thomas Kaul 1 year ago
parent
commit
8d480500d1
  1. 16
      package-lock.json
  2. 2
      package.json

16
package-lock.json

@ -63,7 +63,7 @@
"countries-and-timezones": "3.4.1", "countries-and-timezones": "3.4.1",
"countries-list": "3.1.0", "countries-list": "3.1.0",
"countup.js": "2.8.0", "countup.js": "2.8.0",
"date-fns": "2.29.3", "date-fns": "3.6.0",
"envalid": "7.3.1", "envalid": "7.3.1",
"google-spreadsheet": "3.2.0", "google-spreadsheet": "3.2.0",
"got": "11.8.6", "got": "11.8.6",
@ -16647,15 +16647,13 @@
} }
}, },
"node_modules/date-fns": { "node_modules/date-fns": {
"version": "2.29.3", "version": "3.6.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.29.3.tgz", "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz",
"integrity": "sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==", "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==",
"engines": { "license": "MIT",
"node": ">=0.11"
},
"funding": { "funding": {
"type": "opencollective", "type": "github",
"url": "https://opencollective.com/date-fns" "url": "https://github.com/sponsors/kossnocorp"
} }
}, },
"node_modules/date-format": { "node_modules/date-format": {

2
package.json

@ -107,7 +107,7 @@
"countries-and-timezones": "3.4.1", "countries-and-timezones": "3.4.1",
"countries-list": "3.1.0", "countries-list": "3.1.0",
"countup.js": "2.8.0", "countup.js": "2.8.0",
"date-fns": "2.29.3", "date-fns": "3.6.0",
"envalid": "7.3.1", "envalid": "7.3.1",
"google-spreadsheet": "3.2.0", "google-spreadsheet": "3.2.0",
"got": "11.8.6", "got": "11.8.6",

Loading…
Cancel
Save