Skip to content

Commit 833b5ac

Browse files
authored
Merge pull request #222 from SortableJS/infra
2 parents 440cba4 + fc6402b commit 833b5ac

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/CODEOWNERS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Each line is a file pattern followed by one or more owners.
2+
3+
# These owners will be the default owners for everything in the repo.
4+
* @andresin87 @owen-m1
5+
6+
# Order is important. The last matching pattern has the most precedence.
7+
# So if a pull request only touches javascript files, only these owners
8+
# will be requested to review.
9+
# *.js @octocat @github/js
10+
11+
# You can also use email addresses if you prefer.
12+

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"@types/react": ">=16.9.0",
5353
"@types/react-dom": ">=16.9.0",
5454
"@types/sortablejs": "1",
55-
"@typescript-eslint/eslint-plugin": "^4.2.0",
56-
"@typescript-eslint/parser": "^4.2.0",
55+
"@typescript-eslint/eslint-plugin": "4.33",
56+
"@typescript-eslint/parser": "4.33",
5757
"commitizen": "4",
5858
"cz-conventional-changelog": "3",
5959
"eslint": "7",

0 commit comments

Comments
 (0)