mirror of
https://github.com/jambonz/next-static-site.git
synced 2025-12-19 04:47:44 +00:00
feat: update ui-kit version 21
This commit is contained in:
14
package-lock.json
generated
14
package-lock.json
generated
@@ -10,7 +10,7 @@
|
|||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@jambonz/ui-kit": "^0.0.20",
|
"@jambonz/ui-kit": "^0.0.21",
|
||||||
"nanoid": "^3.1.22",
|
"nanoid": "^3.1.22",
|
||||||
"next": "^12.1.4",
|
"next": "^12.1.4",
|
||||||
"next-plugin-preact": "^3.0.6",
|
"next-plugin-preact": "^3.0.6",
|
||||||
@@ -393,9 +393,9 @@
|
|||||||
"license": "BSD-3-Clause"
|
"license": "BSD-3-Clause"
|
||||||
},
|
},
|
||||||
"node_modules/@jambonz/ui-kit": {
|
"node_modules/@jambonz/ui-kit": {
|
||||||
"version": "0.0.20",
|
"version": "0.0.21",
|
||||||
"resolved": "https://registry.npmjs.org/@jambonz/ui-kit/-/ui-kit-0.0.20.tgz",
|
"resolved": "https://registry.npmjs.org/@jambonz/ui-kit/-/ui-kit-0.0.21.tgz",
|
||||||
"integrity": "sha512-fYrDzmX42F3++aEEX1i8zmpCu9xzBJqL+tSIlbwuFs6n48JChrEuioTZcPbJfs4gXA1u68psY/naB/O35bfokA==",
|
"integrity": "sha512-tv0sPhzxS/ctJbgUxLVNY+7IjJb3OAhqrdYpmeW3lmEHi7+sHxpO2oMjaVTPFCN4vYh+QzyzT4eLQjpEUDd6sA==",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 14"
|
"node": ">= 14"
|
||||||
},
|
},
|
||||||
@@ -7324,9 +7324,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@jambonz/ui-kit": {
|
"@jambonz/ui-kit": {
|
||||||
"version": "0.0.20",
|
"version": "0.0.21",
|
||||||
"resolved": "https://registry.npmjs.org/@jambonz/ui-kit/-/ui-kit-0.0.20.tgz",
|
"resolved": "https://registry.npmjs.org/@jambonz/ui-kit/-/ui-kit-0.0.21.tgz",
|
||||||
"integrity": "sha512-fYrDzmX42F3++aEEX1i8zmpCu9xzBJqL+tSIlbwuFs6n48JChrEuioTZcPbJfs4gXA1u68psY/naB/O35bfokA==",
|
"integrity": "sha512-tv0sPhzxS/ctJbgUxLVNY+7IjJb3OAhqrdYpmeW3lmEHi7+sHxpO2oMjaVTPFCN4vYh+QzyzT4eLQjpEUDd6sA==",
|
||||||
"requires": {}
|
"requires": {}
|
||||||
},
|
},
|
||||||
"@jridgewell/gen-mapping": {
|
"@jridgewell/gen-mapping": {
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
"postinstall": "rm -rf public/fonts && cp -R ./node_modules/@jambonz/ui-kit/fonts ./public/fonts",
|
"postinstall": "rm -rf public/fonts && cp -R ./node_modules/@jambonz/ui-kit/public/fonts ./public/fonts",
|
||||||
"dev": "next",
|
"dev": "next",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@jambonz/ui-kit": "^0.0.20",
|
"@jambonz/ui-kit": "^0.0.21",
|
||||||
"nanoid": "^3.1.22",
|
"nanoid": "^3.1.22",
|
||||||
"next": "^12.1.4",
|
"next": "^12.1.4",
|
||||||
"next-plugin-preact": "^3.0.6",
|
"next-plugin-preact": "^3.0.6",
|
||||||
|
|||||||
Reference in New Issue
Block a user