Skip to content

Commit

Permalink
Work-around for Auto-Import vuejs/language-tools#2190
Browse files Browse the repository at this point in the history
  • Loading branch information
lvalencia committed Jan 19, 2024
1 parent 8406f53 commit 93a140a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion luvle-deploy/package.json
Expand Up @@ -29,6 +29,6 @@
"sinon": "^15.0.1",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
"typescript": "^4.8.4"
}
}
2 changes: 1 addition & 1 deletion luvle-site/package.json
Expand Up @@ -55,7 +55,7 @@
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"sass": "^1.57.1",
"typescript": "^4.9.5",
"typescript": "^4.8.4",
"vite": "^4.5.1",
"vite-plugin-inject-preload": "^1.1.2",
"vitest": "^0.25.3",
Expand Down
2 changes: 1 addition & 1 deletion luvle-site/src/views/games/cube-up/cube.ts
Expand Up @@ -237,7 +237,7 @@ export class Cube {
return this.mesh.position;
}

private set position({ x, y, z }: SimplePosition) {
public set position({ x, y, z }: SimplePosition) {
this.lastPosition = {
x,
y,
Expand Down
2 changes: 1 addition & 1 deletion luvle-utils/package.json
Expand Up @@ -23,6 +23,6 @@
"sinon": "^15.0.1",
"ts-mocha": "^10.0.0",
"tsconfig-paths": "^4.1.2",
"typescript": "^4.9.5"
"typescript": "^4.8.4"
}
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,6 +25,6 @@
"packageManager": "yarn@3.3.1",
"devDependencies": {
"npm-run-all": "^4.1.5",
"typescript": "^4.9.5"
"typescript": "^4.8.4"
}
}
12 changes: 6 additions & 6 deletions yarn.lock
Expand Up @@ -616,7 +616,7 @@ __metadata:
sinon: ^15.0.1
ts-mocha: ^10.0.0
ts-node: ^10.9.1
typescript: ^4.9.5
typescript: ^4.8.4
underscore: ^1.13.6
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -655,7 +655,7 @@ __metadata:
rimraf: ^3.0.2
sass: ^1.57.1
three: ^0.160.0
typescript: ^4.9.5
typescript: ^4.8.4
underscore: ^1.13.6
vite: ^4.5.1
vite-plugin-inject-preload: ^1.1.2
Expand All @@ -673,7 +673,7 @@ __metadata:
resolution: "@luvle/monorepo@workspace:."
dependencies:
npm-run-all: ^4.1.5
typescript: ^4.9.5
typescript: ^4.8.4
languageName: unknown
linkType: soft

Expand All @@ -693,7 +693,7 @@ __metadata:
sinon: ^15.0.1
ts-mocha: ^10.0.0
tsconfig-paths: ^4.1.2
typescript: ^4.9.5
typescript: ^4.8.4
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -5453,7 +5453,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^4.9.5":
"typescript@npm:^4.8.4":
version: 4.9.5
resolution: "typescript@npm:4.9.5"
bin:
Expand All @@ -5463,7 +5463,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@^4.9.5#~builtin<compat/typescript>":
"typescript@patch:typescript@^4.8.4#~builtin<compat/typescript>":
version: 4.9.5
resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=ad5954"
bin:
Expand Down

0 comments on commit 93a140a

Please sign in to comment.