Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
form-generator
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
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
Coscine
frontend
libraries
form-generator
Commits
a55b70d9
Commit
a55b70d9
authored
Dec 1, 2023
by
Benedikt Heinrichs
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Update Dependencies
parent
3dc3300c
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!145
Chore: 3.5.5
Changes
4
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.yarnrc.yml
+6
-7
6 additions, 7 deletions
.yarnrc.yml
package.json
+11
-6
11 additions, 6 deletions
package.json
vite.config.js
+2
-10
2 additions, 10 deletions
vite.config.js
yarn.lock
+141
-999
141 additions, 999 deletions
yarn.lock
with
160 additions
and
1022 deletions
.yarnrc.yml
+
6
−
7
View file @
a55b70d9
...
@@ -9,22 +9,21 @@ packageExtensions:
...
@@ -9,22 +9,21 @@ packageExtensions:
bootstrap-vue@*
:
bootstrap-vue@*
:
dependencies
:
dependencies
:
jquery
:
"
*"
jquery
:
"
*"
vue
:
^2.7.1
4
vue
:
^2.7.1
5
local-pkg@*
:
local-pkg@*
:
dependencies
:
peerDependencies
:
"
@vitest/coverage-c8"
:
"
*"
"
happy-dom"
:
"
*"
jsdom
:
"
*"
vue-demi@*
:
vue-demi@*
:
dependencies
:
dependencies
:
vue
:
^2.7.1
4
vue
:
^2.7.1
5
vue-eslint-parser@*
:
vue-eslint-parser@*
:
dependencies
:
dependencies
:
"
@typescript-eslint/parser"
:
"
*"
"
@typescript-eslint/parser"
:
"
*"
vue-i18n@*
:
vue-i18n@*
:
dependencies
:
dependencies
:
vue
:
^2.7.1
4
vue
:
^2.7.1
5
vue-material-design-icons@*
:
vue-material-design-icons@*
:
dependencies
:
dependencies
:
vue
:
^2.7.1
4
vue
:
^2.7.1
5
yarnPath
:
.yarn/releases/yarn-4.0.2.cjs
yarnPath
:
.yarn/releases/yarn-4.0.2.cjs
This diff is collapsed.
Click to expand it.
package.json
+
11
−
6
View file @
a55b70d9
...
@@ -10,6 +10,12 @@
...
@@ -10,6 +10,12 @@
"directories"
:
{
"directories"
:
{
"doc"
:
"docs"
"doc"
:
"docs"
},
},
"exports"
:
{
"."
:
{
"import"
:
"./dist/index.js"
,
"require"
:
"./dist/index.umd.cjs"
}
},
"scripts"
:
{
"scripts"
:
{
"build"
:
"vite build"
,
"build"
:
"vite build"
,
"dev"
:
"vite build --watch"
,
"dev"
:
"vite build --watch"
,
...
@@ -63,7 +69,7 @@
...
@@ -63,7 +69,7 @@
"
@typescript-eslint/eslint-plugin
"
:
"
^6.11.0
"
,
"
@typescript-eslint/eslint-plugin
"
:
"
^6.11.0
"
,
"
@typescript-eslint/parser
"
:
"
^6.11.0
"
,
"
@typescript-eslint/parser
"
:
"
^6.11.0
"
,
"
@vitejs/plugin-vue2
"
:
"
^2.3.1
"
,
"
@vitejs/plugin-vue2
"
:
"
^2.3.1
"
,
"
@vitest/coverage-
c
8
"
:
"
^0.3
3.0
"
,
"
@vitest/coverage-
v
8
"
:
"
^0.3
4.6
"
,
"
@vue/eslint-config-prettier
"
:
"
^8.0.0
"
,
"
@vue/eslint-config-prettier
"
:
"
^8.0.0
"
,
"
@vue/eslint-config-typescript
"
:
"
^12.0.0
"
,
"
@vue/eslint-config-typescript
"
:
"
^12.0.0
"
,
"
@vue/test-utils
"
:
"
^1.3.6
"
,
"
@vue/test-utils
"
:
"
^1.3.6
"
,
...
@@ -76,15 +82,14 @@
...
@@ -76,15 +82,14 @@
"
eslint-plugin-import
"
:
"
^2.29.0
"
,
"
eslint-plugin-import
"
:
"
^2.29.0
"
,
"
eslint-plugin-prettier
"
:
"
^5.0.1
"
,
"
eslint-plugin-prettier
"
:
"
^5.0.1
"
,
"
eslint-plugin-vue
"
:
"
^9.18.1
"
,
"
eslint-plugin-vue
"
:
"
^9.18.1
"
,
"
jsdom
"
:
"
^22.1.0
"
,
"
happy-dom
"
:
"
^12.10.3
"
,
"
jsdom-global
"
:
"
^3.0.2
"
,
"
prettier
"
:
"
^3.1.0
"
,
"
prettier
"
:
"
^3.1.0
"
,
"
semantic-release
"
:
"
^21.1.2
"
,
"
semantic-release
"
:
"
^21.1.2
"
,
"
typescript
"
:
"
^5.2.2
"
,
"
typescript
"
:
"
^5.2.2
"
,
"
unplugin-auto-import
"
:
"
^0.1
6.7
"
,
"
unplugin-auto-import
"
:
"
^0.1
7.1
"
,
"
unplugin-vue-components
"
:
"
^0.25.2
"
,
"
unplugin-vue-components
"
:
"
^0.25.2
"
,
"
vite
"
:
"
^5.0.
0
"
,
"
vite
"
:
"
^5.0.
4
"
,
"
vite-plugin-node-polyfills
"
:
"
^0.
9
.0
"
,
"
vite-plugin-node-polyfills
"
:
"
^0.
17
.0
"
,
"
vitest
"
:
"
^0.34.6
"
,
"
vitest
"
:
"
^0.34.6
"
,
"
vue
"
:
"
^2.7.15
"
,
"
vue
"
:
"
^2.7.15
"
,
"
vue-template-compiler
"
:
"
^2.7.15
"
"
vue-template-compiler
"
:
"
^2.7.15
"
...
...
This diff is collapsed.
Click to expand it.
vite.config.js
+
2
−
10
View file @
a55b70d9
...
@@ -20,7 +20,7 @@ export default defineConfig({
...
@@ -20,7 +20,7 @@ export default defineConfig({
entry
:
path
.
resolve
(
__dirname
,
'
src/index.ts
'
),
entry
:
path
.
resolve
(
__dirname
,
'
src/index.ts
'
),
name
:
'
@coscine/form-generator
'
,
name
:
'
@coscine/form-generator
'
,
fileName
:
'
index
'
,
fileName
:
'
index
'
,
formats
:
[
'
es
'
,
'
umd
'
,
'
cjs
'
],
formats
:
[
'
es
'
,
'
umd
'
],
},
},
rollupOptions
:
{
rollupOptions
:
{
external
:
[
external
:
[
...
@@ -43,7 +43,6 @@ export default defineConfig({
...
@@ -43,7 +43,6 @@ export default defineConfig({
'
vue-demi
'
:
'
VueDemi
'
'
vue-demi
'
:
'
VueDemi
'
},
},
inlineDynamicImports
:
false
,
inlineDynamicImports
:
false
,
manualChunks
:
()
=>
'
everything.js
'
},
},
},
},
},
},
...
@@ -72,15 +71,8 @@ export default defineConfig({
...
@@ -72,15 +71,8 @@ export default defineConfig({
],
],
test
:
{
test
:
{
globals
:
true
,
globals
:
true
,
environment
:
'
js
dom
'
,
environment
:
'
happy-
dom
'
,
setupFiles
:
[
path
.
resolve
(
__dirname
,
'
test/setup.ts
'
)],
setupFiles
:
[
path
.
resolve
(
__dirname
,
'
test/setup.ts
'
)],
reporters
:
'
dot
'
,
reporters
:
'
dot
'
,
deps
:
{
inline
:
[
'
vue2
'
,
'
@vue/composition-api
'
,
],
},
alias
:
[{
find
:
/^vue$/
,
replacement
:
'
vue/dist/vue.runtime.common.js
'
}],
},
},
});
});
This diff is collapsed.
Click to expand it.
yarn.lock
+
141
−
999
View file @
a55b70d9
This diff is collapsed.
Click to expand it.
CoscineBot
@CoscineBot
mentioned in commit
be4de55d
·
Dec 1, 2023
mentioned in commit
be4de55d
mentioned in commit be4de55d64b605b097605e64b6959d76705cef68
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