Skip to content

Commit

Permalink
πŸ”€ #456 from LSS-Manager/dev
Browse files Browse the repository at this point in the history
πŸ”€πŸ”– 4.1.11
  • Loading branch information
jxn-30 authored Jan 23, 2021
2 parents d996ca2 + 93592cc commit b5ff927
Show file tree
Hide file tree
Showing 60 changed files with 727 additions and 330 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.1.11-pre1+20210113.2235",
"version": "4.1.11+20210123.1723",
"license": "CC-BY-NC-SA-4.0",
"scripts": {
"predev": "tsc -b scripts && node scripts predev",
Expand All @@ -16,8 +16,8 @@
"tsc:docs": "tsc -b scripts && node scripts tscDocs"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/vue-fontawesome": "^2.0.2",
"broadcast-channel": "^3.3.0",
"combokeys": "^3.0.1",
Expand All @@ -26,12 +26,12 @@
"lodash": ">=4.17.19",
"mini-svg-data-uri": "^1.2.3",
"moment": "^2.29.1",
"pdfmake": "^0.1.69",
"pdfmake": "^0.1.70",
"semver": "^7.3.4",
"showdown": "^1.9.1",
"ua-parser-js": "^0.7.23",
"vue": "^2.6.12",
"vue-i18n": "^8.22.3",
"vue-i18n": "^8.22.4",
"vue-js-modal": "2.0.0-rc.3",
"vue-js-toggle-button": "^1.3.3",
"vue-notification": "^1.3.20",
Expand All @@ -44,30 +44,30 @@
"@types/combokeys": "^2.4.6",
"@types/i18n-js": "^3.8.0",
"@types/jquery": "^3.5.5",
"@types/leaflet": "^1.5.19",
"@types/lodash": "^4.14.167",
"@types/node": "^14.14.20",
"@types/leaflet": "^1.5.21",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.22",
"@types/pdfmake": "^0.1.16",
"@types/semver": "^7.3.4",
"@types/showdown": "^1.9.3",
"@types/speed-measure-webpack-plugin": "^1.3.1",
"@types/ua-parser-js": "^0.7.35",
"@types/vue-select": "^2.5.1",
"@types/webpack-env": "^1.16.0",
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"@vuepress/plugin-active-header-links": "^1.8.0",
"@vuepress/plugin-back-to-top": "^1.8.0",
"all-contributors-cli": "^6.19.0",
"cache-loader": "^4.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-dir": "^1.3.0",
"css-loader": "^3.6.0",
"eslint": "^7.17.0",
"eslint": "^7.18.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.4.1",
"eslint-plugin-vue": "^7.5.0",
"html-loader": "^1.3.2",
"sass": "^1.32.4",
"sass": "^1.32.5",
"sass-loader": "^10.1.1",
"speed-measure-webpack-plugin": "^1.3.3",
"string-replace-loader": "^2.3.0",
Expand All @@ -82,7 +82,7 @@
"vuepress-plugin-smooth-scroll": "^0.0.10",
"vuepress-plugin-zooming": "^1.1.8",
"webpack": "^4.46.0",
"webpack-cli": "^4.3.1",
"webpack-cli": "^4.4.0",
"webpack-loader-append-prepend": "^1.0.2"
},
"engines": {
Expand Down
Loading

0 comments on commit b5ff927

Please sign in to comment.