Skip to content

Commit c039e64

Browse files
committed
BEXIS2/Core#1528 upgrade bexis2-core-ui
1 parent 2f4326c commit c039e64

20 files changed

+2644
-1402
lines changed

package-lock.json

Lines changed: 2583 additions & 1343 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 43 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bexis2/bexis2-core-ui",
3-
"version": "0.3.13",
3+
"version": "0.4.0",
44
"private": false,
55
"scripts": {
66
"dev": "vite dev",
@@ -13,38 +13,40 @@
1313
"test:unit": "vitest",
1414
"lint": "prettier --plugin-search-dir . --check . && eslint .",
1515
"format": "prettier --plugin-search-dir . --write .",
16+
"check outdated": "npm outdated",
17+
"upgrade all": "ncu --upgrade",
1618
"1.npm - update package infos": "npm init --scope bexis2",
1719
"2.npm - package": "svelte-package",
1820
"3.npm - publish": "npm publish --access public"
1921
},
2022
"devDependencies": {
21-
"@playwright/test": "^1.36.2",
22-
"@skeletonlabs/skeleton": "^2.5.0",
23-
"@skeletonlabs/tw-plugin": "^0.2.4",
24-
"@sveltejs/adapter-auto": "^2.0.0",
25-
"@sveltejs/adapter-static": "^2.0.2",
26-
"@sveltejs/kit": "^1.5.0",
27-
"@sveltejs/package": "^2.0.2",
28-
"@tailwindcss/forms": "^0.5.3",
29-
"@tailwindcss/typography": "^0.5.9",
30-
"@types/node": "^20.9.0",
31-
"@typescript-eslint/eslint-plugin": "^5.45.0",
32-
"@typescript-eslint/parser": "^5.45.0",
33-
"autoprefixer": "^10.4.14",
34-
"eslint": "^8.28.0",
35-
"eslint-config-prettier": "^8.5.0",
23+
"@playwright/test": "^1.42.1",
24+
"@skeletonlabs/skeleton": "^2.9.0",
25+
"@skeletonlabs/tw-plugin": "^0.3.1",
26+
"@sveltejs/adapter-auto": "^3.1.1",
27+
"@sveltejs/adapter-static": "^3.0.1",
28+
"@sveltejs/kit": "^2.5.3",
29+
"@sveltejs/package": "^2.3.0",
30+
"@tailwindcss/forms": "^0.5.7",
31+
"@tailwindcss/typography": "^0.5.10",
32+
"@types/node": "^20.11.26",
33+
"@typescript-eslint/eslint-plugin": "^7.2.0",
34+
"@typescript-eslint/parser": "^7.2.0",
35+
"autoprefixer": "^10.4.18",
36+
"eslint": "^8.57.0",
37+
"eslint-config-prettier": "^9.1.0",
3638
"eslint-plugin-svelte3": "^4.0.0",
37-
"postcss": "^8.4.23",
38-
"prettier": "^2.8.0",
39-
"prettier-plugin-svelte": "^2.8.1",
39+
"postcss": "^8.4.35",
40+
"prettier": "^3.2.5",
41+
"prettier-plugin-svelte": "^3.2.2",
4042
"raw-loader": "^4.0.2",
41-
"svelte": "^3.54.0",
42-
"svelte-check": "^3.0.1",
43-
"tailwindcss": "^3.3.2",
44-
"tslib": "^2.4.1",
45-
"typescript": "^5.0.0",
46-
"vite": "^4.3.0",
47-
"vitest": "^0.25.3"
43+
"svelte": "^4.2.12",
44+
"svelte-check": "^3.6.7",
45+
"tailwindcss": "^3.4.1",
46+
"tslib": "^2.6.2",
47+
"typescript": "^5.4.2",
48+
"vite": "^5.1.6",
49+
"vitest": "^1.3.1"
4850
},
4951
"type": "module",
5052
"module": "./src/lib/index.ts",
@@ -59,30 +61,30 @@
5961
"src/lib"
6062
],
6163
"dependencies": {
62-
"@codemirror/lang-html": "^6.4.5",
63-
"@codemirror/lang-javascript": "^6.1.9",
64+
"@codemirror/lang-html": "^6.4.8",
65+
"@codemirror/lang-javascript": "^6.2.2",
6466
"@codemirror/lang-json": "^6.0.1",
65-
"@codemirror/lint": "^6.4.2",
67+
"@codemirror/lint": "^6.5.0",
6668
"@codemirror/theme-one-dark": "^6.1.2",
67-
"@floating-ui/dom": "^1.2.7",
68-
"@fortawesome/fontawesome-free": "^6.2.1",
69-
"@fortawesome/fontawesome-svg-core": "^6.2.1",
70-
"@fortawesome/free-regular-svg-icons": "^6.2.1",
71-
"@fortawesome/free-solid-svg-icons": "^6.2.1",
72-
"axios": "^1.2.1",
69+
"@floating-ui/dom": "^1.6.3",
70+
"@fortawesome/fontawesome-free": "^6.5.1",
71+
"@fortawesome/fontawesome-svg-core": "^6.5.1",
72+
"@fortawesome/free-regular-svg-icons": "^6.5.1",
73+
"@fortawesome/free-solid-svg-icons": "^6.5.1",
74+
"axios": "^1.6.7",
7375
"codemirror": "^6.0.1",
7476
"delay": "^6.0.0",
75-
"dotenv": "^16.3.1",
77+
"dotenv": "^16.4.5",
7678
"eslint4b-prebuilt": "^6.7.2",
7779
"highlight.js": "^11.9.0",
7880
"highlightjs-svelte": "^1.0.6",
79-
"svelte": "^3.54.0",
80-
"svelte-codemirror-editor": "^1.1.0",
81-
"svelte-fa": "^3.0.4",
81+
"svelte": "^4.2.12",
82+
"svelte-codemirror-editor": "^1.3.0",
83+
"svelte-fa": "^4.0.2",
8284
"svelte-file-dropzone": "^2.0.4",
83-
"svelte-headless-table": "^0.17.3",
85+
"svelte-headless-table": "^0.18.2",
8486
"svelte-select": "5.8.3",
85-
"vest": "^4.6.11"
87+
"vest": "^5.2.10"
8688
},
8789
"author": "David Schöne",
8890
"license": "ISC",

