fdb2 1.0.22 → 1.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -34,8 +34,8 @@
34
34
  </script>
35
35
  <script type="module" crossorigin src="/public/index.js"></script>
36
36
  <link rel="modulepreload" crossorigin href="/public/rolldown-runtime.js">
37
- <link rel="modulepreload" crossorigin href="/public/bootstrap.js">
38
37
  <link rel="modulepreload" crossorigin href="/public/vue.js">
38
+ <link rel="modulepreload" crossorigin href="/public/bootstrap.js">
39
39
  <link rel="stylesheet" crossorigin href="/public/bootstrap.css">
40
40
  <link rel="stylesheet" crossorigin href="/public/index.css">
41
41
  </head>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fdb2",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "private": false,
5
5
  "type": "commonjs",
6
6
  "main": "view/index.html",
@@ -54,15 +54,16 @@
54
54
  "vscode:package": "cd packages/vscode && vsce package"
55
55
  },
56
56
  "dependencies": {
57
- "@fefeding/common": "^1.0.58",
58
- "axios": "^1.15.2",
57
+ "@fefeding/common": "^1.0.60",
58
+ "axios": "^1.16.1",
59
59
  "dayjs": "^1.11.20",
60
60
  "express": "^5.2.1",
61
61
  "mysql2": "^3.22.3",
62
62
  "oracledb": "^6.10.0",
63
- "pg": "^8.20.0",
63
+ "pg": "^8.21.0",
64
64
  "reflect-metadata": "^0.2.2",
65
- "typeorm": "^0.3.28"
65
+ "typeorm": "^0.3.30",
66
+ "vue-i18n": "^11.4.4"
66
67
  },
67
68
  "optionalDependencies": {
68
69
  "better-sqlite3": "^11.10.0"
@@ -75,16 +76,16 @@
75
76
  "@codemirror/language": "^6.12.3",
76
77
  "@codemirror/state": "^6.6.0",
77
78
  "@codemirror/theme-one-dark": "^6.1.3",
78
- "@codemirror/view": "^6.41.1",
79
+ "@codemirror/view": "^6.43.0",
79
80
  "@fefeding/eventemitter": "^1.0.5",
80
81
  "@fefeding/vite-nunjucks-plugin": "^1.0.2",
81
82
  "@popperjs/core": "^2.11.8",
82
83
  "@rollup/pluginutils": "^5.3.0",
83
84
  "@types/bootstrap": "^5.2.10",
84
85
  "@types/jsdom": "^21.1.7",
85
- "@types/node": "^24.12.2",
86
+ "@types/node": "^24.12.4",
86
87
  "@types/vue": "^2.0.0",
87
- "@vitejs/plugin-vue": "^6.0.6",
88
+ "@vitejs/plugin-vue": "^6.0.7",
88
89
  "@vitejs/plugin-vue-jsx": "^5.1.5",
89
90
  "@vue/tsconfig": "^0.8.1",
90
91
  "@vueuse/core": "^13.9.0",
@@ -94,26 +95,26 @@
94
95
  "bootstrap-icons": "^1.13.1",
95
96
  "codemirror": "^6.0.2",
96
97
  "dotenv": "^17.4.2",
97
- "echarts": "^6.0.0",
98
+ "echarts": "^6.1.0",
98
99
  "exceljs": "^4.4.0",
99
- "js-cookie": "^3.0.5",
100
+ "js-cookie": "^3.0.7",
100
101
  "jsdom": "^26.1.0",
101
102
  "jszip": "^3.10.1",
102
103
  "nw": "^0.107.0",
103
104
  "nw-builder": "^4.17.10",
104
105
  "pinia": "^3.0.4",
105
106
  "pinia-plugin-persistedstate": "^4.7.1",
106
- "postcss": "^8.5.12",
107
- "sass": "^1.99.0",
107
+ "postcss": "^8.5.15",
108
+ "sass": "^1.100.0",
108
109
  "tailwindcss": "^3.4.19",
109
110
  "typescript": "^5.9.3",
110
111
  "vconsole": "^3.15.1",
111
112
  "vite": "latest",
112
113
  "vite-plugin-files-copy": "^3.8.0",
113
114
  "vitest": "^3.2.4",
114
- "vue": "^3.5.33",
115
+ "vue": "^3.5.34",
115
116
  "vue-router": "^4.6.4",
116
- "vue-tsc": "^3.2.7",
117
+ "vue-tsc": "^3.3.2",
117
118
  "vuex": "^4.1.0",
118
119
  "xlsx": "^0.18.5"
119
120
  },