Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
schbrain-archetype-initializer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tools
schbrain-archetype-initializer
Commits
d3505be0
Commit
d3505be0
authored
May 13, 2023
by
liaozan
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade dependencies
parent
fc2a557e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
7 deletions
+13
-7
initializer-ui/package.json
initializer-ui/package.json
+7
-7
pom.xml
pom.xml
+6
-0
No files found.
initializer-ui/package.json
View file @
d3505be0
...
@@ -6,16 +6,16 @@
...
@@ -6,16 +6,16 @@
"build"
:
"vite build --mode production"
"build"
:
"vite build --mode production"
},
},
"dependencies"
:
{
"dependencies"
:
{
"vue"
:
"^3.
2.47
"
,
"vue"
:
"^3.
3.2
"
,
"axios"
:
"^1.
3.6
"
,
"axios"
:
"^1.
4.0
"
,
"ant-design-vue"
:
"^3.2.
17
"
,
"ant-design-vue"
:
"^3.2.
20
"
,
"highlight.js"
:
"^11.
7
.0"
,
"highlight.js"
:
"^11.
8
.0"
,
"@highlightjs/vue-plugin"
:
"^2.1.0"
"@highlightjs/vue-plugin"
:
"^2.1.0"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@vitejs/plugin-vue"
:
"^4.
1.0
"
,
"@vitejs/plugin-vue"
:
"^4.
2.3
"
,
"typescript"
:
"^5.0.4"
,
"typescript"
:
"^5.0.4"
,
"vite"
:
"^4.
2.2
"
,
"vite"
:
"^4.
3.5
"
,
"vue-tsc"
:
"^1.
2.0
"
"vue-tsc"
:
"^1.
6.4
"
}
}
}
}
\ No newline at end of file
pom.xml
View file @
d3505be0
...
@@ -18,6 +18,7 @@
...
@@ -18,6 +18,7 @@
<properties>
<properties>
<revision>
0.0.1-SNAPSHOT
</revision>
<revision>
0.0.1-SNAPSHOT
</revision>
<org.eclipse.jgit.version>
6.5.0.202303070854-r
</org.eclipse.jgit.version>
<gitlab4j-api.version>
5.0.1
</gitlab4j-api.version>
<gitlab4j-api.version>
5.0.1
</gitlab4j-api.version>
<maven-embedder.version>
3.9.1
</maven-embedder.version>
<maven-embedder.version>
3.9.1
</maven-embedder.version>
<frontend-maven-plugin.version>
1.12.1
</frontend-maven-plugin.version>
<frontend-maven-plugin.version>
1.12.1
</frontend-maven-plugin.version>
...
@@ -62,6 +63,11 @@
...
@@ -62,6 +63,11 @@
<artifactId>
maven-resolver-transport-http
</artifactId>
<artifactId>
maven-resolver-transport-http
</artifactId>
<version>
${maven-resolver-transport-http.version}
</version>
<version>
${maven-resolver-transport-http.version}
</version>
</dependency>
</dependency>
<dependency>
<groupId>
org.eclipse.jgit
</groupId>
<artifactId>
org.eclipse.jgit
</artifactId>
<version>
${org.eclipse.jgit.version}
</version>
</dependency>
<dependency>
<dependency>
<groupId>
org.gitlab4j
</groupId>
<groupId>
org.gitlab4j
</groupId>
<artifactId>
gitlab4j-api
</artifactId>
<artifactId>
gitlab4j-api
</artifactId>
...
...
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