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

Commit 2eedab8

Browse files
authored
Merge pull request #1 from techmely/bum-deps
2 parents 0cb1aec + 5c9d333 commit 2eedab8

File tree

12 files changed

+1438
-1106
lines changed

12 files changed

+1438
-1106
lines changed

.yarn/plugins/@yarnpkg/plugin-typescript.cjs

Lines changed: 9 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/plugins/@yarnpkg/plugin-version.cjs

Lines changed: 260 additions & 77 deletions
Large diffs are not rendered by default.

.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

.yarn/releases/yarn-3.0.1.cjs

Lines changed: 0 additions & 631 deletions
This file was deleted.

.yarn/releases/yarn-3.1.0.cjs

Lines changed: 768 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
changesetBaseRefs:
2-
- main
3-
- origin/main
4-
- upstream/main
5-
61
nodeLinker: node-modules
72

83
npmPublishAccess: public
94

105
plugins:
11-
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
12-
spec: "@yarnpkg/plugin-interactive-tools"
13-
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
14-
spec: "@yarnpkg/plugin-version"
156
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
167
spec: "@yarnpkg/plugin-workspace-tools"
8+
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
9+
spec: "@yarnpkg/plugin-typescript"
10+
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
11+
spec: "@yarnpkg/plugin-version"
12+
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
13+
spec: "@yarnpkg/plugin-interactive-tools"
1714

18-
yarnPath: .yarn/releases/yarn-3.0.1.cjs
15+
yarnPath: .yarn/releases/yarn-3.1.0.cjs

kimochi/react/package.json

Lines changed: 8 additions & 8 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",
@@ -19,15 +19,15 @@
1919
"version": "yarn version"
2020
},
2121
"peerDependencies": {
22-
"eslint": "^7.32.0",
23-
"typescript": "^4.4.2"
22+
"eslint": "8.1.0",
23+
"typescript": "4.4.4"
2424
},
2525
"dependencies": {
26-
"@techmely/eslint-config-ts": "^0.0.15",
27-
"eslint-plugin-cypress": "^2.12.1",
28-
"eslint-plugin-jsx-a11y": "^6.4.1",
29-
"eslint-plugin-react": "^7.26.0",
30-
"eslint-plugin-react-hooks": "^4.2.0"
26+
"@techmely/eslint-config-ts": "0.0.16",
27+
"eslint-plugin-cypress": "2.12.1",
28+
"eslint-plugin-jsx-a11y": "6.4.1",
29+
"eslint-plugin-react": "7.26.1",
30+
"eslint-plugin-react-hooks": "4.2.0"
3131
},
3232
"repository": {
3333
"type": "git",

kimochi/svelte/package.json

Lines changed: 7 additions & 7 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)",
@@ -13,14 +13,14 @@
1313
"version": "yarn version"
1414
},
1515
"peerDependencies": {
16-
"eslint": "^7.32.0",
17-
"svelte": "^3.42.4",
18-
"typescript": "^4.4.2"
16+
"eslint": "8.1.0",
17+
"svelte": "3.42.4",
18+
"typescript": "4.4.4"
1919
},
2020
"dependencies": {
21-
"@techmely/eslint-config-ts": "^0.0.15",
22-
"eslint-plugin-cypress": "^2.12.1",
23-
"eslint-plugin-svelte3": "^3.2.1"
21+
"@techmely/eslint-config-ts": "0.0.16",
22+
"eslint-plugin-cypress": "2.12.1",
23+
"eslint-plugin-svelte3": "3.2.1"
2424
},
2525
"repository": {
2626
"type": "git",

kimochi/typescript/package.json

Lines changed: 17 additions & 17 deletions
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",
@@ -17,24 +17,24 @@
1717
"version": "yarn version"
1818
},
1919
"peerDependencies": {
20-
"eslint": "^7.32.0",
21-
"typescript": "^4.4.2"
20+
"eslint": "8.1.0",
21+
"typescript": "4.4.4"
2222
},
2323
"dependencies": {
24-
"@typescript-eslint/eslint-plugin": "^4.31.2",
25-
"@typescript-eslint/parser": "^4.31.2",
26-
"eslint-config-airbnb-base": "^14.2.1",
27-
"eslint-config-prettier": "^8.3.0",
28-
"eslint-plugin-html": "^6.2.0",
29-
"eslint-plugin-import": "^2.24.2",
30-
"eslint-plugin-jest": "^24.4.2",
31-
"eslint-plugin-jsdoc": "^36.1.0",
32-
"eslint-plugin-jsonc": "^1.7.0",
33-
"eslint-plugin-promise": "^5.1.0",
34-
"eslint-plugin-simple-import-sort": "^7.0.0",
35-
"eslint-plugin-unicorn": "^36.0.0",
36-
"eslint-plugin-yml": "^0.10.1",
37-
"yaml-eslint-parser": "^0.4.1"
24+
"@typescript-eslint/eslint-plugin": "5.2.0",
25+
"@typescript-eslint/parser": "5.2.0",
26+
"eslint-config-airbnb-base": "14.2.1",
27+
"eslint-config-prettier": "8.3.0",
28+
"eslint-plugin-html": "6.2.0",
29+
"eslint-plugin-import": "2.25.2",
30+
"eslint-plugin-jest": "25.2.2",
31+
"eslint-plugin-jsdoc": "37.0.3",
32+
"eslint-plugin-jsonc": "1.7.0",
33+
"eslint-plugin-promise": "5.1.1",
34+
"eslint-plugin-simple-import-sort": "7.0.0",
35+
"eslint-plugin-unicorn": "37.0.1",
36+
"eslint-plugin-yml": "0.10.1",
37+
"yaml-eslint-parser": "0.4.1"
3838
},
3939
"repository": {
4040
"type": "git",

kimochi/vue/package.json

Lines changed: 5 additions & 5 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)",
@@ -13,12 +13,12 @@
1313
"version": "yarn version"
1414
},
1515
"peerDependencies": {
16-
"eslint": "^7.32.0",
17-
"typescript": "^4.4.2"
16+
"eslint": "8.1.0",
17+
"typescript": "4.4.4"
1818
},
1919
"dependencies": {
20-
"@techmely/eslint-config-ts": "^0.0.15",
21-
"eslint-plugin-vue": "^7.18.0"
20+
"@techmely/eslint-config-ts": "0.0.16",
21+
"eslint-plugin-vue": "8.0.3"
2222
},
2323
"repository": {
2424
"type": "git",

0 commit comments

Comments
 (0)