Skip to content

Commit

Permalink
fix: Upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
richtera committed Jun 18, 2024
1 parent 59685c5 commit 731a361
Show file tree
Hide file tree
Showing 2 changed files with 8,352 additions and 6,206 deletions.
18 changes: 11 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,26 @@
"demo": "turbo run demo"
},
"devDependencies": {
"@biomejs/biome": "^1.6.4",
"@biomejs/biome": "^1.8.1",
"@lukso/data-provider-ipfs-http-client": "workspace:*",
"@lukso/data-provider-pinata": "workspace:*",
"@microsoft/api-documenter": "^7.24.1",
"@microsoft/api-extractor": "^7.43.0",
"@types/node": "^20.12.4",
"@microsoft/api-documenter": "^7.25.3",
"@microsoft/api-extractor": "^7.47.0",
"@types/node": "^20.14.5",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"formdata-node": "^6.0.3",
"jest": "^29.7.0",
"jest-presets": "workspace:*",
"source-map-support": "^0.5.21",
"tsup": "^8.0.2",
"turbo": "^1.13.2",
"tsup": "^8.1.0",
"turbo": "^1.13.4",
"zx": "^7.2.3"
},
"packageManager": "[email protected]",
"workspaces": ["packages/*", "configs/*", "examples/astro-example"]
"workspaces": [
"packages/*",
"configs/*",
"examples/astro-example"
]
}
Loading

0 comments on commit 731a361

Please sign in to comment.