|
1 | 1 | { |
2 | 2 | "name": "com.foxdebug.acode", |
3 | 3 | "displayName": "Acode", |
4 | | - "version": "1.11.5", |
| 4 | + "version": "1.11.4", |
5 | 5 | "description": "Acode is a code editor for android", |
6 | 6 | "scripts": { |
7 | 7 | "lang": "node ./utils/lang.js", |
|
29 | 29 | "cordova-plugin-server": {}, |
30 | 30 | "cordova-plugin-ftp": {}, |
31 | 31 | "cordova-plugin-sdcard": {}, |
| 32 | + "cordova-plugin-browser": {}, |
32 | 33 | "cordova-plugin-iap": {}, |
| 34 | + "cordova-plugin-system": {}, |
33 | 35 | "cordova-plugin-advanced-http": { |
34 | 36 | "ANDROIDBLACKLISTSECURESOCKETPROTOCOLS": "SSLv3,TLSv1" |
35 | 37 | }, |
36 | 38 | "cordova-plugin-websocket": {}, |
37 | | - "cordova-plugin-buildinfo": {}, |
38 | 39 | "com.foxdebug.acode.rk.exec.terminal": {}, |
39 | | - "com.foxdebug.acode.rk.exec.proot": {}, |
40 | | - "cordova-plugin-browser": {}, |
41 | | - "cordova-plugin-system": {} |
| 40 | + "cordova-plugin-buildinfo": {} |
42 | 41 | }, |
43 | 42 | "platforms": [ |
44 | 43 | "android" |
|
53 | 52 | }, |
54 | 53 | "homepage": "https://github.com/deadlyjack/acode#readme", |
55 | 54 | "devDependencies": { |
56 | | - "@babel/core": "^7.28.0", |
57 | | - "@babel/plugin-transform-runtime": "^7.28.0", |
58 | | - "@babel/preset-env": "^7.28.0", |
59 | | - "@babel/runtime": "^7.28.2", |
60 | | - "@babel/runtime-corejs3": "^7.28.2", |
61 | | - "@biomejs/biome": "2.1.4", |
| 55 | + "@babel/cli": "^7.24.6", |
| 56 | + "@babel/core": "^7.24.6", |
| 57 | + "@babel/plugin-transform-runtime": "^7.24.6", |
| 58 | + "@babel/preset-env": "^7.24.6", |
| 59 | + "@babel/runtime": "^7.24.6", |
| 60 | + "@babel/runtime-corejs3": "^7.24.6", |
| 61 | + "@biomejs/biome": "1.8.3", |
62 | 62 | "@types/ace": "^0.0.52", |
63 | 63 | "@types/url-parse": "^1.4.11", |
64 | | - "autoprefixer": "^10.4.21", |
65 | | - "babel-loader": "^10.0.0", |
66 | | - "com.foxdebug.acode.rk.exec.proot": "file:src/plugins/proot", |
| 64 | + "autoprefixer": "^10.4.19", |
| 65 | + "babel-loader": "^9.1.3", |
67 | 66 | "com.foxdebug.acode.rk.exec.terminal": "file:src/plugins/terminal", |
68 | | - "cordova-android": "^14.0.1", |
| 67 | + "cordova-android": "^13.0.0", |
69 | 68 | "cordova-clipboard": "^1.3.0", |
70 | 69 | "cordova-plugin-advanced-http": "^3.3.1", |
71 | 70 | "cordova-plugin-browser": "file:src/plugins/browser", |
|
80 | 79 | "cordova-plugin-system": "file:src/plugins/system", |
81 | 80 | "cordova-plugin-websocket": "file:src/plugins/websocket", |
82 | 81 | "css-loader": "^7.1.2", |
83 | | - "mini-css-extract-plugin": "^2.9.3", |
| 82 | + "mini-css-extract-plugin": "^2.9.0", |
84 | 83 | "path-browserify": "^1.0.1", |
85 | 84 | "postcss-loader": "^8.1.1", |
86 | | - "prettier": "^3.6.2", |
87 | | - "prettier-plugin-java": "^2.7.4", |
| 85 | + "prettier": "^3.2.5", |
| 86 | + "prettier-plugin-java": "^2.6.0", |
88 | 87 | "raw-loader": "^4.0.2", |
89 | | - "sass": "^1.90.0", |
90 | | - "sass-loader": "^16.0.5", |
| 88 | + "sass": "^1.77.2", |
| 89 | + "sass-loader": "^14.2.1", |
91 | 90 | "style-loader": "^4.0.0", |
92 | | - "terminal": "^0.1.4", |
93 | | - "webpack": "^5.101.0", |
94 | | - "webpack-cli": "^6.0.1" |
| 91 | + "webpack": "^5.94.0", |
| 92 | + "webpack-cli": "^5.1.4" |
95 | 93 | }, |
96 | 94 | "dependencies": { |
97 | 95 | "@deadlyjack/ajax": "^1.2.6", |
98 | 96 | "@ungap/custom-elements": "^1.3.0", |
99 | | - "@xterm/addon-attach": "^0.11.0", |
100 | | - "@xterm/addon-fit": "^0.10.0", |
101 | | - "@xterm/addon-image": "^0.8.0", |
102 | | - "@xterm/addon-search": "^0.15.0", |
103 | | - "@xterm/addon-unicode11": "^0.8.0", |
104 | | - "@xterm/addon-web-links": "^0.11.0", |
105 | | - "@xterm/addon-webgl": "^0.18.0", |
106 | | - "@xterm/xterm": "^5.5.0", |
107 | 97 | "autosize": "^6.0.1", |
108 | 98 | "cordova": "12.0.0", |
109 | | - "core-js": "^3.45.0", |
| 99 | + "core-js": "^3.37.1", |
110 | 100 | "crypto-js": "^4.2.0", |
111 | | - "dompurify": "^3.2.6", |
| 101 | + "dompurify": "^3.2.4", |
112 | 102 | "escape-string-regexp": "^5.0.0", |
113 | 103 | "esprima": "^4.0.1", |
114 | 104 | "filesize": "^11.0.2", |
|
118 | 108 | "markdown-it": "^14.1.0", |
119 | 109 | "markdown-it-anchor": "^9.2.0", |
120 | 110 | "markdown-it-footnote": "^4.0.0", |
121 | | - "markdown-it-github-alerts": "^1.0.0", |
| 111 | + "markdown-it-github-alerts": "^0.3.0", |
122 | 112 | "markdown-it-task-lists": "^2.1.1", |
123 | | - "mime-types": "^3.0.1", |
124 | | - "minimatch": "^10.0.3", |
125 | | - "moment": "^2.30.1", |
| 113 | + "mime-types": "^2.1.35", |
| 114 | + "minimatch": "^9.0.4", |
126 | 115 | "mustache": "^4.2.0", |
127 | 116 | "url-parse": "^1.5.10", |
128 | 117 | "vanilla-picker": "^2.12.3", |
|
0 commit comments