Skip to content

Commit 85e49fb

Browse files
committed
version updates
1 parent 17bd1b7 commit 85e49fb

2 files changed

Lines changed: 246 additions & 215 deletions

File tree

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ttpg-scripts",
3-
"version": "1.4.5",
3+
"version": "1.4.6",
44
"description": "",
55
"bin": {
66
"ttpg-scripts": "./bin/index.js"
@@ -13,24 +13,24 @@
1313
"author": "",
1414
"license": "UNLICENSE",
1515
"devDependencies": {
16-
"@types/archiver": "^5.3.4",
17-
"@types/cross-spawn": "^6.0.4",
16+
"@types/archiver": "^6.0.2",
17+
"@types/cross-spawn": "^6.0.6",
1818
"@types/klaw-sync": "^6.0.5",
19-
"@types/node": "^20.8.8",
20-
"@types/uuid": "^9.0.6"
19+
"@types/node": "^20.10.6",
20+
"@types/uuid": "^9.0.7"
2121
},
2222
"dependencies": {
2323
"@rollup/plugin-commonjs": "^25.0.7",
2424
"@rollup/plugin-node-resolve": "^15.2.3",
2525
"@rollup/plugin-terser": "^0.4.4",
26-
"archiver": "^5.3.2",
26+
"archiver": "^6.0.1",
2727
"chokidar": "^3.5.3",
2828
"colorette": "^2.0.20",
2929
"cross-spawn": "^7.0.3",
30-
"fast-glob": "^3.3.1",
30+
"fast-glob": "^3.3.2",
3131
"klaw-sync": "^6.0.0",
32-
"rollup": "^3.29.4",
33-
"typescript": "^5.2.2",
32+
"rollup": "^4.9.2",
33+
"typescript": "^5.3.3",
3434
"uuid": "^9.0.1"
3535
}
3636
}

0 commit comments

Comments
 (0)