Skip to content

Commit b601d95

Browse files
committed
update to version 3.0.0-RC1
1 parent bf82dfa commit b601d95

File tree

7 files changed

+1011
-1001
lines changed

7 files changed

+1011
-1001
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axiomai",
3-
"version": "3.0.0-beta7",
3+
"version": "3.0.0-RC1",
44
"private": false,
55
"description": "AxiomAI",
66
"author": "Miraz4300 <miraz4300@gmail.com>",
@@ -18,7 +18,7 @@
1818
"lint:fix": "eslint . --fix"
1919
},
2020
"dependencies": {
21-
"@datadog/browser-rum": "^5.4.0",
21+
"@datadog/browser-rum": "^5.5.0",
2222
"@traptitech/markdown-it-katex": "^3.6.0",
2323
"@vueuse/core": "^10.7.0",
2424
"chart.js": "^4.4.1",
@@ -27,13 +27,13 @@
2727
"html2canvas": "^1.4.1",
2828
"jwt-decode": "^3.1.2",
2929
"katex": "^0.16.9",
30-
"markdown-it": "^13.0.2",
30+
"markdown-it": "^14.0.0",
3131
"microsoft-cognitiveservices-speech-sdk": "^1.33.1",
3232
"naive-ui": "^2.35.0",
3333
"pinia": "^2.1.7",
3434
"qrcode.vue": "^3.4.1",
3535
"tailwindcss-animate": "^1.0.7",
36-
"vue": "^3.3.10",
36+
"vue": "^3.3.11",
3737
"vue-chartjs": "^5.2.0",
3838
"vue-i18n": "^9.8.0",
3939
"vue-router": "^4.2.5",
@@ -43,27 +43,27 @@
4343
"@antfu/eslint-config": "^0.43.1",
4444
"@commitlint/cli": "^18.4.3",
4545
"@commitlint/config-conventional": "^18.4.3",
46-
"@iconify/vue": "4.1.0",
46+
"@iconify/vue": "^4.1.1",
4747
"@types/chart.js": "^2.9.41",
4848
"@types/katex": "^0.16.7",
4949
"@types/markdown-it": "^13.0.7",
5050
"@types/markdown-it-link-attributes": "^3.0.4",
51-
"@types/node": "^20.10.3",
52-
"@vitejs/plugin-vue": "^4.5.1",
51+
"@types/node": "^20.10.4",
52+
"@vitejs/plugin-vue": "^4.5.2",
5353
"autoprefixer": "^10.4.16",
5454
"axios": "^1.6.2",
5555
"crypto-js": "^4.2.0",
56-
"eslint": "^8.53.0",
56+
"eslint": "^8.55.0",
5757
"less": "^4.2.0",
5858
"lint-staged": "^15.2.0",
5959
"markdown-it-link-attributes": "^4.0.1",
6060
"npm-run-all": "^4.1.5",
6161
"postcss": "^8.4.32",
6262
"tailwindcss": "^3.3.6",
63-
"typescript": "~5.3.2",
64-
"vite": "^5.0.5",
65-
"vite-plugin-pwa": "^0.17.3",
66-
"vue-tsc": "^1.8.24"
63+
"typescript": "~5.3.3",
64+
"vite": "^5.0.8",
65+
"vite-plugin-pwa": "^0.17.4",
66+
"vue-tsc": "^1.8.25"
6767
},
6868
"lint-staged": {
6969
"*.{ts,tsx,vue}": [

0 commit comments

Comments
 (0)