Skip to content

Commit 0dcc35d

Browse files
authored
Merge pull request #73 from constantine2nd/develop
Update API Explorer II dependancies
2 parents ec282f3 + 385d06c commit 0dcc35d

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

package.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api-explorer",
3-
"version": "1.0.25",
3+
"version": "1.0.26",
44
"private": true,
55
"scripts": {
66
"dev": "vite & ts-node server/app.ts",
@@ -17,14 +17,14 @@
1717
"@element-plus/icons-vue": "^2.1.0",
1818
"@fontsource/roboto": "^5.0.0",
1919
"@highlightjs/vue-plugin": "^2.1.0",
20-
"axios": "^1.7.2",
20+
"axios": "^1.7.4",
2121
"cheerio": "^1.0.0",
2222
"class-transformer": "^0.5.1",
2323
"class-validator": "^0.14.0",
2424
"connect-redis": "^7.1.1",
2525
"dotenv": "^16.3.1",
2626
"element-plus": "^2.3.9",
27-
"express": "^4.18.2",
27+
"express": "^4.21.0",
2828
"express-session": "^1.17.3",
2929
"highlight.js": "^11.8.0",
3030
"jsonwebtoken": "^9.0.2",
@@ -40,40 +40,39 @@
4040
"socket.io-client": "^4.7.5",
4141
"typedi": "^0.10.0",
4242
"uuid": "^9.0.1",
43-
"vue": "^3.2.47",
43+
"vue": "^3.5.1",
4444
"vue-i18n": "^9.4.0",
45-
"vue-markdown-renderer": "^0.2.7",
4645
"vue-router": "^4.2.2",
4746
"vue-socket.io": "^3.0.10",
4847
"ws": "^8.18.0"
4948
},
5049
"devDependencies": {
5150
"@rushstack/eslint-patch": "^1.4.0",
52-
"@types/jsdom": "^21.1.0",
51+
"@types/jsdom": "^21.1.7",
5352
"@types/jsonwebtoken": "^9.0.6",
5453
"@types/markdown-it": "^14.1.1",
5554
"@types/node": "^20.5.7",
5655
"@vitejs/plugin-vue": "^4.3.0",
5756
"@vitejs/plugin-vue-jsx": "^3.1.0",
5857
"@vue/eslint-config-prettier": "^9.0.0",
59-
"@vue/eslint-config-typescript": "^12.0.0",
58+
"@vue/eslint-config-typescript": "^14.0.0",
6059
"@vue/test-utils": "^2.4.0",
6160
"@vue/tsconfig": "^0.1.3",
62-
"eslint": "^8.51.0",
61+
"eslint": "^9.15.0",
6362
"eslint-plugin-vue": "^9.12.0",
64-
"jsdom": "^22.1.0",
65-
"npm-run-all": "^4.1.5",
63+
"jsdom": "^25.0.1",
64+
"npm-run-all2": "^7.0.1",
6665
"prettier": "^3.0.1",
67-
"superagent": "^8.1.2",
66+
"superagent": "^9.0.0",
6867
"ts-node": "^10.9.1",
6968
"typescript": "~5.2.2",
7069
"unplugin-auto-import": "^0.18.0",
7170
"unplugin-element-plus": "^0.8.0",
72-
"unplugin-vue-components": "^0.26.0",
71+
"unplugin-vue-components": "^0.27.0",
7372
"vite": "^4.4.0",
7473
"vite-plugin-node-polyfills": "^0.10.0",
7574
"vite-plugin-rewrite-all": "^1.0.2",
7675
"vitest": "^0.34.0",
77-
"vue-tsc": "^1.6.5"
76+
"vue-tsc": "^2.0.0"
7877
}
7978
}

0 commit comments

Comments
 (0)