generated from sebclem/ansible-role-template
Compare commits
10 Commits
0c3c1bd47e
...
290882dd93
Author | SHA1 | Date | |
---|---|---|---|
290882dd93 | |||
1bc501a39a | |||
6727024b01 | |||
f9031550c4 | |||
37f54a322d | |||
1fba7339c8 | |||
cd758465e9 | |||
43d97e7c7a | |||
f226532f01 | |||
c4960d62f8 |
@ -6,8 +6,8 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"husky": "9.0.11",
|
"husky": "9.0.11",
|
||||||
"lint-staged": "15.2.5",
|
"lint-staged": "15.2.7",
|
||||||
"prettier": "3.2.5"
|
"prettier": "3.3.2"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{js,css,md,json,yml,yaml}": "prettier --write"
|
"*.{js,css,md,json,yml,yaml}": "prettier --write"
|
||||||
@ -15,5 +15,5 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "husky install"
|
"prepare": "husky install"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@9.1.3"
|
"packageManager": "pnpm@9.5.0"
|
||||||
}
|
}
|
||||||
|
@ -12,11 +12,11 @@ importers:
|
|||||||
specifier: 9.0.11
|
specifier: 9.0.11
|
||||||
version: 9.0.11
|
version: 9.0.11
|
||||||
lint-staged:
|
lint-staged:
|
||||||
specifier: 15.2.5
|
specifier: 15.2.7
|
||||||
version: 15.2.5
|
version: 15.2.7
|
||||||
prettier:
|
prettier:
|
||||||
specifier: 3.2.5
|
specifier: 3.3.2
|
||||||
version: 3.2.5
|
version: 3.3.2
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
@ -122,8 +122,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==}
|
resolution: {integrity: sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==}
|
||||||
engines: {node: '>=14'}
|
engines: {node: '>=14'}
|
||||||
|
|
||||||
lint-staged@15.2.5:
|
lint-staged@15.2.7:
|
||||||
resolution: {integrity: sha512-j+DfX7W9YUvdzEZl3Rk47FhDF6xwDBV5wwsCPw6BwWZVPYJemusQmvb9bRsW23Sqsaa+vRloAWogbK4BUuU2zA==}
|
resolution: {integrity: sha512-+FdVbbCZ+yoh7E/RosSdqKJyUM2OEjTciH0TFNkawKgvFp1zbGlEC39RADg+xKBG1R4mhoH2j85myBQZ5wR+lw==}
|
||||||
engines: {node: '>=18.12.0'}
|
engines: {node: '>=18.12.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
@ -182,8 +182,8 @@ packages:
|
|||||||
engines: {node: '>=0.10'}
|
engines: {node: '>=0.10'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
prettier@3.2.5:
|
prettier@3.3.2:
|
||||||
resolution: {integrity: sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==}
|
resolution: {integrity: sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==}
|
||||||
engines: {node: '>=14'}
|
engines: {node: '>=14'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
@ -336,7 +336,7 @@ snapshots:
|
|||||||
|
|
||||||
lilconfig@3.1.1: {}
|
lilconfig@3.1.1: {}
|
||||||
|
|
||||||
lint-staged@15.2.5:
|
lint-staged@15.2.7:
|
||||||
dependencies:
|
dependencies:
|
||||||
chalk: 5.3.0
|
chalk: 5.3.0
|
||||||
commander: 12.1.0
|
commander: 12.1.0
|
||||||
@ -401,7 +401,7 @@ snapshots:
|
|||||||
|
|
||||||
pidtree@0.6.0: {}
|
pidtree@0.6.0: {}
|
||||||
|
|
||||||
prettier@3.2.5: {}
|
prettier@3.3.2: {}
|
||||||
|
|
||||||
restore-cursor@4.0.0:
|
restore-cursor@4.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
Loading…
Reference in New Issue
Block a user