Skip to content

Commit eeffcff

Browse files
committed
"@types/node": "^22.7.6", "vue-template-compiler": "^2.7.16",
1 parent 3680da6 commit eeffcff

File tree

16 files changed

+119
-60
lines changed

16 files changed

+119
-60
lines changed

package.json

Lines changed: 33 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,39 @@
3232
},
3333
"homepage": "https://github.com/masx200/my-vue-router-project#readme",
3434
"keywords": [],
35-
"dependencies": {
35+
"dependencies": {},
36+
"resolutions": {
37+
"@babel/preset-env": "^7.18.10",
38+
"@babel/runtime": "^7.18.9",
39+
"babel-preset-react-app": "^10.0.1",
40+
"terser-webpack-plugin": "^5.3.3",
41+
"terser": "^5.14.2",
42+
"async": "3.2.3",
43+
"ejs": "3.1.7",
44+
"minimist": "^1.2.6",
45+
"jsonpointer": "5.0.0",
46+
"json-schema": "0.4.0",
47+
"nanoid": "3.3.1",
48+
"node-forge": "1.3.1",
49+
"follow-redirects": "1.14.9",
50+
"nth-check": "2.0.1",
51+
"glob-parent": "5.1.2",
52+
"object-path": "0.11.8",
53+
"webpack": "^5.74.0",
54+
"babel-loader": "^8.2.5",
55+
"html-webpack-plugin": "^5.5.0",
56+
"ansi-html": "npm:ansi-html-community",
57+
"@types/node": "^22.7.6",
58+
"vue-template-compiler": "^2.6.14"
59+
},
60+
"overrides": {
61+
"webpack": "^5.74.0"
62+
},
63+
"devDependencies": {
64+
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
65+
"@types/node": "^22.7.6",
66+
"html-webpack-plugin": "^5.5.0",
67+
"vue-template-compiler": "^2.7.16",
3668
"@babel/core": "^7.18.10",
3769
"@babel/generator": "^7.18.10",
3870
"@babel/parser": "^7.18.10",
@@ -117,34 +149,5 @@
117149
"workbox-webpack-plugin": "^7.0.0",
118150
"worker-loader": "^3.0.8",
119151
"yargs-parser": "21.1.1"
120-
},
121-
"resolutions": {
122-
"@babel/preset-env": "^7.18.10",
123-
"@babel/runtime": "^7.18.9",
124-
"babel-preset-react-app": "^10.0.1",
125-
"terser-webpack-plugin": "^5.3.3",
126-
"terser": "^5.14.2",
127-
"async": "3.2.3",
128-
"ejs": "3.1.7",
129-
"minimist": "^1.2.6",
130-
"jsonpointer": "5.0.0",
131-
"json-schema": "0.4.0",
132-
"nanoid": "3.3.1",
133-
"node-forge": "1.3.1",
134-
"follow-redirects": "1.14.9",
135-
"nth-check": "2.0.1",
136-
"glob-parent": "5.1.2",
137-
"object-path": "0.11.8",
138-
"webpack": "^5.74.0",
139-
"babel-loader": "^8.2.5",
140-
"html-webpack-plugin": "^5.5.0",
141-
"ansi-html": "npm:ansi-html-community"
142-
},
143-
"overrides": {
144-
"webpack": "^5.74.0"
145-
},
146-
"devDependencies": {
147-
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
148-
"html-webpack-plugin": "^5.5.0"
149152
}
150153
}

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html>
33
<head>
44
<meta charset="utf-8" />

src/assetsutils/mui.精简.button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const selectclass = class extends Array {
9292
var loadingText = e.getAttribute("data-loading-text");
9393
var loadingIcon = e.getAttribute("data-loading-icon");
9494
var loadingIconPosition = e.getAttribute(
95-
"data-loading-icon-position"
95+
"data-loading-icon-position",
9696
);
9797

9898
setstate(state, e, {

src/assetsutils/my弹出消息通用.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function guid() {
77
var r = (Math.random() * 16) | 0,
88
v = c == "x" ? r : (r & 0x3) | 0x8;
99
return v.toString(16);
10-
}
10+
},
1111
);
1212
}
1313
function tanchu弹出消息通用(infotype) {
@@ -42,7 +42,7 @@ function tanchu弹出消息通用(infotype) {
4242
// $(".my主体").css("padding-top", $(".my导航栏").height());
4343
// 调整导航栏和主体的距离();
4444
// refreshall();
45-
})
45+
}),
4646
);
4747
}
4848
const jQuery = $;

src/beautify-javascript/async-highlight-js-text.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import 弹出消息通用 from "@/assetsutils/my弹出消息通用.js";
44
function createWorker() {
55
return new Worker(
66
new URL("./markdown-highlight-worker.ts", import.meta.url),
7-
{ type: "module" }
7+
{ type: "module" },
88
);
99
}
1010
let worker;

src/beautify-javascript/prettiercode-worker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ function transform(code) {
2323
// plugins: [parserbabel],
2424
plugins: prettierPlugins,
2525
},
26-
prettierconfig
27-
)
26+
prettierconfig,
27+
),
2828
);
2929
return output;
3030
}

src/error-alert.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ function fn1(e) {
88
}
99
alert(
1010
[String(e), String(error), e.message, e.filename, error?.stack].join(
11-
"\n"
12-
)
11+
"\n",
12+
),
1313
);
1414
}
1515

src/huami/vue-component-huami.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,11 @@
101101
background-color: #fff;
102102
}
103103
.flowerpassword body {
104-
font: 14px/1.5 Tahoma, Helvetica, Arial, \5b8b\4f53;
104+
font:
105+
14px/1.5 Tahoma,
106+
Helvetica,
107+
Arial,
108+
\5b8b\4f53;
105109
color: #000;
106110
}
107111
.flowerpassword a,

src/index.css

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,13 +166,28 @@ body {
166166
}
167167
body {
168168
margin: 0;
169-
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
170-
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
169+
font-family:
170+
-apple-system,
171+
BlinkMacSystemFont,
172+
Segoe UI,
173+
Roboto,
174+
Oxygen,
175+
Ubuntu,
176+
Cantarell,
177+
Fira Sans,
178+
Droid Sans,
179+
Helvetica Neue,
180+
sans-serif;
171181
-webkit-font-smoothing: antialiased;
172182
-moz-osx-font-smoothing: grayscale;
173183
}
174184
code {
175-
font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New,
185+
font-family:
186+
source-code-pro,
187+
Menlo,
188+
Monaco,
189+
Consolas,
190+
Courier New,
176191
monospace;
177192
}
178193
.jdahd .my导航栏 {
@@ -253,7 +268,15 @@ html {
253268
scroll-behavior: smooth;
254269
}
255270
* {
256-
font-family: Microsoft Yahei, Helvetica, Tahoma, Arial, PingFang SC,
257-
Hiragino Sans GB, Heiti SC, MicrosoftYaHei, WenQuanYi Micro Hei,
271+
font-family:
272+
Microsoft Yahei,
273+
Helvetica,
274+
Tahoma,
275+
Arial,
276+
PingFang SC,
277+
Hiragino Sans GB,
278+
Heiti SC,
279+
MicrosoftYaHei,
280+
WenQuanYi Micro Hei,
258281
sans-serif !important;
259282
}

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ window.addEventListener(
3434
});
3535
});
3636
},
37-
{ once: true }
37+
{ once: true },
3838
);
3939
const container =
4040
document.getElementById("app") ||

0 commit comments

Comments
 (0)