Update @holllo/gram.
This commit is contained in:
parent
48bb588145
commit
75cbdcfb75
|
@ -11,7 +11,7 @@
|
|||
"test": "xo && stylelint 'source/**/*.scss' && tsc && c8 ava"
|
||||
},
|
||||
"dependencies": {
|
||||
"@holllo/gram": "^0.1.0",
|
||||
"@holllo/gram": "^0.2.0",
|
||||
"htm": "^3.1.0",
|
||||
"modern-normalize": "^1.1.0",
|
||||
"preact": "^10.6.6",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
lockfileVersion: 5.3
|
||||
|
||||
specifiers:
|
||||
'@holllo/gram': ^0.1.0
|
||||
'@holllo/gram': ^0.2.0
|
||||
'@preact/preset-vite': ^2.1.7
|
||||
'@types/webextension-polyfill': ^0.8.2
|
||||
ava: ^4.1.0
|
||||
|
@ -23,7 +23,7 @@ specifiers:
|
|||
xo: ^0.48.0
|
||||
|
||||
dependencies:
|
||||
'@holllo/gram': 0.1.0_htm@3.1.0+preact@10.6.6
|
||||
'@holllo/gram': 0.2.0_htm@3.1.0+preact@10.6.6
|
||||
htm: 3.1.0
|
||||
modern-normalize: 1.1.0
|
||||
preact: 10.6.6
|
||||
|
@ -349,8 +349,8 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@holllo/gram/0.1.0_htm@3.1.0+preact@10.6.6:
|
||||
resolution: {integrity: sha512-91YcLRGUjNtFkE6qQhOuw6C2tNbJ7/SMdZa0hITjRLE2c7wzCSte5Wta9Uj3xLZh4kguO/S5QHmLHWmtUWqYog==}
|
||||
/@holllo/gram/0.2.0_htm@3.1.0+preact@10.6.6:
|
||||
resolution: {integrity: sha512-R9D7gLxbuT+LNS6Hm1+P/kQx9m+h6A7mrY3bFjS3gSmSL9MuRjQQQsgaPcdtAJDhuie/LQznodX+si+j+1Zd+A==}
|
||||
peerDependencies:
|
||||
htm: 3.x
|
||||
preact: 10.x
|
||||
|
|
Loading…
Reference in New Issue