chore: frontend version bump (#938)

* chore: frontend version bump

* chore: fix package-lock.json
This commit is contained in:
Frederic Jahn
2023-08-02 09:43:37 +02:00
committed by GitHub
parent a60d81a1ac
commit ece8a5c860
8 changed files with 16 additions and 16 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@teamhanko/hanko-elements",
"version": "0.8.1",
"version": "0.8.2",
"private": false,
"publishConfig": {
"access": "public"
@ -89,7 +89,7 @@
},
"dependencies": {
"@denysvuika/preact-translate": "^0.4.1",
"@teamhanko/hanko-frontend-sdk": "^0.8.1",
"@teamhanko/hanko-frontend-sdk": "^0.8.2",
"@teamhanko/preact-custom-element": "^4.2.2",
"classnames": "^2.3.2",
"preact": "^10.13.1"

View File

@ -19,7 +19,7 @@
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0",
"@teamhanko/hanko-elements": "^0.8.1"
"@teamhanko/hanko-elements": "^0.8.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.4",

View File

@ -6,7 +6,7 @@
"build": "next build"
},
"dependencies": {
"@teamhanko/hanko-elements": "^0.8.1",
"@teamhanko/hanko-elements": "^0.8.2",
"next": "^13.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"

View File

@ -2,7 +2,7 @@
"name": "example-react",
"private": true,
"dependencies": {
"@teamhanko/hanko-elements": "^0.8.1",
"@teamhanko/hanko-elements": "^0.8.2",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.0.6",
"react": "^18.2.0",

View File

@ -17,7 +17,7 @@
"vite": "^4.3.9"
},
"dependencies": {
"@teamhanko/hanko-elements": "^0.8.1",
"@teamhanko/hanko-elements": "^0.8.2",
"svelte-navigator": "^3.2.2"
}
}

View File

@ -5,7 +5,7 @@
"build": "vite build"
},
"dependencies": {
"@teamhanko/hanko-elements": "^0.8.1",
"@teamhanko/hanko-elements": "^0.8.2",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
},

View File

@ -1,6 +1,6 @@
{
"name": "@teamhanko/hanko-frontend-sdk",
"version": "0.8.1",
"version": "0.8.2",
"private": false,
"publishConfig": {
"access": "public"

View File

@ -16,11 +16,11 @@
},
"elements": {
"name": "@teamhanko/hanko-elements",
"version": "0.8.1",
"version": "0.8.2",
"license": "MIT",
"dependencies": {
"@denysvuika/preact-translate": "^0.4.1",
"@teamhanko/hanko-frontend-sdk": "^0.8.1",
"@teamhanko/hanko-frontend-sdk": "^0.8.2",
"@teamhanko/preact-custom-element": "^4.2.2",
"classnames": "^2.3.2",
"preact": "^10.13.1"
@ -56,7 +56,7 @@
"@angular/platform-browser": "^15.2.8",
"@angular/platform-browser-dynamic": "^15.2.8",
"@angular/router": "^15.2.8",
"@teamhanko/hanko-elements": "^0.8.1",
"@teamhanko/hanko-elements": "^0.8.2",
"angular-in-memory-web-api": "~0.15.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
@ -513,7 +513,7 @@
"examples/nextjs": {
"name": "example-nextjs",
"dependencies": {
"@teamhanko/hanko-elements": "^0.8.1",
"@teamhanko/hanko-elements": "^0.8.2",
"next": "^13.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
@ -530,7 +530,7 @@
"examples/react": {
"name": "example-react",
"dependencies": {
"@teamhanko/hanko-elements": "^0.8.1",
"@teamhanko/hanko-elements": "^0.8.2",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.0.6",
"react": "^18.2.0",
@ -543,7 +543,7 @@
"examples/svelte": {
"name": "example-svelte",
"dependencies": {
"@teamhanko/hanko-elements": "^0.8.1",
"@teamhanko/hanko-elements": "^0.8.2",
"svelte-navigator": "^3.2.2"
},
"devDependencies": {
@ -560,7 +560,7 @@
"examples/vue": {
"name": "example-vue",
"dependencies": {
"@teamhanko/hanko-elements": "^0.8.1",
"@teamhanko/hanko-elements": "^0.8.2",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
},
@ -601,7 +601,7 @@
},
"frontend-sdk": {
"name": "@teamhanko/hanko-frontend-sdk",
"version": "0.8.1",
"version": "0.8.2",
"license": "MIT",
"dependencies": {
"@types/js-cookie": "^3.0.3"