Skip to content

Commit 8001f9f

Browse files
committed
fix
2 parents f4ff306 + bd46592 commit 8001f9f

File tree

1 file changed

+37
-26
lines changed

1 file changed

+37
-26
lines changed

package.json

Lines changed: 37 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.foxdebug.acode",
33
"displayName": "Acode",
4-
"version": "1.11.4",
4+
"version": "1.11.5",
55
"description": "Acode is a code editor for android",
66
"scripts": {
77
"lang": "node ./utils/lang.js",
@@ -29,16 +29,17 @@
2929
"cordova-plugin-server": {},
3030
"cordova-plugin-ftp": {},
3131
"cordova-plugin-sdcard": {},
32-
"cordova-plugin-browser": {},
3332
"cordova-plugin-iap": {},
34-
"cordova-plugin-system": {},
3533
"cordova-plugin-advanced-http": {
3634
"ANDROIDBLACKLISTSECURESOCKETPROTOCOLS": "SSLv3,TLSv1"
3735
},
3836
"cordova-sqlite-storage": {},
3937
"cordova-plugin-websocket": {},
38+
"cordova-plugin-buildinfo": {},
4039
"com.foxdebug.acode.rk.exec.terminal": {},
41-
"cordova-plugin-buildinfo": {}
40+
"com.foxdebug.acode.rk.exec.proot": {},
41+
"cordova-plugin-browser": {},
42+
"cordova-plugin-system": {}
4243
},
4344
"platforms": [
4445
"android"
@@ -53,19 +54,19 @@
5354
},
5455
"homepage": "https://github.com/deadlyjack/acode#readme",
5556
"devDependencies": {
56-
"@babel/cli": "^7.24.6",
57-
"@babel/core": "^7.24.6",
58-
"@babel/plugin-transform-runtime": "^7.24.6",
59-
"@babel/preset-env": "^7.24.6",
60-
"@babel/runtime": "^7.24.6",
61-
"@babel/runtime-corejs3": "^7.24.6",
62-
"@biomejs/biome": "1.8.3",
57+
"@babel/core": "^7.28.0",
58+
"@babel/plugin-transform-runtime": "^7.28.0",
59+
"@babel/preset-env": "^7.28.0",
60+
"@babel/runtime": "^7.28.2",
61+
"@babel/runtime-corejs3": "^7.28.2",
62+
"@biomejs/biome": "2.1.4",
6363
"@types/ace": "^0.0.52",
6464
"@types/url-parse": "^1.4.11",
65-
"autoprefixer": "^10.4.19",
66-
"babel-loader": "^9.1.3",
65+
"autoprefixer": "^10.4.21",
66+
"babel-loader": "^10.0.0",
67+
"com.foxdebug.acode.rk.exec.proot": "file:src/plugins/proot",
6768
"com.foxdebug.acode.rk.exec.terminal": "file:src/plugins/terminal",
68-
"cordova-android": "^13.0.0",
69+
"cordova-android": "^14.0.1",
6970
"cordova-clipboard": "^1.3.0",
7071
"cordova-plugin-advanced-http": "^3.3.1",
7172
"cordova-plugin-browser": "file:src/plugins/browser",
@@ -81,17 +82,18 @@
8182
"cordova-plugin-websocket": "file:src/plugins/websocket",
8283
"cordova-sqlite-storage": "^7.0.0",
8384
"css-loader": "^7.1.2",
84-
"mini-css-extract-plugin": "^2.9.0",
85+
"mini-css-extract-plugin": "^2.9.3",
8586
"path-browserify": "^1.0.1",
8687
"postcss-loader": "^8.1.1",
87-
"prettier": "^3.2.5",
88-
"prettier-plugin-java": "^2.6.0",
88+
"prettier": "^3.6.2",
89+
"prettier-plugin-java": "^2.7.4",
8990
"raw-loader": "^4.0.2",
90-
"sass": "^1.77.2",
91-
"sass-loader": "^14.2.1",
91+
"sass": "^1.90.0",
92+
"sass-loader": "^16.0.5",
9293
"style-loader": "^4.0.0",
93-
"webpack": "^5.94.0",
94-
"webpack-cli": "^5.1.4"
94+
"terminal": "^0.1.4",
95+
"webpack": "^5.101.0",
96+
"webpack-cli": "^6.0.1"
9597
},
9698
"dependencies": {
9799
"@deadlyjack/ajax": "^1.2.6",
@@ -101,11 +103,19 @@
101103
"@langchain/langgraph-checkpoint": "^0.0.18",
102104
"@langchain/langgraph-swarm": "^0.0.3",
103105
"@ungap/custom-elements": "^1.3.0",
106+
"@xterm/addon-attach": "^0.11.0",
107+
"@xterm/addon-fit": "^0.10.0",
108+
"@xterm/addon-image": "^0.8.0",
109+
"@xterm/addon-search": "^0.15.0",
110+
"@xterm/addon-unicode11": "^0.8.0",
111+
"@xterm/addon-web-links": "^0.11.0",
112+
"@xterm/addon-webgl": "^0.18.0",
113+
"@xterm/xterm": "^5.5.0",
104114
"autosize": "^6.0.1",
105115
"cordova": "12.0.0",
106-
"core-js": "^3.37.1",
116+
"core-js": "^3.45.0",
107117
"crypto-js": "^4.2.0",
108-
"dompurify": "^3.2.4",
118+
"dompurify": "^3.2.6",
109119
"escape-string-regexp": "^5.0.0",
110120
"esprima": "^4.0.1",
111121
"filesize": "^11.0.2",
@@ -117,10 +127,11 @@
117127
"markdown-it": "^14.1.0",
118128
"markdown-it-anchor": "^9.2.0",
119129
"markdown-it-footnote": "^4.0.0",
120-
"markdown-it-github-alerts": "^0.3.0",
130+
"markdown-it-github-alerts": "^1.0.0",
121131
"markdown-it-task-lists": "^2.1.1",
122-
"mime-types": "^2.1.35",
123-
"minimatch": "^9.0.4",
132+
"mime-types": "^3.0.1",
133+
"minimatch": "^10.0.3",
134+
"moment": "^2.30.1",
124135
"mustache": "^4.2.0",
125136
"turndown": "^7.2.0",
126137
"url-parse": "^1.5.10",

0 commit comments

Comments
 (0)