Skip to content

Commit

Permalink
Merge pull request #21 from andyjjrt/dev_andyjjrt
Browse files Browse the repository at this point in the history
v2.5.0-beta1
  • Loading branch information
andyjjrt authored Mar 25, 2024
2 parents 50d32f0 + bf28826 commit f47e19c
Show file tree
Hide file tree
Showing 15 changed files with 1,465 additions and 1,139 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ojfe",
"private": true,
"version": "2.4.1",
"version": "2.5.0-beta1",
"type": "module",
"scripts": {
"dev": "vite --port 3000",
Expand All @@ -15,7 +15,7 @@
"@monaco-editor/loader": "^1.4.0",
"@popperjs/core": "^2.11.8",
"@vueuse/core": "^10.9.0",
"axios": "^1.6.7",
"axios": "^1.6.8",
"chart.js": "^4.4.2",
"katex": "^0.16.9",
"papaparse": "^5.4.1",
Expand All @@ -26,27 +26,27 @@
"vue": "^3.4.21",
"vue-chartjs": "^5.3.0",
"vue-cropper": "^1.1.1",
"vue-i18n": "^9.10.1",
"vue-i18n": "^9.10.2",
"vue-m-message": "^4.0.2",
"vue-router": "^4.3.0",
"vuetify": "^3.5.8"
"vuetify": "^3.5.11"
},
"devDependencies": {
"@mdi/font": "^7.4.47",
"@types/katex": "^0.16.7",
"@types/node": "^20.11.24",
"@types/node": "^20.11.30",
"@types/papaparse": "^5.3.14",
"@types/prismjs": "^1.26.3",
"@types/ua-parser-js": "^0.7.39",
"@vitejs/plugin-vue": "^5.0.4",
"prettier": "^3.2.5",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.71.1",
"typescript": "^5.3.3",
"vite": "^5.1.5",
"sass": "^1.72.0",
"typescript": "^5.4.3",
"vite": "^5.2.6",
"vite-plugin-environment": "^1.1.3",
"vite-plugin-pwa": "^0.17.5",
"vite-plugin-vuetify": "^2.0.2",
"vite-plugin-vuetify": "^2.0.3",
"vue-tsc": "1.8.27"
}
}
Loading

0 comments on commit f47e19c

Please sign in to comment.