Skip to content

Commit

Permalink
build: upgrade packages dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 committed Jan 17, 2024
1 parent 00c63a8 commit d6b4ff4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 212 deletions.
194 changes: 7 additions & 187 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 0 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,6 @@
"Solidity",
"Universal Profiles"
],
"description": "The reference smart contract implementation for the LUKSO LSP standards",
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/lukso-network/lsp-smart-contracts/issues"
},
"homepage": "https://github.com/lukso-network/lsp-smart-contracts#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/lukso-network/lsp-smart-contracts.git"
},
"keywords": [
"Blockchain",
"Ethereum",
"EVM",
"LUKSO",
"LSP",
"Smart Contracts",
"Standards",
"Solidity",
"Universal Profiles"
],
"directories": {
"test": "tests"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/LSP2ERC725YJSONSchema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:coverage": "hardhat coverage"
},
"dependencies": {
"@erc725/smart-contracts": "^6.0.0",
"@erc725/smart-contracts": "^7.0.0",
"@openzeppelin/contracts": "^4.9.3"
},
"devDependencies": {
Expand All @@ -39,10 +39,10 @@
"hardhat-deploy": "^0.11.25",
"hardhat-gas-reporter": "^1.0.9",
"hardhat-packager": "^1.4.2",
"solhint": "^3.3.6",
"solhint": "^3.6.2",
"ts-node": "^10.2.0",
"tsconfig": "*",
"typechain": "^8.0.0",
"typescript": "^4.9.5"
"typescript": "^5.3.3"
}
}

0 comments on commit d6b4ff4

Please sign in to comment.