Skip to content

Commit

Permalink
Frontend dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
strayer committed Oct 11, 2022
1 parent 61d4db9 commit f733b9c
Show file tree
Hide file tree
Showing 2 changed files with 365 additions and 339 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@fontsource/jetbrains-mono": "^4.5.11",
"@fontsource/readex-pro": "^4.5.10",
"@fontsource/readex-pro": "^4.5.11",
"@popperjs/core": "^2.11.6",
"@uppy/core": "^3.0.2",
"@uppy/dashboard": "^3.1.0",
Expand All @@ -19,25 +19,25 @@
"@uppy/vue": "^1.0.1",
"@uppy/webcam": "^3.2.0",
"@uppy/xhr-upload": "^3.0.2",
"bootstrap": "^5.2.1",
"bootstrap": "^5.2.2",
"js-base64": "^3.7.2",
"vue": "^3.2.37"
"vue": "^3.2.40"
},
"devDependencies": {
"@prettier/plugin-pug": "^2.2.0",
"@rushstack/eslint-patch": "^1.2.0",
"@types/bootstrap": "^5.2.4",
"@types/node": "^18.7.22",
"@vitejs/plugin-vue": "^3.1.0",
"@types/bootstrap": "^5.2.5",
"@types/node": "^18.8.4",
"@vitejs/plugin-vue": "^3.1.2",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.1",
"eslint": "^8.23.1",
"eslint-plugin-vue": "^9.5.1",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^8.25.0",
"eslint-plugin-vue": "^9.6.0",
"prettier": "^2.7.1",
"pug": "^3.0.2",
"sass": "^1.55.0",
"typescript": "^4.6.4",
"vite": "^3.1.0",
"vue-tsc": "^0.40.4"
"typescript": "^4.8.4",
"vite": "^3.1.7",
"vue-tsc": "^1.0.3"
}
}

0 comments on commit f733b9c

Please sign in to comment.