chore: update tokenlens to version 1.3.0 (#1219)

This commit is contained in:
Nicklas Scharpff 2025-09-19 14:01:57 +02:00 committed by GitHub
parent e904500c98
commit 6857f04ccb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 26 additions and 26 deletions

50
pnpm-lock.yaml generated
View file

@ -240,8 +240,8 @@ importers:
specifier: ^1.0.7
version: 1.0.7(tailwindcss@4.1.13)
tokenlens:
specifier: 1.3.0-canary.5
version: 1.3.0-canary.5
specifier: 1.3.0
version: 1.3.0
use-stick-to-bottom:
specifier: ^1.1.1
version: 1.1.1(react@19.0.0-rc-45804af1-20241021)
@ -2042,17 +2042,17 @@ packages:
peerDependencies:
tailwindcss: '>=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1'
'@tokenlens/core@1.0.0-beta.2':
resolution: {integrity: sha512-LDOicWOG0xrgWDII6gwE+Y89JjdNw8dpI0J/d/bXuJlqW8eopYhWJ4lPqePrLP+e3Q8bfpXrie2bN1/taRCozg==}
'@tokenlens/core@1.3.0':
resolution: {integrity: sha512-d8YNHNC+q10bVpi95fELJwJyPVf1HfvBEI18eFQxRSZTdByXrP+f/ZtlhSzkx0Jl0aEmYVeBA5tPeeYRioLViQ==}
'@tokenlens/fetch@1.0.0-beta.1':
resolution: {integrity: sha512-YTTg7+9u5SZGPq6peeOHXZ+DFN4p5Jfs59SgUesd1i9RwCU7lXIalAW5/APCEIlfDNK8Gzk361Nq96hTs7t7CQ==}
'@tokenlens/fetch@1.3.0':
resolution: {integrity: sha512-RONDRmETYly9xO8XMKblmrZjKSwCva4s5ebJwQNfNlChZoA5kplPoCgnWceHnn1J1iRjLVlrCNB43ichfmGBKQ==}
'@tokenlens/helpers@1.0.0-beta.2':
resolution: {integrity: sha512-w0vdNAh3EtrPGFxTTjHWW1E+iJAvp+JwK2kghktQmqlSYk8N10La8lLb4trh3MM42gx6ytlyub+Zf0q6/txNpg==}
'@tokenlens/helpers@1.3.0':
resolution: {integrity: sha512-GWe4p9OHYppr7moqyM3Y4NH+kVGCOFpN+voaXgKgvvMBo6Z97Pu17fgCHet10Ls8r4X/tPkb/yHCWP7Ktssu/w==}
'@tokenlens/models@1.0.0-beta.2':
resolution: {integrity: sha512-QX8iTgrWb+bmjoormO1Zd2cK04bUp5ExOZ1UIAZfIICy9z8h/J1phVV9sN4767Y924HjQa6IKLW9jO+EBfp08A==}
'@tokenlens/models@1.3.0':
resolution: {integrity: sha512-9mx7ZGeewW4ndXAiD7AT1bbCk4OpJeortbjHHyNkgap+pMPPn1chY6R5zqe1ggXIUzZ2l8VOAKfPqOvpcrisJw==}
'@types/cookie@0.6.0':
resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==}
@ -4786,8 +4786,8 @@ packages:
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
engines: {node: '>=8.0'}
tokenlens@1.3.0-canary.5:
resolution: {integrity: sha512-NeQgyfuAIPyyaO/aVYZnnYd+lxBlpwyB19I3QQaXZMT0WHJsrXXA4tYVIjn4B2jYrXxuO7CZ7MTxk7a4UnuQ5w==}
tokenlens@1.3.0:
resolution: {integrity: sha512-qrwHFO7CI8HEd+UvKjlL+veTzCVr3N4AYp3cquGL6z62Q/OtoEHbTv5uNqiiejP54y7eR+h8VVRRpZbm3t/99Q==}
trim-lines@3.0.1:
resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==}
@ -6485,20 +6485,20 @@ snapshots:
postcss-selector-parser: 6.0.10
tailwindcss: 4.1.13
'@tokenlens/core@1.0.0-beta.2': {}
'@tokenlens/core@1.3.0': {}
'@tokenlens/fetch@1.0.0-beta.1':
'@tokenlens/fetch@1.3.0':
dependencies:
'@tokenlens/core': 1.0.0-beta.2
'@tokenlens/core': 1.3.0
'@tokenlens/helpers@1.0.0-beta.2':
'@tokenlens/helpers@1.3.0':
dependencies:
'@tokenlens/core': 1.0.0-beta.2
'@tokenlens/fetch': 1.0.0-beta.1
'@tokenlens/core': 1.3.0
'@tokenlens/fetch': 1.3.0
'@tokenlens/models@1.0.0-beta.2':
'@tokenlens/models@1.3.0':
dependencies:
'@tokenlens/core': 1.0.0-beta.2
'@tokenlens/core': 1.3.0
'@types/cookie@0.6.0': {}
@ -9862,12 +9862,12 @@ snapshots:
dependencies:
is-number: 7.0.0
tokenlens@1.3.0-canary.5:
tokenlens@1.3.0:
dependencies:
'@tokenlens/core': 1.0.0-beta.2
'@tokenlens/fetch': 1.0.0-beta.1
'@tokenlens/helpers': 1.0.0-beta.2
'@tokenlens/models': 1.0.0-beta.2
'@tokenlens/core': 1.3.0
'@tokenlens/fetch': 1.3.0
'@tokenlens/helpers': 1.3.0
'@tokenlens/models': 1.3.0
trim-lines@3.0.1: {}