Skip to content

Commit

Permalink
Fix svelte check
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau committed Dec 1, 2023
1 parent 2585854 commit 297036b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/core-cairo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@types/node": "^10.17.51",
"@types/node": "^18.0.0",
"array.prototype.flat": "^1.2.4",
"ava": "^5.0.0",
"rimraf": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@openzeppelin/contracts": "^5.0.0",
"@openzeppelin/contracts-upgradeable": "^5.0.0",
"@types/node": "^10.17.51",
"@types/node": "^18.0.0",
"array.prototype.flat": "^1.2.4",
"ava": "^5.0.0",
"hardhat": "^2.1.1",
Expand Down
1 change: 1 addition & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@types/file-saver": "^2.0.1",
"@types/resize-observer-browser": "^0.1.5",
"@types/uuid": "^9.0.0",
"@types/node": "^18.0.0",
"autoprefixer": "^10.4.2",
"path-browserify": "^1.0.1",
"postcss": "^8.2.8",
Expand Down
10 changes: 6 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1038,10 +1038,12 @@
dependencies:
undici-types "~5.26.4"

"@types/node@^10.17.51":
version "10.17.60"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.60.tgz#35f3d6213daed95da7f0f73e75bcc6980e90597b"
integrity sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==
"@types/node@^18.0.0":
version "18.19.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.1.tgz#e3ed7d5ab5ea21f33a4503decb2171e0d8f53070"
integrity sha512-mZJ9V11gG5Vp0Ox2oERpeFDl+JvCwK24PGy76vVY/UgBtjwJWc5rYBThFxmbnYOm9UPZNm6wEl/sxHt2SU7x9A==
dependencies:
undici-types "~5.26.4"

"@types/parse-json@^4.0.0":
version "4.0.2"
Expand Down

0 comments on commit 297036b

Please sign in to comment.