Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
d7aa9db9
Unverified
Commit
d7aa9db9
authored
3 years ago
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
remove the dependency again and use legacy mode
parent
57fdb773
No related branches found
No related tags found
3 merge requests
!81
New stable release
,
!43
Merge dev to master
,
!33
Draft: merge dev to master
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
fda-ui/nuxt.config.js
+0
-8
0 additions, 8 deletions
fda-ui/nuxt.config.js
fda-ui/package.json
+0
-1
0 additions, 1 deletion
fda-ui/package.json
fda-ui/yarn.lock
+97
-742
97 additions, 742 deletions
fda-ui/yarn.lock
with
98 additions
and
752 deletions
Makefile
+
1
−
1
View file @
d7aa9db9
...
...
@@ -58,7 +58,7 @@ build-docker-sandbox: config-docker
docker-compose
-f
docker-compose.prod.yml build
build-frontend
:
npm
--prefix
./fda-ui
install
npm
--prefix
./fda-ui
install
--legacy-peer-deps
npm
--prefix
./fda-ui run build
build
:
clean build-backend build-frontend build-docker
...
...
This diff is collapsed.
Click to expand it.
fda-ui/nuxt.config.js
+
0
−
8
View file @
d7aa9db9
...
...
@@ -111,14 +111,6 @@ export default {
},
build
:
{
loaders
:
{
sass
:
{
implementation
:
require
(
'
sass
'
)
},
scss
:
{
implementation
:
require
(
'
sass
'
)
}
},
babel
:
{
presets
(
env
,
[
preset
,
options
])
{
return
[
...
...
This diff is collapsed.
Click to expand it.
fda-ui/package.json
+
0
−
1
View file @
d7aa9db9
...
...
@@ -62,7 +62,6 @@
"jest"
:
"^27.0.2"
,
"jsdom"
:
"^16.6.0"
,
"jsdom-global"
:
"^3.0.2"
,
"node-sass"
:
"^5.0.0"
,
"nyc"
:
"^15.1.0"
,
"playwright"
:
"^1.14.0"
,
"require-extension-hooks"
:
"^0.3.3"
,
...
...
This diff is collapsed.
Click to expand it.
fda-ui/yarn.lock
+
97
−
742
View file @
d7aa9db9
This diff is collapsed.
Click to expand it.
Martin Weise
@mweise
mentioned in commit
a036795c
·
3 years ago
mentioned in commit
a036795c
mentioned in commit a036795c7815ac75a2628cfe213897b3ebe840a8
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment