Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
oetzit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
commul
oetzit
Commits
9404c72d
Commit
9404c72d
authored
2 years ago
by
Paolo.Brasolin
Browse files
Options
Downloads
Patches
Plain Diff
chore: #fe bump parcel major
parent
8b04659e
No related branches found
No related tags found
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
frontend/.gitignore
+1
-1
1 addition, 1 deletion
frontend/.gitignore
frontend/package-lock.json
+8649
-22146
8649 additions, 22146 deletions
frontend/package-lock.json
frontend/package.json
+3
-2
3 additions, 2 deletions
frontend/package.json
frontend/src/index.html
+1
-1
1 addition, 1 deletion
frontend/src/index.html
with
8654 additions
and
22150 deletions
frontend/.gitignore
+
1
−
1
View file @
9404c72d
...
...
@@ -3,5 +3,5 @@
# Useful .gitignore templates: https://github.com/github/gitignore
node_modules
dist
.cache
.
parcel-
cache
yarn.lock
This diff is collapsed.
Click to expand it.
frontend/package-lock.json
+
8649
−
22146
View file @
9404c72d
This diff is collapsed.
Click to expand it.
frontend/package.json
+
3
−
2
View file @
9404c72d
...
...
@@ -24,6 +24,7 @@
"simple-keyboard"
:
"^3.4.68"
},
"devDependencies"
:
{
"@parcel/transformer-sass"
:
"^2.4.1"
,
"@types/jest"
:
"^27.0.3"
,
"@typescript-eslint/eslint-plugin"
:
"^5.5.0"
,
"@typescript-eslint/parser"
:
"^5.5.0"
,
...
...
@@ -33,7 +34,7 @@
"eslint-plugin-prettier"
:
"^4.0.0"
,
"jest"
:
"^27.4.2"
,
"node-notifier"
:
"^10.0.1"
,
"parcel
-bundler
"
:
"^
1.1
2.4"
,
"parcel"
:
"^2.4
.1
"
,
"parcel-plugin-static-files-copy"
:
"^2.6.0"
,
"prettier"
:
"^2.5.1"
,
"sass"
:
"^1.49.9"
,
...
...
@@ -51,5 +52,5 @@
"staticPath"
:
"public"
,
"watcherGlob"
:
"**"
},
"browserslist"
:
"
last 2 Chrome versions
"
"browserslist"
:
"
> 0.5%, last 2 versions, not dead
"
}
This diff is collapsed.
Click to expand it.
frontend/src/index.html
+
1
−
1
View file @
9404c72d
...
...
@@ -5,7 +5,7 @@
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<link
href=
"css/main.scss"
rel=
"stylesheet"
>
<script
src=
"js/main.ts"
charset=
"utf-8"
></script>
<script
type=
"module"
src=
"js/main.ts"
></script>
<title>
Ötzi App
</title>
</head>
...
...
This diff is collapsed.
Click to expand it.
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