mirror of
https://github.com/iconoir-icons/iconoir
synced 2026-03-14 14:05:44 +01:00
Fix linting & format files
This commit is contained in:
parent
c2179807d1
commit
1ac85cc784
6 changed files with 87 additions and 85 deletions
|
|
@ -22,8 +22,8 @@ export default antfu({
|
|||
},
|
||||
ignores: [
|
||||
'css/*.css',
|
||||
'examples/react-native/',
|
||||
'iconoir.com/out/',
|
||||
'**/.expo/',
|
||||
'packages/iconoir-flutter/.dart_tool/',
|
||||
'packages/iconoir-flutter/build/',
|
||||
'packages/iconoir-flutter/example/',
|
||||
|
|
|
|||
|
|
@ -8,15 +8,15 @@
|
|||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"next": "15.1.0",
|
||||
"next": "15.1.1",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22",
|
||||
"@types/react": "^19",
|
||||
"@types/react-dom": "^19",
|
||||
"@types/node": "^22.10.2",
|
||||
"@types/react": "^19.0.1",
|
||||
"@types/react-dom": "^19.0.2",
|
||||
"iconoir-react": "workspace:*",
|
||||
"typescript": "^5"
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
<script setup lang="ts">
|
||||
import {
|
||||
Check,
|
||||
Iconoir,
|
||||
IconoirProvider,
|
||||
Medal1st,
|
||||
Medal1stSolid,
|
||||
IconoirProvider,
|
||||
Check,
|
||||
} from '@iconoir/vue';
|
||||
</script>
|
||||
|
||||
|
|
|
|||
|
|
@ -25,11 +25,11 @@
|
|||
"@types/react-window": "^1.8.8",
|
||||
"animejs": "^3.2.2",
|
||||
"csvtojson": "^2.0.10",
|
||||
"eslint-config-next": "^15.1.0",
|
||||
"eslint-config-next": "^15.1.1",
|
||||
"iconoir-react": "workspace:*",
|
||||
"lodash": "^4.17.21",
|
||||
"moment": "^2.30.1",
|
||||
"next": "^15.1.0",
|
||||
"next": "^15.1.1",
|
||||
"next-mdx-remote": "^5.0.0",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
|
|
|
|||
|
|
@ -1,13 +1,15 @@
|
|||
<script setup lang="ts">
|
||||
import { provide } from 'vue-demi';
|
||||
import type { SVGAttributes } from 'vue-demi';
|
||||
import { provide } from 'vue-demi';
|
||||
import providerKey from './providerKey';
|
||||
|
||||
interface Props {
|
||||
iconProps: SVGAttributes;
|
||||
}
|
||||
const props = defineProps<Props>();
|
||||
provide(providerKey, props.iconProps);
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<slot />
|
||||
</template>
|
||||
|
|
|
|||
148
pnpm-lock.yaml
generated
148
pnpm-lock.yaml
generated
|
|
@ -71,8 +71,8 @@ importers:
|
|||
examples/next:
|
||||
dependencies:
|
||||
next:
|
||||
specifier: 15.1.0
|
||||
version: 15.1.0(@babel/core@7.26.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
|
||||
specifier: 15.1.1
|
||||
version: 15.1.1(@babel/core@7.26.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
|
||||
react:
|
||||
specifier: ^19.0.0
|
||||
version: 19.0.0
|
||||
|
|
@ -81,19 +81,19 @@ importers:
|
|||
version: 19.0.0(react@19.0.0)
|
||||
devDependencies:
|
||||
'@types/node':
|
||||
specifier: ^22
|
||||
specifier: ^22.10.2
|
||||
version: 22.10.2
|
||||
'@types/react':
|
||||
specifier: ^19
|
||||
specifier: ^19.0.1
|
||||
version: 19.0.1
|
||||
'@types/react-dom':
|
||||
specifier: ^19
|
||||
specifier: ^19.0.2
|
||||
version: 19.0.2(@types/react@19.0.1)
|
||||
iconoir-react:
|
||||
specifier: workspace:*
|
||||
version: link:../../packages/iconoir-react
|
||||
typescript:
|
||||
specifier: ^5
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
examples/react-native:
|
||||
|
|
@ -233,8 +233,8 @@ importers:
|
|||
specifier: ^2.0.10
|
||||
version: 2.0.10
|
||||
eslint-config-next:
|
||||
specifier: ^15.1.0
|
||||
version: 15.1.0(eslint-plugin-import-x@4.5.0(eslint@9.17.0)(typescript@5.7.2))(eslint@9.17.0)(typescript@5.7.2)
|
||||
specifier: ^15.1.1
|
||||
version: 15.1.1(eslint-plugin-import-x@4.5.0(eslint@9.17.0)(typescript@5.7.2))(eslint@9.17.0)(typescript@5.7.2)
|
||||
iconoir-react:
|
||||
specifier: workspace:*
|
||||
version: link:../packages/iconoir-react
|
||||
|
|
@ -245,8 +245,8 @@ importers:
|
|||
specifier: ^2.30.1
|
||||
version: 2.30.1
|
||||
next:
|
||||
specifier: ^15.1.0
|
||||
version: 15.1.0(@babel/core@7.26.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
|
||||
specifier: ^15.1.1
|
||||
version: 15.1.1(@babel/core@7.26.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
|
||||
next-mdx-remote:
|
||||
specifier: ^5.0.0
|
||||
version: 5.0.0(@types/react@19.0.1)(acorn@8.14.0)(react@19.0.0)
|
||||
|
|
@ -1651,56 +1651,56 @@ packages:
|
|||
resolution: {integrity: sha512-vZ2s4dlFrTnt79j2rGW2SNGrAtOb9hKubyevnWMvnKb3fKuAq25iyIl5IIAArfhfUmMTnc7Wxz3GhIB64dJNUQ==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
'@next/env@15.1.0':
|
||||
resolution: {integrity: sha512-UcCO481cROsqJuszPPXJnb7GGuLq617ve4xuAyyNG4VSSocJNtMU5Fsx+Lp6mlN8c7W58aZLc5y6D/2xNmaK+w==}
|
||||
'@next/env@15.1.1':
|
||||
resolution: {integrity: sha512-ldU8IpUqxa87LsWyMh8eIqAzejt8+ZuEsdtCV+fpDog++cBO5b/PWaI7wQQwun8LKJeFFpnY4kv/6r+/dCON6A==}
|
||||
|
||||
'@next/eslint-plugin-next@15.1.0':
|
||||
resolution: {integrity: sha512-+jPT0h+nelBT6HC9ZCHGc7DgGVy04cv4shYdAe6tKlEbjQUtwU3LzQhzbDHQyY2m6g39m6B0kOFVuLGBrxxbGg==}
|
||||
'@next/eslint-plugin-next@15.1.1':
|
||||
resolution: {integrity: sha512-yACipsS2HI9ktcfz/1UsO0/sDbVjXWKDE/fzzMLnYES+K4KJyqHChyBQeaxiK7/NDnxrdk7Ow2i9LRm3ZTAWow==}
|
||||
|
||||
'@next/swc-darwin-arm64@15.1.0':
|
||||
resolution: {integrity: sha512-ZU8d7xxpX14uIaFC3nsr4L++5ZS/AkWDm1PzPO6gD9xWhFkOj2hzSbSIxoncsnlJXB1CbLOfGVN4Zk9tg83PUw==}
|
||||
'@next/swc-darwin-arm64@15.1.1':
|
||||
resolution: {integrity: sha512-pq7Hzu0KaaH6UYcCQ22mOuj2mWCD6iqGvYprp/Ep1EcCxbdNOSS+8EJADFbPHsaXLkaonIJ8lTKBGWXaFxkeNQ==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
|
||||
'@next/swc-darwin-x64@15.1.0':
|
||||
resolution: {integrity: sha512-DQ3RiUoW2XC9FcSM4ffpfndq1EsLV0fj0/UY33i7eklW5akPUCo6OX2qkcLXZ3jyPdo4sf2flwAED3AAq3Om2Q==}
|
||||
'@next/swc-darwin-x64@15.1.1':
|
||||
resolution: {integrity: sha512-h567/b/AHAnMpaJ1D3l3jKLrzNOgN9bmDSRd+Gb0hXTkLZh8mE0Kd9MbIw39QeTZQJ3192uFRFWlDjWiifwVhQ==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
|
||||
'@next/swc-linux-arm64-gnu@15.1.0':
|
||||
resolution: {integrity: sha512-M+vhTovRS2F//LMx9KtxbkWk627l5Q7AqXWWWrfIzNIaUFiz2/NkOFkxCFyNyGACi5YbA8aekzCLtbDyfF/v5Q==}
|
||||
'@next/swc-linux-arm64-gnu@15.1.1':
|
||||
resolution: {integrity: sha512-I5Q6M3T9jzTUM2JlwTBy/VBSX+YCDvPLnSaJX5wE5GEPeaJkipMkvTA9+IiFK5PG5ljXTqVFVUj5BSHiYLCpoQ==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
'@next/swc-linux-arm64-musl@15.1.0':
|
||||
resolution: {integrity: sha512-Qn6vOuwaTCx3pNwygpSGtdIu0TfS1KiaYLYXLH5zq1scoTXdwYfdZtwvJTpB1WrLgiQE2Ne2kt8MZok3HlFqmg==}
|
||||
'@next/swc-linux-arm64-musl@15.1.1':
|
||||
resolution: {integrity: sha512-4cPMSYmyXlOAk8U04ouEACEGnOwYM9uJOXZnm9GBXIKRbNEvBOH9OePhHiDWqOws6iaHvGayaKr+76LmM41yJA==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
'@next/swc-linux-x64-gnu@15.1.0':
|
||||
resolution: {integrity: sha512-yeNh9ofMqzOZ5yTOk+2rwncBzucc6a1lyqtg8xZv0rH5znyjxHOWsoUtSq4cUTeeBIiXXX51QOOe+VoCjdXJRw==}
|
||||
'@next/swc-linux-x64-gnu@15.1.1':
|
||||
resolution: {integrity: sha512-KgIiKDdV35KwL9TrTxPFGsPb3J5RuDpw828z3MwMQbWaOmpp/T4MeWQCwo+J2aOxsyAcfsNE334kaWXCb6YTTA==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@next/swc-linux-x64-musl@15.1.0':
|
||||
resolution: {integrity: sha512-t9IfNkHQs/uKgPoyEtU912MG6a1j7Had37cSUyLTKx9MnUpjj+ZDKw9OyqTI9OwIIv0wmkr1pkZy+3T5pxhJPg==}
|
||||
'@next/swc-linux-x64-musl@15.1.1':
|
||||
resolution: {integrity: sha512-aHP/29x8loFhB3WuW2YaWaYFJN389t6/SBsug19aNwH+PRLzDEQfCvtuP6NxRCido9OAoExd+ZuYJKF9my1Kpg==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@next/swc-win32-arm64-msvc@15.1.0':
|
||||
resolution: {integrity: sha512-WEAoHyG14t5sTavZa1c6BnOIEukll9iqFRTavqRVPfYmfegOAd5MaZfXgOGG6kGo1RduyGdTHD4+YZQSdsNZXg==}
|
||||
'@next/swc-win32-arm64-msvc@15.1.1':
|
||||
resolution: {integrity: sha512-klbzXYwqHMwiucNFF0tWiWJyPb45MBX1q/ATmxrMjEYgA+V/0OXc9KmNVRIn6G/ab0ASUk4uWqxik5m6wvm1sg==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [arm64]
|
||||
os: [win32]
|
||||
|
||||
'@next/swc-win32-x64-msvc@15.1.0':
|
||||
resolution: {integrity: sha512-J1YdKuJv9xcixzXR24Dv+4SaDKc2jj31IVUEMdO5xJivMTXuE6MAdIi4qPjSymHuFG8O5wbfWKnhJUcHHpj5CA==}
|
||||
'@next/swc-win32-x64-msvc@15.1.1':
|
||||
resolution: {integrity: sha512-V5fm4aULqHSlMQt3U1rWAWuwJTFsb6Yh4P8p1kQFoayAF9jAQtjBvHku4zCdrtQuw9u9crPC0FNML00kN4WGhA==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
|
@ -3590,8 +3590,8 @@ packages:
|
|||
peerDependencies:
|
||||
eslint: ^9.5.0
|
||||
|
||||
eslint-config-next@15.1.0:
|
||||
resolution: {integrity: sha512-gADO+nKVseGso3DtOrYX9H7TxB/MuX7AUYhMlvQMqLYvUWu4HrOQuU7cC1HW74tHIqkAvXdwgAz3TCbczzSEXw==}
|
||||
eslint-config-next@15.1.1:
|
||||
resolution: {integrity: sha512-St2CvkRaqwbEXot9XdivAqeznlZt5bACFyOy821k67SVJEgw4ansmrwhtlFUTRdYGmgmqapFKy4RN2yz/znHcg==}
|
||||
peerDependencies:
|
||||
eslint: ^7.23.0 || ^8.0.0 || ^9.0.0
|
||||
typescript: '>=3.3.1'
|
||||
|
|
@ -4161,8 +4161,8 @@ packages:
|
|||
resolution: {integrity: sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
get-symbol-description@1.0.2:
|
||||
resolution: {integrity: sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==}
|
||||
get-symbol-description@1.1.0:
|
||||
resolution: {integrity: sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
get-tsconfig@4.8.1:
|
||||
|
|
@ -4597,8 +4597,8 @@ packages:
|
|||
resolution: {integrity: sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
is-typed-array@1.1.13:
|
||||
resolution: {integrity: sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==}
|
||||
is-typed-array@1.1.14:
|
||||
resolution: {integrity: sha512-lQUsHzcTb7rH57dajbOuZEuMDXjs9f04ZloER4QOpjpKcaw4f98BRUrs8aiO9Z4G7i7B0Xhgarg6SCgYcYi8Nw==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
is-unicode-supported@0.1.0:
|
||||
|
|
@ -5456,8 +5456,8 @@ packages:
|
|||
peerDependencies:
|
||||
react: '>=16'
|
||||
|
||||
next@15.1.0:
|
||||
resolution: {integrity: sha512-QKhzt6Y8rgLNlj30izdMbxAwjHMFANnLwDwZ+WQh5sMhyt4lEBqDK9QpvWHtIM4rINKPoJ8aiRZKg5ULSybVHw==}
|
||||
next@15.1.1:
|
||||
resolution: {integrity: sha512-SBZlcvdIxajw8//H3uOR1G3iu3jxsra/77m2ulRIxi3m89p+s3ACsoOXR49JEAbaun/DVoRJ9cPKq8eF/oNB5g==}
|
||||
engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
|
|
@ -6806,8 +6806,8 @@ packages:
|
|||
resolution: {integrity: sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
typed-array-byte-length@1.0.1:
|
||||
resolution: {integrity: sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==}
|
||||
typed-array-byte-length@1.0.3:
|
||||
resolution: {integrity: sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
typed-array-byte-offset@1.0.3:
|
||||
|
|
@ -9075,34 +9075,34 @@ snapshots:
|
|||
statuses: 2.0.1
|
||||
undici: 6.21.0
|
||||
|
||||
'@next/env@15.1.0': {}
|
||||
'@next/env@15.1.1': {}
|
||||
|
||||
'@next/eslint-plugin-next@15.1.0':
|
||||
'@next/eslint-plugin-next@15.1.1':
|
||||
dependencies:
|
||||
fast-glob: 3.3.1
|
||||
|
||||
'@next/swc-darwin-arm64@15.1.0':
|
||||
'@next/swc-darwin-arm64@15.1.1':
|
||||
optional: true
|
||||
|
||||
'@next/swc-darwin-x64@15.1.0':
|
||||
'@next/swc-darwin-x64@15.1.1':
|
||||
optional: true
|
||||
|
||||
'@next/swc-linux-arm64-gnu@15.1.0':
|
||||
'@next/swc-linux-arm64-gnu@15.1.1':
|
||||
optional: true
|
||||
|
||||
'@next/swc-linux-arm64-musl@15.1.0':
|
||||
'@next/swc-linux-arm64-musl@15.1.1':
|
||||
optional: true
|
||||
|
||||
'@next/swc-linux-x64-gnu@15.1.0':
|
||||
'@next/swc-linux-x64-gnu@15.1.1':
|
||||
optional: true
|
||||
|
||||
'@next/swc-linux-x64-musl@15.1.0':
|
||||
'@next/swc-linux-x64-musl@15.1.1':
|
||||
optional: true
|
||||
|
||||
'@next/swc-win32-arm64-msvc@15.1.0':
|
||||
'@next/swc-win32-arm64-msvc@15.1.1':
|
||||
optional: true
|
||||
|
||||
'@next/swc-win32-x64-msvc@15.1.0':
|
||||
'@next/swc-win32-x64-msvc@15.1.1':
|
||||
optional: true
|
||||
|
||||
'@nodelib/fs.scandir@2.1.5':
|
||||
|
|
@ -11195,7 +11195,7 @@ snapshots:
|
|||
es-to-primitive: 1.3.0
|
||||
function.prototype.name: 1.1.7
|
||||
get-intrinsic: 1.2.6
|
||||
get-symbol-description: 1.0.2
|
||||
get-symbol-description: 1.1.0
|
||||
globalthis: 1.0.4
|
||||
gopd: 1.2.0
|
||||
has-property-descriptors: 1.0.2
|
||||
|
|
@ -11210,7 +11210,7 @@ snapshots:
|
|||
is-regex: 1.2.1
|
||||
is-shared-array-buffer: 1.0.3
|
||||
is-string: 1.1.1
|
||||
is-typed-array: 1.1.13
|
||||
is-typed-array: 1.1.14
|
||||
is-weakref: 1.1.0
|
||||
math-intrinsics: 1.0.0
|
||||
object-inspect: 1.13.3
|
||||
|
|
@ -11223,7 +11223,7 @@ snapshots:
|
|||
string.prototype.trimend: 1.0.9
|
||||
string.prototype.trimstart: 1.0.8
|
||||
typed-array-buffer: 1.0.2
|
||||
typed-array-byte-length: 1.0.1
|
||||
typed-array-byte-length: 1.0.3
|
||||
typed-array-byte-offset: 1.0.3
|
||||
typed-array-length: 1.0.7
|
||||
unbox-primitive: 1.1.0
|
||||
|
|
@ -11350,9 +11350,9 @@ snapshots:
|
|||
eslint: 9.17.0
|
||||
find-up-simple: 1.0.0
|
||||
|
||||
eslint-config-next@15.1.0(eslint-plugin-import-x@4.5.0(eslint@9.17.0)(typescript@5.7.2))(eslint@9.17.0)(typescript@5.7.2):
|
||||
eslint-config-next@15.1.1(eslint-plugin-import-x@4.5.0(eslint@9.17.0)(typescript@5.7.2))(eslint@9.17.0)(typescript@5.7.2):
|
||||
dependencies:
|
||||
'@next/eslint-plugin-next': 15.1.0
|
||||
'@next/eslint-plugin-next': 15.1.1
|
||||
'@rushstack/eslint-patch': 1.10.4
|
||||
'@typescript-eslint/eslint-plugin': 8.18.1(@typescript-eslint/parser@8.18.1(eslint@9.17.0)(typescript@5.7.2))(eslint@9.17.0)(typescript@5.7.2)
|
||||
'@typescript-eslint/parser': 8.18.1(eslint@9.17.0)(typescript@5.7.2)
|
||||
|
|
@ -12162,9 +12162,9 @@ snapshots:
|
|||
'@sec-ant/readable-stream': 0.4.1
|
||||
is-stream: 4.0.1
|
||||
|
||||
get-symbol-description@1.0.2:
|
||||
get-symbol-description@1.1.0:
|
||||
dependencies:
|
||||
call-bind: 1.0.8
|
||||
call-bound: 1.0.3
|
||||
es-errors: 1.3.0
|
||||
get-intrinsic: 1.2.6
|
||||
|
||||
|
|
@ -12533,7 +12533,7 @@ snapshots:
|
|||
dependencies:
|
||||
call-bound: 1.0.3
|
||||
get-intrinsic: 1.2.6
|
||||
is-typed-array: 1.1.13
|
||||
is-typed-array: 1.1.14
|
||||
|
||||
is-date-object@1.1.0:
|
||||
dependencies:
|
||||
|
|
@ -12632,7 +12632,7 @@ snapshots:
|
|||
has-symbols: 1.1.0
|
||||
safe-regex-test: 1.1.0
|
||||
|
||||
is-typed-array@1.1.13:
|
||||
is-typed-array@1.1.14:
|
||||
dependencies:
|
||||
which-typed-array: 1.1.16
|
||||
|
||||
|
|
@ -13881,9 +13881,9 @@ snapshots:
|
|||
- acorn
|
||||
- supports-color
|
||||
|
||||
next@15.1.0(@babel/core@7.26.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
|
||||
next@15.1.1(@babel/core@7.26.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
|
||||
dependencies:
|
||||
'@next/env': 15.1.0
|
||||
'@next/env': 15.1.1
|
||||
'@swc/counter': 0.1.3
|
||||
'@swc/helpers': 0.5.15
|
||||
busboy: 1.6.0
|
||||
|
|
@ -13893,14 +13893,14 @@ snapshots:
|
|||
react-dom: 19.0.0(react@19.0.0)
|
||||
styled-jsx: 5.1.6(@babel/core@7.26.0)(react@19.0.0)
|
||||
optionalDependencies:
|
||||
'@next/swc-darwin-arm64': 15.1.0
|
||||
'@next/swc-darwin-x64': 15.1.0
|
||||
'@next/swc-linux-arm64-gnu': 15.1.0
|
||||
'@next/swc-linux-arm64-musl': 15.1.0
|
||||
'@next/swc-linux-x64-gnu': 15.1.0
|
||||
'@next/swc-linux-x64-musl': 15.1.0
|
||||
'@next/swc-win32-arm64-msvc': 15.1.0
|
||||
'@next/swc-win32-x64-msvc': 15.1.0
|
||||
'@next/swc-darwin-arm64': 15.1.1
|
||||
'@next/swc-darwin-x64': 15.1.1
|
||||
'@next/swc-linux-arm64-gnu': 15.1.1
|
||||
'@next/swc-linux-arm64-musl': 15.1.1
|
||||
'@next/swc-linux-x64-gnu': 15.1.1
|
||||
'@next/swc-linux-x64-musl': 15.1.1
|
||||
'@next/swc-win32-arm64-msvc': 15.1.1
|
||||
'@next/swc-win32-x64-msvc': 15.1.1
|
||||
sharp: 0.33.5
|
||||
transitivePeerDependencies:
|
||||
- '@babel/core'
|
||||
|
|
@ -15431,15 +15431,15 @@ snapshots:
|
|||
dependencies:
|
||||
call-bind: 1.0.8
|
||||
es-errors: 1.3.0
|
||||
is-typed-array: 1.1.13
|
||||
is-typed-array: 1.1.14
|
||||
|
||||
typed-array-byte-length@1.0.1:
|
||||
typed-array-byte-length@1.0.3:
|
||||
dependencies:
|
||||
call-bind: 1.0.8
|
||||
for-each: 0.3.3
|
||||
gopd: 1.2.0
|
||||
has-proto: 1.2.0
|
||||
is-typed-array: 1.1.13
|
||||
is-typed-array: 1.1.14
|
||||
|
||||
typed-array-byte-offset@1.0.3:
|
||||
dependencies:
|
||||
|
|
@ -15448,7 +15448,7 @@ snapshots:
|
|||
for-each: 0.3.3
|
||||
gopd: 1.2.0
|
||||
has-proto: 1.2.0
|
||||
is-typed-array: 1.1.13
|
||||
is-typed-array: 1.1.14
|
||||
reflect.getprototypeof: 1.0.8
|
||||
|
||||
typed-array-length@1.0.7:
|
||||
|
|
@ -15456,7 +15456,7 @@ snapshots:
|
|||
call-bind: 1.0.8
|
||||
for-each: 0.3.3
|
||||
gopd: 1.2.0
|
||||
is-typed-array: 1.1.13
|
||||
is-typed-array: 1.1.14
|
||||
possible-typed-array-names: 1.0.0
|
||||
reflect.getprototypeof: 1.0.8
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue