Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 9ebbb56

Browse files
committed
Update typescript, eslint, and more
1 parent 7d9ff92 commit 9ebbb56

File tree

4 files changed

+1177
-366
lines changed

4 files changed

+1177
-366
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.16.0
1+
v18.20.0

dev.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: quilt
22
type: node
33
up:
44
- node:
5-
version: v18.16.0
6-
yarn: v1.22.15
5+
version: v18.20.0
6+
yarn: v1.22.22
77
commands:
88
__default__: start
99
build: yarnpkg build

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
"@rollup/plugin-commonjs": "^19.0.0",
4646
"@rollup/plugin-node-resolve": "^13.0.0",
4747
"@shopify/app-bridge": "^2.0.3",
48-
"@shopify/eslint-plugin": "^42.0.1",
49-
"@tsconfig/node-lts": "^18.12.1",
48+
"@shopify/eslint-plugin": "^45.0.0",
49+
"@tsconfig/node-lts": "^20.1.3",
5050
"@tsconfig/strictest": "^2.0.0",
51-
"@tsd/typescript": "^4.9.5",
51+
"@tsd/typescript": "^5.4.5",
5252
"@types/babel__core": "^7.1.7",
5353
"@types/jest": "^29.4.0",
5454
"@types/react": "^18.0.0",
@@ -57,7 +57,7 @@
5757
"babel-loader": "^8.0.6",
5858
"core-js": "^3.14.0",
5959
"cross-fetch": "^3.0.4",
60-
"eslint": "^8.9.0",
60+
"eslint": "^8.57.0",
6161
"fs-extra": "^9.1.0",
6262
"get-port": "^5.0.0",
6363
"glob": "^7.1.6",
@@ -79,7 +79,7 @@
7979
"rimraf": "^2.6.2",
8080
"rollup": "^2.60.1",
8181
"rollup-plugin-node-externals": "^2.2.0",
82-
"typescript": "~5.0.2",
82+
"typescript": "~5.4.5",
8383
"yalc": "^1.0.0-pre.50"
8484
},
8585
"resolutions": {

0 commit comments

Comments
 (0)