Skip to content

Commit 1f71308

Browse files
committed
feat: lock dependencies
1 parent 7095fa4 commit 1f71308

File tree

4 files changed

+114
-122
lines changed

4 files changed

+114
-122
lines changed

apps/api/package.json

+17-18
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,24 @@
2121
"#src/*": "./src/*"
2222
},
2323
"dependencies": {
24-
"@ln-markets/api": "^1.7.0",
25-
"@ln-markets/maths": "^1.0.1",
26-
"bech32": "^2.0.0",
27-
"bip32": "^3.0.1",
28-
"bip39": "^3.0.4",
29-
"body-parser": "^1.20.0",
30-
"cors": "^2.8.5",
31-
"cuid": "^2.1.8",
32-
"express": "^4.17.3",
33-
"express-session": "^1.17.2",
34-
"express-winston": "^4.2.0",
35-
"helmet": "^4.6.0",
24+
"@ln-markets/api": "1.7.0",
25+
"bech32": "2.0.0",
26+
"bip32": "3.0.1",
27+
"bip39": "3.0.4",
28+
"body-parser": "1.20.0",
29+
"cors": "2.8.5",
30+
"cuid": "2.1.8",
31+
"express": "4.17.3",
32+
"express-session": "1.17.2",
33+
"express-winston": "4.2.0",
34+
"helmet": "4.6.0",
3635
"ln-service": "53.0.1",
37-
"module-alias": "^2.2.2",
38-
"node-fetch": "^3.2.3",
39-
"secp256k1": "^4.0.3",
40-
"tiny-secp256k1": "^2.2.1",
41-
"winston": "^3.7.2",
42-
"ws": "^8.5.0"
36+
"module-alias": "2.2.2",
37+
"node-fetch": "3.2.3",
38+
"secp256k1": "4.0.3",
39+
"tiny-secp256k1": "2.2.1",
40+
"winston": "3.7.2",
41+
"ws": "8.5.0"
4342
},
4443
"nodemonConfig": {
4544
"exec": "node src/index.js",

apps/front/package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@
1616
"format": "prettier --write 'src/**/*.js'"
1717
},
1818
"dependencies": {
19-
"@fortawesome/fontawesome-svg-core": "^1.2.36",
20-
"@fortawesome/free-brands-svg-icons": "^5.15.4",
21-
"@fortawesome/free-regular-svg-icons": "^5.15.4",
22-
"@fortawesome/free-solid-svg-icons": "^5.15.4",
23-
"@fortawesome/vue-fontawesome": "^3.0.0-5",
24-
"@ln-markets/maths": "^1.0.2",
25-
"mitt": "^3.0.0",
26-
"vue": "^3.2.33",
27-
"vue-final-modal": "^3.4.3",
28-
"vue-router": "^4.0.14",
29-
"vuex": "^4.0.2",
30-
"vuex-persistedstate": "^4.1.0"
19+
"@fortawesome/fontawesome-svg-core": "1.2.36",
20+
"@fortawesome/free-brands-svg-icons": "5.15.4",
21+
"@fortawesome/free-regular-svg-icons": "5.15.4",
22+
"@fortawesome/free-solid-svg-icons": "5.15.4",
23+
"@fortawesome/vue-fontawesome": "3.0.0-5",
24+
"@ln-markets/maths": "1.0.2",
25+
"mitt": "3.0.0",
26+
"vue": "3.2.33",
27+
"vue-final-modal": "3.4.3",
28+
"vue-router": "4.0.14",
29+
"vuex": "4.0.2",
30+
"vuex-persistedstate": "4.1.0"
3131
},
3232
"devDependencies": {
33-
"@vitejs/plugin-vue": "^1.10.2",
34-
"@vue/compiler-sfc": "^3.2.33",
35-
"autoprefixer": "^10.4.4",
36-
"postcss": "^8.4.12",
37-
"tailwindcss": "^2.2.19",
38-
"vite": "^2.9.5"
33+
"@vitejs/plugin-vue": "1.10.2",
34+
"@vue/compiler-sfc": "3.2.33",
35+
"autoprefixer": "10.4.4",
36+
"postcss": "8.4.12",
37+
"tailwindcss": "2.2.19",
38+
"vite": "2.9.5"
3939
}
4040
}

package.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,28 @@
2323
"lnd:create-channel": "docker exec --user lnd -it lnmarkets_umbrel_testnet_lnd lncli --network='testnet' openchannel '03bae2db4b57738c1ec1ffa1c5e5a4423968cc592b3b39cddf7d495e72919d6431'"
2424
},
2525
"devDependencies": {
26-
"@commitlint/cli": "^15.0.0",
27-
"@commitlint/config-conventional": "^15.0.0",
28-
"eslint": "^8.13.0",
29-
"eslint-config-prettier": "^8.5.0",
30-
"eslint-config-standard": "^16.0.3",
31-
"eslint-formatter-gitlab": "^3.0.0",
32-
"eslint-import-resolver-alias": "^1.1.2",
33-
"eslint-plugin-eslint-comments": "^3.2.0",
34-
"eslint-plugin-import": "^2.26.0",
35-
"eslint-plugin-jsdoc": "^39.2.7",
36-
"eslint-plugin-no-autofix": "^1.2.3",
37-
"eslint-plugin-node": "^11.1.0",
38-
"eslint-plugin-prefer-arrow": "^1.2.3",
39-
"eslint-plugin-prettier": "^4.0.0",
40-
"eslint-plugin-promise": "^5.2.0",
41-
"eslint-plugin-sonarjs": "^0.13.0",
42-
"eslint-plugin-tailwindcss": "^1.17.2",
43-
"eslint-plugin-unicorn": "^42.0.0",
44-
"eslint-plugin-vue": "^8.6.0",
45-
"husky": "^7.0.4",
46-
"lint-staged": "^12.4.0",
47-
"nodemon": "^2.0.15",
26+
"@commitlint/cli": "15.0.0",
27+
"@commitlint/config-conventional": "15.0.0",
28+
"eslint": "8.13.0",
29+
"eslint-config-prettier": "8.5.0",
30+
"eslint-config-standard": "16.0.3",
31+
"eslint-formatter-gitlab": "3.0.0",
32+
"eslint-import-resolver-alias": "1.1.2",
33+
"eslint-plugin-eslint-comments": "3.2.0",
34+
"eslint-plugin-import": "2.26.0",
35+
"eslint-plugin-jsdoc": "39.2.7",
36+
"eslint-plugin-no-autofix": "1.2.3",
37+
"eslint-plugin-node": "11.1.0",
38+
"eslint-plugin-prefer-arrow": "1.2.3",
39+
"eslint-plugin-prettier": "4.0.0",
40+
"eslint-plugin-promise": "5.2.0",
41+
"eslint-plugin-sonarjs": "0.13.0",
42+
"eslint-plugin-tailwindcss": "1.17.2",
43+
"eslint-plugin-unicorn": "42.0.0",
44+
"eslint-plugin-vue": "8.6.0",
45+
"husky": "7.0.4",
46+
"lint-staged": "12.4.0",
47+
"nodemon": "2.0.15",
4848
"prettier": "2.2.1"
4949
}
5050
}

pnpm-lock.yaml

+57-64
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)