grab alpha of bare-client

This commit is contained in:
David Reed 2023-07-17 18:15:31 +03:00
parent fc7f109131
commit 47dd8a4f7a
No known key found for this signature in database
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "2.0.0",
"license": "MIT",
"devDependencies": {
"@tomphttp/bare-client": "^2.1.0",
"@tomphttp/bare-client": "^2.2.0-alpha",
"css-tree": "^2.3.1",
"esbuild": "^0.18.11",
"eslint": "^8.28.0",
@ -522,9 +522,9 @@
}
},
"node_modules/@tomphttp/bare-client": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@tomphttp/bare-client/-/bare-client-2.1.0.tgz",
"integrity": "sha512-0s2g3bpKAxwk7sOsfewpngLF+2lQrS0mxnga+6qIzKCoYdOKd5+Lm3lkEDHO0cWIEqMbgRZB2wjW1+NQ2XbGWA==",
"version": "2.2.0-alpha",
"resolved": "https://registry.npmjs.org/@tomphttp/bare-client/-/bare-client-2.2.0-alpha.tgz",
"integrity": "sha512-xhcflOpwr92tkpp8SoDhB3nK3LHMBIjx+vgow37XobQew2k0/mXSxmaU7BsDFpOIa1CcLCEsR8gWn0v7Cy9+7Q==",
"dev": true
},
"node_modules/@types/estree": {
@ -2300,9 +2300,9 @@
"optional": true
},
"@tomphttp/bare-client": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@tomphttp/bare-client/-/bare-client-2.1.0.tgz",
"integrity": "sha512-0s2g3bpKAxwk7sOsfewpngLF+2lQrS0mxnga+6qIzKCoYdOKd5+Lm3lkEDHO0cWIEqMbgRZB2wjW1+NQ2XbGWA==",
"version": "2.2.0-alpha",
"resolved": "https://registry.npmjs.org/@tomphttp/bare-client/-/bare-client-2.2.0-alpha.tgz",
"integrity": "sha512-xhcflOpwr92tkpp8SoDhB3nK3LHMBIjx+vgow37XobQew2k0/mXSxmaU7BsDFpOIa1CcLCEsR8gWn0v7Cy9+7Q==",
"dev": true
},
"@types/estree": {

View file

@ -21,7 +21,7 @@
"prepack": "npm run build"
},
"devDependencies": {
"@tomphttp/bare-client": "^2.1.0",
"@tomphttp/bare-client": "^2.2.0-alpha",
"css-tree": "^2.3.1",
"esbuild": "^0.18.11",
"eslint": "^8.28.0",