Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
siibra-explorer
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiao Gui
siibra-explorer
Commits
fcd17f06
Commit
fcd17f06
authored
1 year ago
by
Xiao Gui
Browse files
Options
Downloads
Patches
Plain Diff
updated angular to 15
parent
a4c6875e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.browserslistrc
+0
-2
0 additions, 2 deletions
.browserslistrc
package-lock.json
+2196
-2227
2196 additions, 2227 deletions
package-lock.json
package.json
+12
-12
12 additions, 12 deletions
package.json
spec/test.ts
+0
-8
0 additions, 8 deletions
spec/test.ts
with
2208 additions
and
2249 deletions
.browserslistrc
deleted
100644 → 0
+
0
−
2
View file @
a4c6875e
defaults
not IE 11
\ No newline at end of file
This diff is collapsed.
Click to expand it.
package-lock.json
+
2196
−
2227
View file @
fcd17f06
This diff is collapsed.
Click to expand it.
package.json
+
12
−
12
View file @
fcd17f06
...
...
@@ -21,9 +21,9 @@
"author"
:
"FZJ-INM1-BDA <inm1-bda@fz-juelich.de>"
,
"license"
:
"
apache-2.0
"
,
"devDependencies"
:
{
"
@angular-devkit/build-angular
"
:
"
^1
4
.2.10
"
,
"
@angular/cli
"
:
"
^1
4
.2.10
"
,
"
@angular/compiler-cli
"
:
"
^1
4
.2.1
2
"
,
"
@angular-devkit/build-angular
"
:
"
^1
5
.2.10
"
,
"
@angular/cli
"
:
"
^1
5
.2.10
"
,
"
@angular/compiler-cli
"
:
"
^1
5
.2.1
0
"
,
"
@babel/core
"
:
"
^7.17.5
"
,
"
@compodoc/compodoc
"
:
"
^1.1.19
"
,
"
@storybook/addon-actions
"
:
"
^6.5.13
"
,
...
...
@@ -52,16 +52,16 @@
"
typescript
"
:
"
^4.8.4
"
},
"dependencies"
:
{
"
@angular/animations
"
:
"
^1
4
.2.1
2
"
,
"
@angular/animations
"
:
"
^1
5
.2.1
0
"
,
"
@angular/cdk
"
:
"
^14.2.7
"
,
"
@angular/common
"
:
"
^1
4
.2.1
2
"
,
"
@angular/compiler
"
:
"
^1
4
.2.1
2
"
,
"
@angular/core
"
:
"
^1
4
.2.1
2
"
,
"
@angular/forms
"
:
"
^1
4
.2.1
2
"
,
"
@angular/common
"
:
"
^1
5
.2.1
0
"
,
"
@angular/compiler
"
:
"
^1
5
.2.1
0
"
,
"
@angular/core
"
:
"
^1
5
.2.1
0
"
,
"
@angular/forms
"
:
"
^1
5
.2.1
0
"
,
"
@angular/material
"
:
"
^14.2.7
"
,
"
@angular/platform-browser
"
:
"
^1
4
.2.1
2
"
,
"
@angular/platform-browser-dynamic
"
:
"
^1
4
.2.1
2
"
,
"
@angular/router
"
:
"
^1
4
.2.1
2
"
,
"
@angular/platform-browser
"
:
"
^1
5
.2.1
0
"
,
"
@angular/platform-browser-dynamic
"
:
"
^1
5
.2.1
0
"
,
"
@angular/router
"
:
"
^1
5
.2.1
0
"
,
"
@ngrx/component-store
"
:
"
^14.3.3
"
,
"
@ngrx/effects
"
:
"
^14.3.2
"
,
"
@ngrx/store
"
:
"
^14.3.2
"
,
...
...
@@ -76,4 +76,4 @@
"
tslib
"
:
"
^2.3.0
"
,
"
zone.js
"
:
"
~0.11.4
"
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
spec/test.ts
+
0
−
8
View file @
fcd17f06
...
...
@@ -17,13 +17,5 @@ getTestBed().initTestEnvironment(
{
teardown
:
{
destroyAfterEach
:
true
}},
)
declare
const
require
:
any
const
testContext
=
require
.
context
(
'
../src
'
,
true
,
/
\.
spec
\.
ts$/
)
testContext
.
keys
().
map
(
testContext
)
const
workerCtx
=
require
.
context
(
'
../worker
'
,
true
,
/
\.
spec
\.
js$/
)
workerCtx
.
keys
().
map
(
workerCtx
)
// eslint-disable-next-line @typescript-eslint/no-var-requires
require
(
'
../common/util.spec.js
'
)
This diff is collapsed.
Click to expand it.
Preview
0%
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