upgrade deps
This commit is contained in:
parent
19efb6ae1b
commit
5fd58d8cdf
2 changed files with 8 additions and 8 deletions
|
@ -15,7 +15,7 @@
|
|||
"build": "pnpm build:go & pnpm build:generate"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tailwindcss/typography": "^0.5.8",
|
||||
"@tailwindcss/typography": "^0.5.9",
|
||||
"prettier": "^2.8.2",
|
||||
"prettier-plugin-tailwindcss": "^0.2.1",
|
||||
"stylelint": "^14.16.1",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
lockfileVersion: 5.4
|
||||
|
||||
specifiers:
|
||||
'@tailwindcss/typography': ^0.5.8
|
||||
'@tailwindcss/typography': ^0.5.9
|
||||
prettier: ^2.8.2
|
||||
prettier-plugin-tailwindcss: ^0.2.1
|
||||
stylelint: ^14.16.1
|
||||
|
@ -9,7 +9,7 @@ specifiers:
|
|||
tailwindcss: ^3.2.4
|
||||
|
||||
dependencies:
|
||||
'@tailwindcss/typography': 0.5.8_tailwindcss@3.2.4
|
||||
'@tailwindcss/typography': 0.5.9_tailwindcss@3.2.4
|
||||
prettier: 2.8.2
|
||||
prettier-plugin-tailwindcss: 0.2.1_prettier@2.8.2
|
||||
stylelint: 14.16.1
|
||||
|
@ -71,8 +71,8 @@ packages:
|
|||
fastq: 1.15.0
|
||||
dev: false
|
||||
|
||||
/@tailwindcss/typography/0.5.8_tailwindcss@3.2.4:
|
||||
resolution: {integrity: sha512-xGQEp8KXN8Sd8m6R4xYmwxghmswrd0cPnNI2Lc6fmrC3OojysTBJJGSIVwPV56q4t6THFUK3HJ0EaWwpglSxWw==}
|
||||
/@tailwindcss/typography/0.5.9_tailwindcss@3.2.4:
|
||||
resolution: {integrity: sha512-t8Sg3DyynFysV9f4JDOVISGsjazNb48AeIYQwcL+Bsq5uf4RYL75C1giZ43KISjeDGBaTN3Kxh7Xj/vRSMJUUg==}
|
||||
peerDependencies:
|
||||
tailwindcss: '>=3.0.0 || insiders'
|
||||
dependencies:
|
||||
|
@ -1003,8 +1003,8 @@ packages:
|
|||
hasBin: true
|
||||
dev: false
|
||||
|
||||
/punycode/2.1.1:
|
||||
resolution: {integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==}
|
||||
/punycode/2.2.0:
|
||||
resolution: {integrity: sha512-LN6QV1IJ9ZhxWTNdktaPClrNfp8xdSAYS0Zk2ddX7XsXZAxckMHPCBcHRo0cTcEIgYPRiGEkmji3Idkh2yFtYw==}
|
||||
engines: {node: '>=6'}
|
||||
dev: false
|
||||
|
||||
|
@ -1466,7 +1466,7 @@ packages:
|
|||
/uri-js/4.4.1:
|
||||
resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
|
||||
dependencies:
|
||||
punycode: 2.1.1
|
||||
punycode: 2.2.0
|
||||
dev: false
|
||||
|
||||
/util-deprecate/1.0.2:
|
||||
|
|
Loading…
Reference in a new issue