Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
"tachometer": "0.7.2",
"tar-stream": "3.1.7",
"terser": "4.8.1",
"typescript": "5.3.3",
"typescript": "5.9.3",
"webpack-merge": "6.0.1",
"wireit": "0.14.12",
"yargs": "17.7.2"
Expand Down
2 changes: 1 addition & 1 deletion projects/css-custom-vars-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"react-dom": "18.3.1",
"storybook": "8.6.14",
"tslib": "2.8.1",
"typescript": "5.3.3"
"typescript": "5.9.3"
},
"customElements": "custom-elements.json",
"repository": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <jsonc/sort-keys> reported by reviewdog 🐶
Expected object keys to be in specified order. 'repository' should be before 'devDependencies'.

reviewdog suggestion errorGitHub comment range and suggestion line range must be same. L71-L71 v.s. L9-L75

Expand Down
2 changes: 1 addition & 1 deletion projects/example-project-rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"rollup-plugin-styles": "4.0.0",
"rollup-plugin-visualizer": "5.14.0",
"tslib": "2.8.1",
"typescript": "5.3.3"
"typescript": "5.9.3"
},
"customElements": "custom-elements.json",
"prettier": {
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ __metadata:
tachometer: "npm:0.7.2"
tar-stream: "npm:3.1.7"
terser: "npm:4.8.1"
typescript: "npm:5.3.3"
typescript: "npm:5.9.3"
webpack-merge: "npm:6.0.1"
wireit: "npm:0.14.12"
yargs: "npm:17.7.2"
Expand Down Expand Up @@ -4379,7 +4379,7 @@ __metadata:
react-dom: "npm:18.3.1"
storybook: "npm:8.6.14"
tslib: "npm:2.8.1"
typescript: "npm:5.3.3"
typescript: "npm:5.9.3"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -12501,7 +12501,7 @@ __metadata:
rollup-plugin-styles: "npm:4.0.0"
rollup-plugin-visualizer: "npm:5.14.0"
tslib: "npm:2.8.1"
typescript: "npm:5.3.3"
typescript: "npm:5.9.3"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -24959,13 +24959,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.3.3":
version: 5.3.3
resolution: "typescript@npm:5.3.3"
"typescript@npm:5.9.3":
version: 5.9.3
resolution: "typescript@npm:5.9.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/e33cef99d82573624fc0f854a2980322714986bc35b9cb4d1ce736ed182aeab78e2cb32b385efa493b2a976ef52c53e20d6c6918312353a91850e2b76f1ea44f
checksum: 10c0/6bd7552ce39f97e711db5aa048f6f9995b53f1c52f7d8667c1abdc1700c68a76a308f579cd309ce6b53646deb4e9a1be7c813a93baaf0a28ccd536a30270e1c5
languageName: node
linkType: hard

Expand Down Expand Up @@ -24999,13 +24999,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.3.3#optional!builtin<compat/typescript>":
version: 5.3.3
resolution: "typescript@patch:typescript@npm%3A5.3.3#optional!builtin<compat/typescript>::version=5.3.3&hash=e012d7"
"typescript@patch:typescript@npm%3A5.9.3#optional!builtin<compat/typescript>":
version: 5.9.3
resolution: "typescript@patch:typescript@npm%3A5.9.3#optional!builtin<compat/typescript>::version=5.9.3&hash=5786d5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/1d0a5f4ce496c42caa9a30e659c467c5686eae15d54b027ee7866744952547f1be1262f2d40de911618c242b510029d51d43ff605dba8fb740ec85ca2d3f9500
checksum: 10c0/ad09fdf7a756814dce65bc60c1657b40d44451346858eea230e10f2e95a289d9183b6e32e5c11e95acc0ccc214b4f36289dcad4bf1886b0adb84d711d336a430
languageName: node
linkType: hard

Expand Down
Loading