Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Clutch
Commits
341bb217
Unverified
Commit
341bb217
authored
4 years ago
by
renovate[bot]
Committed by
GitHub
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
housekeeping: eslint-plugin-simple-import-sort to v7 (#767)
parent
b63d718d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
frontend/packages/core/src/AppProvider/registrar.tsx
+1
-1
frontend/packages/core/src/AppProvider/registrar.tsx
frontend/packages/tools/package.json
+1
-1
frontend/packages/tools/package.json
frontend/yarn.lock
+4
-4
frontend/yarn.lock
with
6 additions
and
6 deletions
+6
-6
frontend/packages/core/src/AppProvider/registrar.tsx
+
1
-
1
View file @
341bb217
import
type
{
ConfiguredRoute
,
Workflow
,
WorkflowConfiguration
}
from
"
./workflow
"
;
import
type
{
UserConfiguration
}
from
"
.
"
;
import
type
{
ConfiguredRoute
,
Workflow
,
WorkflowConfiguration
}
from
"
./workflow
"
;
const
workflowRoutes
=
(
workflowId
:
string
,
...
...
This diff is collapsed.
Click to expand it.
frontend/packages/tools/package.json
+
1
-
1
View file @
341bb217
...
...
@@ -46,7 +46,7 @@
"eslint-plugin-prettier"
:
"^3.1.1"
,
"eslint-plugin-react"
:
"^7.20.6"
,
"eslint-plugin-react-hooks"
:
"^4.1.2"
,
"eslint-plugin-simple-import-sort"
:
"^
6
.0.0"
,
"eslint-plugin-simple-import-sort"
:
"^
7
.0.0"
,
"jest"
:
"^24.9.0"
,
"prettier"
:
"^2.0.0"
,
"react"
:
"^16.8.0"
,
...
...
This diff is collapsed.
Click to expand it.
frontend/yarn.lock
+
4
-
4
View file @
341bb217
...
...
@@ -8862,10 +8862,10 @@ eslint-plugin-react@^7.20.6:
resolve "^1.18.1"
string.prototype.matchall "^4.0.2"
eslint-plugin-simple-import-sort@^
6
.0.0:
version "
6
.0.
1
"
resolved "https://registry.yarnpkg.com/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-
6
.0.
1
.tgz#
24a3af3b745dcd389c060db28e22d0f5e3edf86e
"
integrity sha512-
RfFnoi7fQtv7z9sZNJidIcZgWc0ZJe8uOPC3ldmatai4Igr5iDpzTmSUDEZKYm4TnrR01N0X32kfKvax7bivHQ
==
eslint-plugin-simple-import-sort@^
7
.0.0:
version "
7
.0.
0
"
resolved "https://registry.yarnpkg.com/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-
7
.0.
0
.tgz#
a1dad262f46d2184a90095a60c66fef74727f0f8
"
integrity sha512-
U3vEDB5zhYPNfxT5TYR7u01dboFZp+HNpnGhkDB2g/2E4wZ/g1Q9Ton8UwCLfRV9yAKyYqDh62oHOamvkFxsvw
==
eslint-scope@^4.0.3:
version "4.0.3"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help