Skip to content

Commit

Permalink
version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
RobMayer committed Dec 30, 2023
1 parent 17bd1b7 commit 85e49fb
Show file tree
Hide file tree
Showing 2 changed files with 246 additions and 215 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ttpg-scripts",
"version": "1.4.5",
"version": "1.4.6",
"description": "",
"bin": {
"ttpg-scripts": "./bin/index.js"
Expand All @@ -13,24 +13,24 @@
"author": "",
"license": "UNLICENSE",
"devDependencies": {
"@types/archiver": "^5.3.4",
"@types/cross-spawn": "^6.0.4",
"@types/archiver": "^6.0.2",
"@types/cross-spawn": "^6.0.6",
"@types/klaw-sync": "^6.0.5",
"@types/node": "^20.8.8",
"@types/uuid": "^9.0.6"
"@types/node": "^20.10.6",
"@types/uuid": "^9.0.7"
},
"dependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"archiver": "^5.3.2",
"archiver": "^6.0.1",
"chokidar": "^3.5.3",
"colorette": "^2.0.20",
"cross-spawn": "^7.0.3",
"fast-glob": "^3.3.1",
"fast-glob": "^3.3.2",
"klaw-sync": "^6.0.0",
"rollup": "^3.29.4",
"typescript": "^5.2.2",
"rollup": "^4.9.2",
"typescript": "^5.3.3",
"uuid": "^9.0.1"
}
}
Loading

0 comments on commit 85e49fb

Please sign in to comment.