Skip to content

Commit 2ff7a16

Browse files
committed
Bump versions
1 parent 0d50fc4 commit 2ff7a16

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

build.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ paths.forEach(async function ([inpath, outpath]) {
1717
[
1818
"@babel/preset-env",
1919
{
20-
targets: "last 10 Chrome versions, last 10 Firefox versions, last 10 Safari versions, last 10 Edge versions",
20+
targets:
21+
"last 10 Chrome versions, last 10 Firefox versions, last 10 Safari versions, last 10 Edge versions",
2122
loose: true,
22-
2323
},
2424
],
2525
],
@@ -35,7 +35,7 @@ paths.forEach(async function ([inpath, outpath]) {
3535
drop_console: true,
3636
dead_code: true,
3737
reduce_vars: true,
38-
drop_console: false
38+
drop_console: false,
3939
},
4040
output: {
4141
beautify: false,

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "echo \"Error: no test specified\" && exit 1"
1111
},
1212
"dependencies": {
13-
"@cap.js/server": "^1.0.1",
13+
"@cap.js/server": "^1.0.5",
1414
"express": "^4.21.2"
1515
}
1616
}

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
},
77
"devDependencies": {
88
"vitepress-plugin-nprogress": "^0.0.4",
9-
"vue": "^3.5.12"
9+
"vue": "^3.5.13"
1010
},
1111
"dependencies": {
12-
"vitepress": "^1.5.0"
12+
"vitepress": "^1.6.3"
1313
}
1414
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "cap",
33
"author": "Tiago Rangel",
44
"dependencies": {
5-
"@babel/core": "^7.25.8",
6-
"@babel/preset-env": "^7.25.8",
7-
"terser": "^5.37.0"
5+
"@babel/core": "^7.26.10",
6+
"@babel/preset-env": "^7.26.9",
7+
"terser": "^5.39.0"
88
},
99
"description": "A modern, lightning-quick PoW captcha",
1010
"keywords": [
File renamed without changes.

0 commit comments

Comments
 (0)