Skip to content

Commit

Permalink
limit TS to 5.2.x to avoid build broken from dirty changes being pres…
Browse files Browse the repository at this point in the history
…ent in CI due to a higher version of TS outputting different source maps
  • Loading branch information
trusktr committed Apr 29, 2024
1 parent 351e0cb commit 06285ac
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -87,7 +87,7 @@
"three": ">=0.139.0"
},
"devDependencies": {
"@lume/cli": "^0.11.0",
"@lume/cli": "^0.12.0",
"@types/three": ">=0.139.0",
"cross-env": "^7.0.3",
"five-server": "^0.3.1",
Expand All @@ -97,7 +97,7 @@
"prettier": "3.0.3",
"symlink-dir": "^5.2.0",
"three": ">=0.139.0",
"typescript": "^5.0.0"
"typescript": "5.2.x"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli
Submodule cli updated 2 files
+2 −2 package-lock.json
+2 −2 package.json
2 changes: 1 addition & 1 deletion packages/element
42 changes: 35 additions & 7 deletions yarn.lock
Expand Up @@ -3202,7 +3202,35 @@ __metadata:
languageName: unknown
linkType: soft

"@lume/cli@npm:^0.11.0, @lume/cli@npm:^0.11.2, @lume/cli@workspace:packages/cli":
"@lume/cli@npm:^0.11.0, @lume/cli@npm:^0.11.2":
version: 0.11.2
resolution: "@lume/cli@npm:0.11.2"
dependencies:
"@babel/cli": "npm:7.23.0"
"@babel/core": "npm:7.23.2"
"@babel/plugin-proposal-decorators": "npm:7.23.2"
"@babel/preset-typescript": "npm:7.23.2"
"@babel/runtime": "npm:7.23.2"
"@types/mocha": "npm:^9.1.0"
"@web/dev-server-import-maps": "npm:^0.1.3"
"@web/test-runner": "npm:^0.17.2"
"@web/test-runner-playwright": "npm:^0.10.2"
babel-preset-solid: "npm:1.5.4"
chalk: "npm:4.1.2"
commander: "npm:8.2.0"
figlet: "npm:1.5.2"
jest-browser-globals: "npm:^25.1.0-beta"
prettier: "npm:3.0.3"
rimraf: "npm:3.0.0"
sinon: "npm:^17.0.0"
typescript: "npm:^5.0.0"
bin:
lume: bin/cli.js
checksum: ef0c72f60c773c46b00d3d9ce00cead4a0f47afb742384c415089279663beeba093cc17addb76ea106a5d84654dd9589f0c51b8394b91e596d476b73ac156617
languageName: node
linkType: hard

"@lume/cli@npm:^0.12.0, @lume/cli@workspace:packages/cli":
version: 0.0.0-use.local
resolution: "@lume/cli@workspace:packages/cli"
dependencies:
Expand All @@ -3223,7 +3251,7 @@ __metadata:
prettier: "npm:3.0.3"
rimraf: "npm:3.0.0"
sinon: "npm:^17.0.0"
typescript: "npm:^5.0.0"
typescript: "npm:5.2.x"
bin:
lume: bin/cli.js
languageName: unknown
Expand Down Expand Up @@ -3262,7 +3290,7 @@ __metadata:
ncp: "npm:^2.0.0"
prettier: "npm:3.0.3"
solid-js: "npm:^1.0.0"
typescript: "npm:^5.0.0"
typescript: "npm:5.2.x"
peerDependencies:
"@types/react": "*"
languageName: unknown
Expand Down Expand Up @@ -18515,7 +18543,7 @@ __metadata:
resolution: "lume@workspace:."
dependencies:
"@lume/autolayout": "npm:^0.10.0"
"@lume/cli": "npm:^0.11.0"
"@lume/cli": "npm:^0.12.0"
"@lume/element": "npm:^0.11.6"
"@lume/eventful": "npm:^0.3.0"
"@lume/three-projected-material": "npm:^0.3.0"
Expand All @@ -18534,7 +18562,7 @@ __metadata:
solid-js: "npm:^1.0.0"
symlink-dir: "npm:^5.2.0"
three: "npm:>=0.139.0"
typescript: "npm:^5.0.0"
typescript: "npm:5.2.x"
peerDependencies:
three: ">=0.139.0"
languageName: unknown
Expand Down Expand Up @@ -25896,7 +25924,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:>=3 < 6, typescript@npm:^5.0.0":
"typescript@npm:5.2.x, typescript@npm:>=3 < 6, typescript@npm:^5.0.0":
version: 5.2.2
resolution: "typescript@npm:5.2.2"
bin:
Expand All @@ -25916,7 +25944,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.0.0#optional!builtin<compat/typescript>":
"typescript@patch:typescript@npm%3A5.2.x#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.0.0#optional!builtin<compat/typescript>":
version: 5.2.2
resolution: "typescript@patch:typescript@npm%3A5.2.2#optional!builtin<compat/typescript>::version=5.2.2&hash=f3b441"
bin:
Expand Down

0 comments on commit 06285ac

Please sign in to comment.