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
0304197a
Commit
0304197a
authored
Sep 12, 2022
by
liaozan
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update dependencies
parent
b754923e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
11 deletions
+11
-11
initializer-ui/package.json
initializer-ui/package.json
+7
-7
initializer-ui/pom.xml
initializer-ui/pom.xml
+1
-1
pom.xml
pom.xml
+3
-3
No files found.
initializer-ui/package.json
View file @
0304197a
...
...
@@ -6,16 +6,16 @@
"build"
:
"vite build --mode production"
},
"dependencies"
:
{
"vue"
:
"^3.2.
38
"
,
"axios"
:
"^
0.27.2
"
,
"ant-design-vue"
:
"^3.2.1
1
"
,
"vue"
:
"^3.2.
41
"
,
"axios"
:
"^
1.1.3
"
,
"ant-design-vue"
:
"^3.2.1
3
"
,
"highlight.js"
:
"^11.6.0"
,
"@highlightjs/vue-plugin"
:
"^2.1.0"
},
"devDependencies"
:
{
"@vitejs/plugin-vue"
:
"^3.
0.3
"
,
"typescript"
:
"^4.8.
2
"
,
"vite"
:
"^3.
0.9
"
,
"vue-tsc"
:
"^
0.40.5
"
"@vitejs/plugin-vue"
:
"^3.
1.2
"
,
"typescript"
:
"^4.8.
4
"
,
"vite"
:
"^3.
1.8
"
,
"vue-tsc"
:
"^
1.0.8
"
}
}
\ No newline at end of file
initializer-ui/pom.xml
View file @
0304197a
...
...
@@ -20,7 +20,7 @@
<artifactId>
frontend-maven-plugin
</artifactId>
<version>
${frontend-maven-plugin.version}
</version>
<configuration>
<nodeVersion>
v18.
8
.0
</nodeVersion>
<nodeVersion>
v18.
9
.0
</nodeVersion>
<nodeDownloadRoot>
https://mirrors.tuna.tsinghua.edu.cn/nodejs-release/
</nodeDownloadRoot>
</configuration>
<executions>
...
...
pom.xml
View file @
0304197a
...
...
@@ -6,9 +6,9 @@
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
com.schbrain.
framework
</groupId>
<artifactId>
schbrain
-parent
</artifactId>
<version>
1
.0.0-SNAPSHOT
</version>
<groupId>
com.schbrain.
kp
</groupId>
<artifactId>
kp
-parent
</artifactId>
<version>
2
.0.0-SNAPSHOT
</version>
</parent>
<groupId>
com.schbrain.archetype
</groupId>
...
...
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