Skip to content

Commit

Permalink
GH-2280 Upgrade JsonForms lib from 3.1.0 to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Nov 22, 2024
1 parent ab88766 commit 213a92e
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 29 deletions.
64 changes: 39 additions & 25 deletions reposilite-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions reposilite-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"npm": ">=9.5.0"
},
"dependencies": {
"@dzikoysk/vue-vanilla": "^3.1.1",
"@jsonforms/core": "^3.1.0",
"@jsonforms/vue": "^3.1.0",
"@dzikoysk/vue-vanilla": "^3.4.1",
"@jsonforms/core": "^3.4.1",
"@jsonforms/vue": "^3.4.1",
"@vueform/toggle": "^2.1.4",
"@vueuse/core": "^11.3.0",
"@vueuse/head": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion reposilite-frontend/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default defineConfig({
minify: true,
emptyOutDir: true,
outDir: "build/frontend/reposilite-frontend",
chunkSizeWarningLimit: 550
chunkSizeWarningLimit: 768,
},
css: {
preprocessorOptions: {
Expand Down

0 comments on commit 213a92e

Please sign in to comment.