Skip to content

Commit

Permalink
strict version for libs
Browse files Browse the repository at this point in the history
  • Loading branch information
EarlOld committed Jun 10, 2024
1 parent aefd602 commit c86ba4e
Show file tree
Hide file tree
Showing 2 changed files with 403 additions and 322 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,36 +12,36 @@
"prepare": "husky"
},
"dependencies": {
"@irys/query": "^0.0.6",
"@irys/sdk": "^0.2.0",
"@nuxt/ui": "^2.14.2",
"@pinia/nuxt": "^0.5.1",
"@tanstack/vue-query": "^5.32.1",
"@use-wagmi/nuxt": "^2.2.0",
"@vueuse/components": "^10.9.0",
"@vueuse/core": "^10.9.0",
"@web3modal/wagmi": "^4.1.1",
"ardb": "^1.1.10",
"arweave": "^1.15.0",
"bignumber.js": "^9.1.2",
"buffer": "^6.0.3",
"chart.js": "^4.4.2",
"ethers": "^6.12.1",
"moment": "^2.30.1",
"nuxt": "^3.11.1",
"sass": "^1.77.2",
"scule": "^1.3.0",
"use-wagmi": "^1.5.0",
"viem": "^2.9.29",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"@irys/query": "0.0.6",
"@irys/sdk": "0.2.0",
"@nuxt/ui": "2.14.2",
"@pinia/nuxt": "0.5.1",
"@tanstack/vue-query": "5.32.1",
"@use-wagmi/nuxt": "2.2.0",
"@vueuse/components": "10.9.0",
"@vueuse/core": "10.9.0",
"@web3modal/wagmi": "4.1.1",
"ardb": "1.1.10",
"arweave": "1.15.0",
"bignumber.js": "9.1.2",
"buffer": "6.0.3",
"chart.js": "4.4.2",
"ethers": "6.12.1",
"moment": "2.30.1",
"nuxt": "3.11.1",
"sass": "1.77.2",
"scule": "1.3.0",
"use-wagmi": "1.5.0",
"viem": "2.9.29",
"vue": "3.4.21",
"vue-router": "4.3.0",
"warp-contracts": "1.4.21",
"warp-contracts-plugin-deploy": "^1.0.13",
"warp-contracts-plugin-ethers": "^1.0.8"
"warp-contracts-plugin-deploy": "1.0.13",
"warp-contracts-plugin-ethers": "1.0.8"
},
"devDependencies": {
"husky": "^9.0.11",
"lint-staged": "^15.2.4",
"husky": "9.0.11",
"lint-staged": "15.2.4",
"prettier": "3.2.5"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit c86ba4e

Please sign in to comment.