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
1310ad5e
Unverified
Commit
1310ad5e
authored
Sep 25, 2020
by
Pavel Ševčík
Browse files
Updated dependencies
parent
71c36622
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
364 additions
and
444 deletions
+364
-444
package.json
package.json
+17
-14
yarn.lock
yarn.lock
+347
-430
No files found.
package.json
View file @
1310ad5e
...
...
@@ -13,27 +13,27 @@
"format"
:
"prettier --write ./src/**/*.*"
},
"dependencies"
:
{
"
next
"
:
"
^9.5.
2
"
,
"
next
"
:
"
^9.5.
3
"
,
"
react
"
:
"
^16.13.1
"
,
"
react-dom
"
:
"
^16.13.1
"
},
"devDependencies"
:
{
"
@types/node
"
:
"
^14.
6
.2
"
,
"
@types/node
"
:
"
^14.
11
.2
"
,
"
@types/react
"
:
"
^16.9.49
"
,
"
@types/react-dom
"
:
"
^16.9.8
"
,
"
@typescript-eslint/eslint-plugin
"
:
"
^4.
0.1
"
,
"
@typescript-eslint/parser
"
:
"
^4.
0.1
"
,
"
eslint
"
:
"
^7.
8
.0
"
,
"
eslint-config-prettier
"
:
"
^6.1
1
.0
"
,
"
eslint-plugin-react
"
:
"
^7.2
0.6
"
,
"
eslint-plugin-react-hooks
"
:
"
^4.1.
0
"
,
"
husky
"
:
"
>=4
"
,
"
lint-staged
"
:
"
>=10
"
,
"
prettier
"
:
"
^2.1.
1
"
,
"
stylelint
"
:
"
^13.7.
0
"
,
"
@typescript-eslint/eslint-plugin
"
:
"
^4.
2.0
"
,
"
@typescript-eslint/parser
"
:
"
^4.
2.0
"
,
"
eslint
"
:
"
^7.
9
.0
"
,
"
eslint-config-prettier
"
:
"
^6.1
2
.0
"
,
"
eslint-plugin-react
"
:
"
^7.2
1.2
"
,
"
eslint-plugin-react-hooks
"
:
"
^4.1.
2
"
,
"
husky
"
:
"
>=4
.3.0
"
,
"
lint-staged
"
:
"
>=10
.4.0
"
,
"
prettier
"
:
"
^2.1.
2
"
,
"
stylelint
"
:
"
^13.7.
2
"
,
"
stylelint-config-prettier
"
:
"
^8.0.2
"
,
"
stylelint-config-standard
"
:
"
^20.0.0
"
,
"
typescript
"
:
"
^4.0.
2
"
"
typescript
"
:
"
^4.0.
3
"
},
"husky"
:
{
"hooks"
:
{
...
...
@@ -41,6 +41,9 @@
}
},
"lint-staged"
:
{
"*.--write"
:
[
"yarn run lint --"
,
"yarn run format --"
]
"*.--write"
:
[
"yarn run lint --"
,
"yarn run format --"
]
}
}
yarn.lock
View file @
1310ad5e
This diff is collapsed.
Click to expand it.
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