Skip to content

Commit

Permalink
chore: version bump devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
🎲 committed Dec 5, 2024
1 parent 2920a52 commit ed0c830
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 44 deletions.
6 changes: 3 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.32.4"
}
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.32.4"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"npm-check-updates": "^17.1.11",
"rimraf": "^6.0.1",
"tsx": "^4.19.2",
"typedoc": "^0.27.2",
"vitest": "^2.1.6"
"typedoc": "^0.27.3",
"vitest": "^2.1.8"
}
}
4 changes: 2 additions & 2 deletions packages/tslua-dcs-testapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"lua-types": "^2.13.1",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"typescript": "^5.7.2",
"typescript-to-lua": "^1.28.1",
"vitest": "^2.1.6"
"vitest": "^2.1.8"
}
}
16 changes: 5 additions & 11 deletions packages/tslua-http-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
"name": "@flying-dice/tslua-http-api",
"version": "0.32.4",
"description": "LUA HTTP API Server written in Typescript Transpiled to lua using TypeScriptToLua",
"keywords": [
"lua",
"http",
"api"
],
"keywords": ["lua", "http", "api"],
"repository": {
"type": "git",
"url": "https://github.com/flying-dice/tslua-dcs.git"
Expand All @@ -27,9 +23,7 @@
},
"nodemonConfig": {
"verbose": true,
"watch": [
"dist"
],
"watch": ["dist"],
"ext": "lua",
"exec": "npm run dev"
},
Expand All @@ -39,12 +33,12 @@
"@flying-dice/tslua-rxi-json": "^0.32.4"
},
"devDependencies": {
"@vitest/coverage-v8": "^2.1.6",
"axios": "^1.7.8",
"@vitest/coverage-v8": "^2.1.8",
"axios": "^1.7.9",
"lua-types": "^2.13.1",
"typescript": "^5.7.2",
"typescript-to-lua": "^1.28.1",
"vitest": "^2.1.6",
"vitest": "^2.1.8",
"vitest-mock-extended": "^2.0.2"
},
"gitHead": "a6ae4c01c5f5796bcc1c0e88d4b790d83de03340"
Expand Down
11 changes: 4 additions & 7 deletions packages/tslua-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
"name": "@flying-dice/tslua-http",
"version": "0.32.4",
"description": "LUA HTTP Server written in Typescript Transpiled to lua using TypeScriptToLua",
"keywords": [
"lua",
"http"
],
"keywords": ["lua", "http"],
"repository": {
"type": "git",
"url": "https://github.com/flying-dice/tslua-dcs.git"
Expand All @@ -28,12 +25,12 @@
},
"devDependencies": {
"@flying-dice/tslua-luatest": "^0.32.4",
"@vitest/coverage-v8": "^2.1.6",
"@vitest/ui": "^2.1.6",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"lua-types": "^2.13.1",
"typescript": "^5.7.2",
"typescript-to-lua": "^1.28.1",
"vitest": "^2.1.6",
"vitest": "^2.1.8",
"vitest-mock-extended": "^2.0.2"
},
"gitHead": "a6ae4c01c5f5796bcc1c0e88d4b790d83de03340"
Expand Down
10 changes: 3 additions & 7 deletions packages/tslua-luatest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
"name": "@flying-dice/tslua-luatest",
"version": "0.32.4",
"description": "tslua testing library",
"keywords": [
"lua",
"dcs",
"test"
],
"keywords": ["lua", "dcs", "test"],
"repository": {
"type": "git",
"url": "https://github.com/flying-dice/tslua-dcs.git"
Expand All @@ -24,11 +20,11 @@
"test": "vitest run --coverage"
},
"devDependencies": {
"@vitest/coverage-v8": "^2.1.6",
"@vitest/coverage-v8": "^2.1.8",
"lua-types": "^2.13.1",
"typescript": "^5.7.2",
"typescript-to-lua": "^1.28.1",
"vitest": "^2.1.6",
"vitest": "^2.1.8",
"vitest-mock-extended": "^2.0.2"
},
"gitHead": "a6ae4c01c5f5796bcc1c0e88d4b790d83de03340"
Expand Down
7 changes: 1 addition & 6 deletions packages/tslua-openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
"name": "@flying-dice/tslua-openapi",
"version": "0.32.4",
"description": "Re-export of https://github.com/metadevpro/openapi3-ts/ library for tslua",
"keywords": [
"lua",
"http",
"api",
"openapi"
],
"keywords": ["lua", "http", "api", "openapi"],
"repository": {
"type": "git",
"url": "https://github.com/flying-dice/tslua-dcs.git"
Expand Down
7 changes: 1 addition & 6 deletions packages/tslua-rxi-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
"description": "rxi-json library with typings",
"types": "./index.d.ts",
"main": "./index",
"keywords": [
"lua",
"dcs",
"json",
"rxi/json"
],
"keywords": ["lua", "dcs", "json", "rxi/json"],
"repository": {
"type": "git",
"url": "https://github.com/flying-dice/tslua-dcs.git"
Expand Down

0 comments on commit ed0c830

Please sign in to comment.