diff options
| author | Volpeon <git@volpeon.ink> | 2024-10-18 18:08:24 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2024-10-18 18:08:24 +0200 |
| commit | 365c56edcc36b5b92902bac01ce44b43d01e8685 (patch) | |
| tree | 644611792591a76e605068d0c9e230fad6a633e7 /pnpm-lock.yaml | |
| parent | Revamped variable management (diff) | |
| download | iro-design-365c56edcc36b5b92902bac01ce44b43d01e8685.tar.gz iro-design-365c56edcc36b5b92902bac01ce44b43d01e8685.tar.bz2 iro-design-365c56edcc36b5b92902bac01ce44b43d01e8685.zip | |
Refactoring
Diffstat (limited to 'pnpm-lock.yaml')
| -rw-r--r-- | pnpm-lock.yaml | 31 |
1 files changed, 18 insertions, 13 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 85d4ab0..e7192de 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml | |||
| @@ -8,15 +8,12 @@ importers: | |||
| 8 | 8 | ||
| 9 | .: | 9 | .: |
| 10 | dependencies: | 10 | dependencies: |
| 11 | '@oddbird/blend': | ||
| 12 | specifier: ^0.2.4 | ||
| 13 | version: 0.2.4 | ||
| 14 | include-media: | 11 | include-media: |
| 15 | specifier: ^2.0.0 | 12 | specifier: ^2.0.0 |
| 16 | version: 2.0.0 | 13 | version: 2.0.0 |
| 17 | iro-sass: | 14 | iro-sass: |
| 18 | specifier: git+https://git.vulpes.one/git/iro-sass.git#c82ae7f3c766ff9d36c82183abf0f734e72a00a8 | 15 | specifier: git+https://git.vulpes.one/git/iro-sass.git#5bb214ac10c3c965836f1e63a3ff9f37ab28af4c |
| 19 | version: git+https://git.vulpes.one/git/iro-sass.git#c82ae7f3c766ff9d36c82183abf0f734e72a00a8 | 16 | version: git+https://git.vulpes.one/git/iro-sass.git#5bb214ac10c3c965836f1e63a3ff9f37ab28af4c |
| 20 | devDependencies: | 17 | devDependencies: |
| 21 | iro-icons: | 18 | iro-icons: |
| 22 | specifier: git+https://git.vulpes.one/git/iro-icons.git#8b921f634a565fd9bb8f6e0ddb1b4d7ba207c0a0 | 19 | specifier: git+https://git.vulpes.one/git/iro-icons.git#8b921f634a565fd9bb8f6e0ddb1b4d7ba207c0a0 |
| @@ -36,6 +33,9 @@ importers: | |||
| 36 | stylelint: | 33 | stylelint: |
| 37 | specifier: ^16.9.0 | 34 | specifier: ^16.9.0 |
| 38 | version: 16.9.0 | 35 | version: 16.9.0 |
| 36 | stylelint-config-recess-order: | ||
| 37 | specifier: ^5.1.1 | ||
| 38 | version: 5.1.1(stylelint@16.9.0) | ||
| 39 | stylelint-config-sass-guidelines: | 39 | stylelint-config-sass-guidelines: |
| 40 | specifier: ^12.1.0 | 40 | specifier: ^12.1.0 |
| 41 | version: 12.1.0(postcss@8.4.38)(stylelint@16.9.0) | 41 | version: 12.1.0(postcss@8.4.38)(stylelint@16.9.0) |
| @@ -122,9 +122,6 @@ packages: | |||
| 122 | resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} | 122 | resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} |
| 123 | engines: {node: '>= 8'} | 123 | engines: {node: '>= 8'} |
| 124 | 124 | ||
| 125 | '@oddbird/blend@0.2.4': | ||
| 126 | resolution: {integrity: sha512-+629s/xXq7YdEEt8mNEDia6ApX6GV3tz6XIhBgqQkdWqjAKbqGXDgjqcGA5O+SdLhzwS3YFtV6rqG4lA/DXymg==} | ||
| 127 | |||
| 128 | '@resvg/resvg-js-android-arm-eabi@2.6.2': | 125 | '@resvg/resvg-js-android-arm-eabi@2.6.2': |
| 129 | resolution: {integrity: sha512-FrJibrAk6v29eabIPgcTUMPXiEz8ssrAk7TXxsiZzww9UTQ1Z5KAbFJs+Z0Ez+VZTYgnE5IQJqBcoSiMebtPHA==} | 126 | resolution: {integrity: sha512-FrJibrAk6v29eabIPgcTUMPXiEz8ssrAk7TXxsiZzww9UTQ1Z5KAbFJs+Z0Ez+VZTYgnE5IQJqBcoSiMebtPHA==} |
| 130 | engines: {node: '>= 10'} | 127 | engines: {node: '>= 10'} |
| @@ -691,8 +688,8 @@ packages: | |||
| 691 | peerDependencies: | 688 | peerDependencies: |
| 692 | svg-sprite: ^2.0.2 | 689 | svg-sprite: ^2.0.2 |
| 693 | 690 | ||
| 694 | iro-sass@git+https://git.vulpes.one/git/iro-sass.git#c82ae7f3c766ff9d36c82183abf0f734e72a00a8: | 691 | iro-sass@git+https://git.vulpes.one/git/iro-sass.git#5bb214ac10c3c965836f1e63a3ff9f37ab28af4c: |
| 695 | resolution: {commit: c82ae7f3c766ff9d36c82183abf0f734e72a00a8, repo: https://git.vulpes.one/git/iro-sass.git, type: git} | 692 | resolution: {commit: 5bb214ac10c3c965836f1e63a3ff9f37ab28af4c, repo: https://git.vulpes.one/git/iro-sass.git, type: git} |
| 696 | version: 1.0.2 | 693 | version: 1.0.2 |
| 697 | 694 | ||
| 698 | is-arrayish@0.2.1: | 695 | is-arrayish@0.2.1: |
| @@ -1166,6 +1163,11 @@ packages: | |||
| 1166 | style-search@0.1.0: | 1163 | style-search@0.1.0: |
| 1167 | resolution: {integrity: sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==} | 1164 | resolution: {integrity: sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==} |
| 1168 | 1165 | ||
| 1166 | stylelint-config-recess-order@5.1.1: | ||
| 1167 | resolution: {integrity: sha512-eDAHWVBelzDbMbdMj15pSw0Ycykv5eLeriJdbGCp0zd44yvhgZLI+wyVHegzXp5NrstxTPSxl0fuOVKdMm0XLA==} | ||
| 1168 | peerDependencies: | ||
| 1169 | stylelint: '>=16' | ||
| 1170 | |||
| 1169 | stylelint-config-sass-guidelines@12.1.0: | 1171 | stylelint-config-sass-guidelines@12.1.0: |
| 1170 | resolution: {integrity: sha512-NTxEtVT6uNSqRvq+A3ScyKhjUrY/Z845TnpWEwnMgIPZ/+/Waa4+51r6OPuQRMu4XZS3D8DK1UaT4TWFBvuuAw==} | 1172 | resolution: {integrity: sha512-NTxEtVT6uNSqRvq+A3ScyKhjUrY/Z845TnpWEwnMgIPZ/+/Waa4+51r6OPuQRMu4XZS3D8DK1UaT4TWFBvuuAw==} |
| 1171 | engines: {node: '>=18.12.0'} | 1173 | engines: {node: '>=18.12.0'} |
| @@ -1398,8 +1400,6 @@ snapshots: | |||
| 1398 | '@nodelib/fs.scandir': 2.1.5 | 1400 | '@nodelib/fs.scandir': 2.1.5 |
| 1399 | fastq: 1.17.1 | 1401 | fastq: 1.17.1 |
| 1400 | 1402 | ||
| 1401 | '@oddbird/blend@0.2.4': {} | ||
| 1402 | |||
| 1403 | '@resvg/resvg-js-android-arm-eabi@2.6.2': | 1403 | '@resvg/resvg-js-android-arm-eabi@2.6.2': |
| 1404 | optional: true | 1404 | optional: true |
| 1405 | 1405 | ||
| @@ -1916,7 +1916,7 @@ snapshots: | |||
| 1916 | dependencies: | 1916 | dependencies: |
| 1917 | svg-sprite: 2.0.4 | 1917 | svg-sprite: 2.0.4 |
| 1918 | 1918 | ||
| 1919 | iro-sass@git+https://git.vulpes.one/git/iro-sass.git#c82ae7f3c766ff9d36c82183abf0f734e72a00a8: {} | 1919 | iro-sass@git+https://git.vulpes.one/git/iro-sass.git#5bb214ac10c3c965836f1e63a3ff9f37ab28af4c: {} |
| 1920 | 1920 | ||
| 1921 | is-arrayish@0.2.1: {} | 1921 | is-arrayish@0.2.1: {} |
| 1922 | 1922 | ||
| @@ -2400,6 +2400,11 @@ snapshots: | |||
| 2400 | 2400 | ||
| 2401 | style-search@0.1.0: {} | 2401 | style-search@0.1.0: {} |
| 2402 | 2402 | ||
| 2403 | stylelint-config-recess-order@5.1.1(stylelint@16.9.0): | ||
| 2404 | dependencies: | ||
| 2405 | stylelint: 16.9.0 | ||
| 2406 | stylelint-order: 6.0.4(stylelint@16.9.0) | ||
| 2407 | |||
| 2403 | stylelint-config-sass-guidelines@12.1.0(postcss@8.4.38)(stylelint@16.9.0): | 2408 | stylelint-config-sass-guidelines@12.1.0(postcss@8.4.38)(stylelint@16.9.0): |
| 2404 | dependencies: | 2409 | dependencies: |
| 2405 | '@stylistic/stylelint-plugin': 3.1.1(stylelint@16.9.0) | 2410 | '@stylistic/stylelint-plugin': 3.1.1(stylelint@16.9.0) |
