Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 5c9d333

Browse files
committed
chore: path dependencies to new version
1 parent 511b4be commit 5c9d333

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

kimochi/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techmely/eslint-config-react-ts",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"description": "Eslint config for React + Typescript project",
55
"keywords": [
66
"eslint",
@@ -23,7 +23,7 @@
2323
"typescript": "4.4.4"
2424
},
2525
"dependencies": {
26-
"@techmely/eslint-config-ts": "0.0.15",
26+
"@techmely/eslint-config-ts": "0.0.16",
2727
"eslint-plugin-cypress": "2.12.1",
2828
"eslint-plugin-jsx-a11y": "6.4.1",
2929
"eslint-plugin-react": "7.26.1",

kimochi/svelte/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techmely/eslint-config-svelte-ts",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"description": "Eslint config for Svelte + Typescript project",
55
"license": "MIT",
66
"author": "Harry Tran <[email protected]> (https://ebugkia.com)",
@@ -18,7 +18,7 @@
1818
"typescript": "4.4.4"
1919
},
2020
"dependencies": {
21-
"@techmely/eslint-config-ts": "0.0.15",
21+
"@techmely/eslint-config-ts": "0.0.16",
2222
"eslint-plugin-cypress": "2.12.1",
2323
"eslint-plugin-svelte3": "3.2.1"
2424
},

kimochi/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techmely/eslint-config-ts",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"description": "Eslint base config for typescript project",
55
"keywords": [],
66
"license": "MIT",

kimochi/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techmely/eslint-config-vue-ts",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"description": "Eslint config for Vue + Typescript project",
55
"license": "MIT",
66
"author": "Harry Tran <[email protected]> (https://ebugkia.com)",
@@ -17,7 +17,7 @@
1717
"typescript": "4.4.4"
1818
},
1919
"dependencies": {
20-
"@techmely/eslint-config-ts": "0.0.15",
20+
"@techmely/eslint-config-ts": "0.0.16",
2121
"eslint-plugin-vue": "8.0.3"
2222
},
2323
"repository": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ __metadata:
341341
version: 0.0.0-use.local
342342
resolution: "@techmely/eslint-config-react-ts@workspace:kimochi/react"
343343
dependencies:
344-
"@techmely/eslint-config-ts": 0.0.15
344+
"@techmely/eslint-config-ts": 0.0.16
345345
eslint-plugin-cypress: 2.12.1
346346
eslint-plugin-jsx-a11y: 6.4.1
347347
eslint-plugin-react: 7.26.1
@@ -356,7 +356,7 @@ __metadata:
356356
version: 0.0.0-use.local
357357
resolution: "@techmely/eslint-config-svelte-ts@workspace:kimochi/svelte"
358358
dependencies:
359-
"@techmely/eslint-config-ts": 0.0.15
359+
"@techmely/eslint-config-ts": 0.0.16
360360
eslint-plugin-cypress: 2.12.1
361361
eslint-plugin-svelte3: 3.2.1
362362
peerDependencies:
@@ -366,7 +366,7 @@ __metadata:
366366
languageName: unknown
367367
linkType: soft
368368

369-
"@techmely/[email protected].15, @techmely/eslint-config-ts@workspace:kimochi/typescript":
369+
"@techmely/[email protected].16, @techmely/eslint-config-ts@workspace:kimochi/typescript":
370370
version: 0.0.0-use.local
371371
resolution: "@techmely/eslint-config-ts@workspace:kimochi/typescript"
372372
dependencies:
@@ -394,7 +394,7 @@ __metadata:
394394
version: 0.0.0-use.local
395395
resolution: "@techmely/eslint-config-vue-ts@workspace:kimochi/vue"
396396
dependencies:
397-
"@techmely/eslint-config-ts": 0.0.15
397+
"@techmely/eslint-config-ts": 0.0.16
398398
eslint-plugin-vue: 8.0.3
399399
peerDependencies:
400400
eslint: 8.1.0

0 commit comments

Comments
 (0)