1
0

1.0.8: update dependencies

This commit is contained in:
Snipcola 2025-02-14 20:22:44 +00:00
parent ce136bee7c
commit a04225271f
Signed by: snipcola
GPG Key ID: 4D52FDA87796B669
5 changed files with 14 additions and 11 deletions

3
.gitignore vendored

@ -1,2 +1,3 @@
node_modules
bun.lock
bun.lock
bun.lockb

@ -2,7 +2,7 @@
"name": "create-roblox-ts-script",
"author": "Snipcola",
"description": "CLI tool for creating Roblox scripts using TypeScript.",
"version": "1.0.7",
"version": "1.0.8",
"keywords": [
"roblox",
"typescript",
@ -39,6 +39,6 @@
"yargs": "17.7.2"
},
"devDependencies": {
"prettier": "3.4.2"
"prettier": "3.5.1"
}
}

1
template/.gitignore vendored

@ -1,5 +1,6 @@
node_modules
bun.lock
bun.lockb
/out
/script.luau

@ -1,5 +1,6 @@
node_modules
bun.lock
bun.lockb
/out
/script.luau

@ -23,16 +23,16 @@
},
"dependencies": {},
"devDependencies": {
"@eslint/js": "9.19.0",
"@eslint/js": "9.20.0",
"@rbxts/compiler-types": "3.0.0-types.0",
"@rbxts/types": "1.0.813",
"@typescript-eslint/parser": "8.23.0",
"eslint": "9.19.0",
"globals": "15.14.0",
"@rbxts/types": "1.0.836",
"@typescript-eslint/parser": "8.24.0",
"eslint": "9.20.1",
"globals": "15.15.0",
"isentinel-eslint-plugin-roblox-ts": "0.0.37",
"prettier": "3.4.2",
"roblox-ts-script": "0.2.2",
"prettier": "3.5.1",
"roblox-ts-script": "0.2.3",
"typescript": "5.7.3",
"typescript-eslint": "8.23.0"
"typescript-eslint": "8.24.0"
}
}