src/lib/components/CodeEditor/CodeEditor.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { createEventDispatcher } from 'svelte';
33
44
import CodeMirror from 'svelte-codemirror-editor';
5-
import Fa from 'svelte-fa/src/fa.svelte';
5+
import Fa from 'svelte-fa';
66
import Linter from 'eslint4b-prebuilt';
77
import { html } from '@codemirror/lang-html';
88
import { javascript, esLint } from '@codemirror/lang-javascript';

src/lib/components/File/FileUploader.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
} from '../../models/Models.js';
88
99
import Dropzone from 'svelte-file-dropzone';
10-
import Fa from 'svelte-fa/src/fa.svelte';
10+
import Fa from 'svelte-fa';
1111
1212
import Spinner from '../page/Spinner.svelte';
1313
import { createEventDispatcher } from 'svelte';

src/lib/components/Table/TableFilter.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script lang="ts">
2-
import Fa from 'svelte-fa/src/fa.svelte';
2+
import Fa from 'svelte-fa';
33
import { faFilter, faPlus, faXmark } from '@fortawesome/free-solid-svg-icons';
44
import { popup } from '@skeletonlabs/skeleton';
55
import type { PopupSettings } from '@skeletonlabs/skeleton';

src/lib/components/Table/TableFilterServer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script lang="ts">
2-
import Fa from 'svelte-fa/src/fa.svelte';
2+
import Fa from 'svelte-fa';
33
import { faFilter, faPlus, faXmark } from '@fortawesome/free-solid-svg-icons';
44
import { popup } from '@skeletonlabs/skeleton';
55
import type { PopupSettings } from '@skeletonlabs/skeleton';

src/lib/components/Table/TablePagination.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script lang="ts">
2-
import Fa from 'svelte-fa/src/fa.svelte';
2+
import Fa from 'svelte-fa';
33
import {
44
faAnglesRight,
55
faAngleRight,

src/lib/components/Table/TablePaginationServer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script lang="ts">
2-
import Fa from 'svelte-fa/src/fa.svelte';
2+
import Fa from 'svelte-fa';
33
import {
44
faAnglesRight,
55
faAngleRight,

src/lib/components/page/Docs.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script lang="ts">
2-
import Fa from 'svelte-fa/src/fa.svelte';
2+
import Fa from 'svelte-fa';
33
import { faQuestion } from '@fortawesome/free-solid-svg-icons';
44
import { goTo } from '$services/BaseCaller';
55

src/lib/components/page/GoToTop.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script>
22
3-
import Fa from 'svelte-fa/src/fa.svelte';
3+
import Fa from 'svelte-fa';
44
import { faAngleUp } from '@fortawesome/free-solid-svg-icons';
55
66
export let showAtPixel = 1000;

0 commit comments

Comments
 (0)