Update date-fns

This commit is contained in:
Alf Sebastian Houge
2023-02-04 15:25:32 +01:00
parent aee52d0594
commit 7a6f796561
2 changed files with 14 additions and 14 deletions

6
ui/package-lock.json generated
View File

@@ -8034,9 +8034,9 @@
} }
}, },
"date-fns": { "date-fns": {
"version": "2.10.0", "version": "2.29.3",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.10.0.tgz", "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.29.3.tgz",
"integrity": "sha512-EhfEKevYGWhWlZbNeplfhIU/+N+x0iCIx7VzKlXma2EdQyznVlZhCptXUY+BegNpPW2kjdx15Rvq503YcXXrcA==" "integrity": "sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA=="
}, },
"de-indent": { "de-indent": {
"version": "1.0.2", "version": "1.0.2",

View File

@@ -25,23 +25,23 @@
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36", "@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4", "@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "0.1.9", "@fortawesome/vue-fontawesome": "^0.1.9",
"axios": "^0.27.2", "axios": "^0.27.2",
"buefy": "^0.9.7", "buefy": "^0.9.7",
"chart.js": "^2.9.4", "chart.js": "^2.9.4",
"core-js": "3.6.4", "core-js": "^3.6.4",
"currency-formatter": "^1.5.9", "currency-formatter": "^1.5.9",
"date-fns": "2.10.0", "date-fns": "^2.29.3",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"node-gyp": "^9.3.1", "node-gyp": "^9.3.1",
"normalize.css": "8.0.1", "normalize.css": "^8.0.1",
"nprogress": "0.2.0", "nprogress": "^0.2.0",
"vue": "2.6.11", "vue": "^2.6.11",
"vue-chartjs": "^3.5.1", "vue-chartjs": "^3.5.1",
"vue-i18n": "^8.28.2", "vue-i18n": "^8.28.2",
"vue-meta": "2.3.3", "vue-meta": "^2.3.3",
"vue-router": "3.1.6", "vue-router": "^3.1.6",
"vuex": "3.1.2" "vuex": "^3.1.2"
}, },
"devDependencies": { "devDependencies": {
"@vue/cli-plugin-babel": "^4.2.1", "@vue/cli-plugin-babel": "^4.2.1",
@@ -72,9 +72,9 @@
"stylelint-config-css-modules": "^2.2.1", "stylelint-config-css-modules": "^2.2.1",
"stylelint-config-prettier": "^8.0.1", "stylelint-config-prettier": "^8.0.1",
"stylelint-config-recess-order": "^2.6.0", "stylelint-config-recess-order": "^2.6.0",
"stylelint-config-standard": "20.0.x", "stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.21.0", "stylelint-scss": "^3.21.0",
"vue-template-compiler": "2.6.11", "vue-template-compiler": "^2.6.11",
"vuepress": "^1.9.8" "vuepress": "^1.9.8"
}, },
"resolutions": { "resolutions": {