Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
RoninDojo
Ronin-Website
Commits
5280e24d
Unverified
Commit
5280e24d
authored
May 03, 2021
by
Pavel Ševčík
Browse files
Updated dependencies
parent
76447da6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
732 additions
and
2564 deletions
+732
-2564
.eslintrc.js
.eslintrc.js
+1
-1
package.json
package.json
+15
-15
yarn.lock
yarn.lock
+716
-2548
No files found.
.eslintrc.js
View file @
5280e24d
...
...
@@ -22,7 +22,7 @@ module.exports = {
node
:
true
,
},
plugins
:
[
"
@typescript-eslint
"
,
"
react
"
,
"
react-hooks
"
],
extends
:
[
"
eslint:recommended
"
,
"
plugin:@typescript-eslint/recommended
"
,
"
prettier
"
,
"
prettier/@typescript-eslint
"
],
extends
:
[
"
eslint:recommended
"
,
"
plugin:@typescript-eslint/recommended
"
,
"
prettier
"
],
rules
:
{
// https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules
"
react/forbid-foreign-prop-types
"
:
[
"
warn
"
,
{
allowInPropTypes
:
true
}],
...
...
package.json
View file @
5280e24d
...
...
@@ -16,27 +16,27 @@
"format"
:
"prettier --write ./src/**/*.*"
},
"dependencies"
:
{
"
next
"
:
"
^10.
0.2
"
,
"
react
"
:
"
^17.0.
1
"
,
"
react-dom
"
:
"
^17.0.
1
"
"
next
"
:
"
^10.
2.0
"
,
"
react
"
:
"
^17.0.
2
"
,
"
react-dom
"
:
"
^17.0.
2
"
},
"devDependencies"
:
{
"
@types/node
"
:
"
^1
4.14.9
"
,
"
@types/react
"
:
"
^17.0.
0
"
,
"
@types/react-dom
"
:
"
^17.0.
0
"
,
"
@typescript-eslint/eslint-plugin
"
:
"
^4.
8.1
"
,
"
@typescript-eslint/parser
"
:
"
^4.
8.1
"
,
"
eslint
"
:
"
^7.
14
.0
"
,
"
eslint-config-prettier
"
:
"
^
7.2
.0
"
,
"
eslint-plugin-react
"
:
"
^7.2
1.5
"
,
"
@types/node
"
:
"
^1
5.0.1
"
,
"
@types/react
"
:
"
^17.0.
4
"
,
"
@types/react-dom
"
:
"
^17.0.
3
"
,
"
@typescript-eslint/eslint-plugin
"
:
"
^4.
22.0
"
,
"
@typescript-eslint/parser
"
:
"
^4.
22.0
"
,
"
eslint
"
:
"
^7.
25
.0
"
,
"
eslint-config-prettier
"
:
"
^
8.3
.0
"
,
"
eslint-plugin-react
"
:
"
^7.2
3.2
"
,
"
eslint-plugin-react-hooks
"
:
"
^4.2.0
"
,
"
husky
"
:
"
>=4.3.0
"
,
"
lint-staged
"
:
"
>=10.5.
1
"
,
"
lint-staged
"
:
"
>=10.5.
4
"
,
"
prettier
"
:
"
^2.2.0
"
,
"
stylelint
"
:
"
^13.
8.0
"
,
"
stylelint
"
:
"
^13.
13.1
"
,
"
stylelint-config-prettier
"
:
"
^8.0.2
"
,
"
stylelint-config-standard
"
:
"
^2
0
.0.0
"
,
"
typescript
"
:
"
^4.
1.2
"
"
stylelint-config-standard
"
:
"
^2
2
.0.0
"
,
"
typescript
"
:
"
^4.
2.4
"
},
"husky"
:
{
"hooks"
:
{
...
...
yarn.lock
View file @
5280e24d
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment