Skip to content

Commit

Permalink
Merge pull request #12 from line/update-liff-versions-2.20
Browse files Browse the repository at this point in the history
Bump liff-sdk versions for templates to v2.20
  • Loading branch information
so99ynoodles authored May 23, 2022
2 parents 6014a29 + 9c831fb commit 1937b9b
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@line/create-liff-app",
"version": "1.0.2",
"version": "1.0.3",
"description": "Start developing LIFF application with a simple CLI command.",
"main": "./dist/index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion templates/nextjs-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@line/liff": "2.19.1",
"@line/liff": "2.20.0",
"next": "12.0.10",
"react": "17.0.2",
"react-dom": "17.0.2"
Expand Down
2 changes: 1 addition & 1 deletion templates/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@line/liff": "2.19.1",
"@line/liff": "2.20.0",
"next": "12.0.10",
"react": "17.0.2",
"react-dom": "17.0.2"
Expand Down
2 changes: 1 addition & 1 deletion templates/nuxtjs-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lintfix": "yarn lint:js --fix"
},
"dependencies": {
"@line/liff": "2.19.1",
"@line/liff": "2.20.0",
"@nuxtjs/axios": "^5.13.6",
"core-js": "^3.19.3",
"nuxt": "^2.15.8",
Expand Down
2 changes: 1 addition & 1 deletion templates/nuxtjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lintfix": "yarn lint:js --fix"
},
"dependencies": {
"@line/liff": "2.19.1",
"@line/liff": "2.20.0",
"core-js": "^3.19.3",
"nuxt": "^2.15.8",
"vue": "^2.6.14",
Expand Down
2 changes: 1 addition & 1 deletion templates/react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "vite preview"
},
"dependencies": {
"@line/liff": "2.19.1",
"@line/liff": "2.20.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion templates/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "vite preview"
},
"dependencies": {
"@line/liff": "2.19.1",
"@line/liff": "2.20.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion templates/svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@line/liff": "2.19.1"
"@line/liff": "2.20.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.30",
Expand Down
2 changes: 1 addition & 1 deletion templates/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"@line/liff": "2.19.1"
"@line/liff": "2.20.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.30",
Expand Down
2 changes: 1 addition & 1 deletion templates/vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "vite preview"
},
"dependencies": {
"@line/liff": "2.19.1"
"@line/liff": "2.20.0"
},
"devDependencies": {
"typescript": "^4.4.4",
Expand Down
2 changes: 1 addition & 1 deletion templates/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "vite preview"
},
"dependencies": {
"@line/liff": "2.19.1"
"@line/liff": "2.20.0"
},
"devDependencies": {
"vite": "^2.7.2"
Expand Down
2 changes: 1 addition & 1 deletion templates/vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "vite preview"
},
"dependencies": {
"@line/liff": "2.19.1",
"@line/liff": "2.20.0",
"vue": "^3.2.25"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion templates/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "vite preview"
},
"dependencies": {
"@line/liff": "2.19.1",
"@line/liff": "2.20.0",
"vue": "^3.2.25"
},
"devDependencies": {
Expand Down

0 comments on commit 1937b9b

Please sign in to comment.