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

Commit c33e876

Browse files
chore(deps): pin dependencies
1 parent e9ae952 commit c33e876

1 file changed

Lines changed: 40 additions & 40 deletions

File tree

package.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -14,55 +14,55 @@
1414
},
1515
"dependencies": {
1616
"@element-plus/icons-vue": "2.0.4",
17-
"@extend-chrome/storage": "^1.5.0",
17+
"@extend-chrome/storage": "1.5.0",
1818
"@fortawesome/fontawesome-svg-core": "^6.1.1",
1919
"@fortawesome/free-brands-svg-icons": "^6.1.1",
2020
"@fortawesome/free-solid-svg-icons": "^6.1.1",
2121
"@fortawesome/vue-fontawesome": "^3.0.0-5",
22-
"@walletconnect/web3-provider": "^1.7.8",
23-
"async-lock": "^1.3.1",
24-
"axios": "^0.27.2",
25-
"bind-decorator": "^1.0.11",
26-
"buffer": "^6.0.3",
27-
"crossbell.js": "^0.8.3",
22+
"@walletconnect/web3-provider": "1.8.0",
23+
"async-lock": "1.3.2",
24+
"axios": "0.27.2",
25+
"bind-decorator": "1.0.11",
26+
"buffer": "6.0.3",
27+
"crossbell.js": "0.8.3",
2828
"element-plus": "2.2.2",
29-
"ethers": "^5.6.8",
30-
"events": "^3.3.0",
31-
"lodash-es": "^4.17.21",
32-
"markdown-it": "^13.0.1",
33-
"metamask-extension-provider": "^3.0.0",
34-
"moment": "^2.29.3",
35-
"process": "^0.11.10",
29+
"ethers": "5.6.9",
30+
"events": "3.3.0",
31+
"lodash-es": "4.17.21",
32+
"markdown-it": "13.0.1",
33+
"metamask-extension-provider": "3.0.0",
34+
"moment": "2.29.4",
35+
"process": "0.11.10",
3636
"unidata.js": "0.6.1",
37-
"util": "^0.12.4",
38-
"vue": "^3.2.36",
39-
"vue-router": "^4.0.15",
40-
"vuex": "^4.0.2",
41-
"web3modal": "^1.9.7"
37+
"util": "0.12.4",
38+
"vue": "3.2.37",
39+
"vue-router": "4.1.3",
40+
"vuex": "4.0.2",
41+
"web3modal": "1.9.8"
4242
},
4343
"devDependencies": {
44-
"@crxjs/vite-plugin": "^1.0.7",
45-
"@originjs/vite-plugin-commonjs": "^1.0.3",
46-
"@tailwindcss/line-clamp": "^0.4.0",
47-
"@types/async-lock": "^1.1.5",
48-
"@types/chrome": "^0.0.188",
49-
"@types/lodash-es": "^4.17.6",
50-
"@types/markdown-it": "^12.2.3",
51-
"@vitejs/plugin-vue": "^2.3.3",
52-
"autoprefixer": "^10.4.7",
53-
"browserify-zlib": "^0.2.0",
54-
"husky": "^8.0.1",
55-
"less": "^4.1.2",
56-
"lint-staged": "^13.0.0",
57-
"postcss": "^8.4.14",
44+
"@crxjs/vite-plugin": "1.0.13",
45+
"@originjs/vite-plugin-commonjs": "1.0.3",
46+
"@tailwindcss/line-clamp": "0.4.0",
47+
"@types/async-lock": "1.1.5",
48+
"@types/chrome": "0.0.188",
49+
"@types/lodash-es": "4.17.6",
50+
"@types/markdown-it": "12.2.3",
51+
"@vitejs/plugin-vue": "2.3.3",
52+
"autoprefixer": "10.4.8",
53+
"browserify-zlib": "0.2.0",
54+
"husky": "8.0.1",
55+
"less": "4.1.3",
56+
"lint-staged": "13.0.3",
57+
"postcss": "8.4.16",
5858
"prettier": "2.6.2",
59-
"rollup-plugin-polyfill-node": "^0.9.0",
60-
"stream-browserify": "^3.0.0",
61-
"tailwindcss": "^3.0.24",
62-
"typescript": "^4.7.2",
63-
"unplugin-auto-import": "^0.8.6",
64-
"unplugin-vue-components": "^0.19.6",
59+
"rollup-plugin-polyfill-node": "0.9.0",
60+
"stream-browserify": "3.0.0",
61+
"tailwindcss": "3.1.8",
62+
"typescript": "4.7.4",
63+
"unplugin-auto-import": "0.8.8",
64+
"unplugin-vue-components": "0.19.9",
6565
"vite": "3.0.0-alpha.9",
66-
"vue-tsc": "^0.35.2"
66+
"vue-tsc": "0.35.2"
6767
}
6868
}

0 commit comments

Comments
 (0)