mirror of
https://github.com/h-sphere/sql-seal.git
synced 2026-07-22 10:10:28 +00:00
feat: dependency upgrade (#181)
This commit is contained in:
parent
d79dae458e
commit
346e358863
2 changed files with 1826 additions and 1777 deletions
40
package.json
40
package.json
|
|
@ -26,43 +26,43 @@
|
|||
"author": "",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@changesets/cli": "^2.29.4",
|
||||
"@changesets/cli": "^2.29.5",
|
||||
"@types/esprima": "^4.0.6",
|
||||
"@types/estraverse": "^5.1.7",
|
||||
"@types/jest": "^29.5.14",
|
||||
"@types/lodash": "^4.17.17",
|
||||
"@types/node": "^22.15.29",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/lodash": "^4.17.20",
|
||||
"@types/node": "^24.2.1",
|
||||
"@types/papaparse": "^5.3.16",
|
||||
"@types/sql.js": "^1.4.9",
|
||||
"@typescript-eslint/eslint-plugin": "8.33.1",
|
||||
"@typescript-eslint/parser": "8.33.1",
|
||||
"@typescript-eslint/eslint-plugin": "8.39.1",
|
||||
"@typescript-eslint/parser": "8.39.1",
|
||||
"builtin-modules": "5.0.0",
|
||||
"electron-rebuild": "^3.2.9",
|
||||
"esbuild": "0.25.5",
|
||||
"esbuild": "0.25.9",
|
||||
"esbuild-plugin-replace": "^1.4.0",
|
||||
"esbuild-sass-plugin": "^3.3.1",
|
||||
"jest": "^29.7.0",
|
||||
"jest": "^30.0.5",
|
||||
"obsidian": "^1.8.7",
|
||||
"prettier": "3.5.3",
|
||||
"ts-jest": "^29.3.4",
|
||||
"prettier": "3.6.2",
|
||||
"ts-jest": "^29.4.1",
|
||||
"tslib": "2.8.1",
|
||||
"typescript": "5.8.3",
|
||||
"typescript": "5.9.2",
|
||||
"vitepress": "2.0.0-alpha.5",
|
||||
"vue": "^3.5.16"
|
||||
"vue": "^3.5.18"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ag-grid-community/theming": "^32.3.5",
|
||||
"@codemirror/language": "^6.11.1",
|
||||
"@ag-grid-community/theming": "^32.3.9",
|
||||
"@codemirror/language": "^6.11.2",
|
||||
"@codemirror/state": "^6.5.2",
|
||||
"@codemirror/view": "^6.37.1",
|
||||
"@hypersphere/dity": "^0.0.9",
|
||||
"@hypersphere/dity-graph": "^0.0.8",
|
||||
"@codemirror/view": "^6.38.1",
|
||||
"@hypersphere/dity": "^0.0.10",
|
||||
"@hypersphere/dity-graph": "^0.0.10",
|
||||
"@hypersphere/omnibus": "^0.1.6",
|
||||
"@jlongster/sql.js": "^1.6.7",
|
||||
"@types/jsonpath": "^0.2.4",
|
||||
"@vanakat/plugin-api": "^0.2.1",
|
||||
"absurd-sql": "^0.0.54",
|
||||
"ag-grid-community": "^33.3.2",
|
||||
"ag-grid-community": "^34.1.1",
|
||||
"comlink": "^4.4.2",
|
||||
"esbuild-plugin-polyfill-node": "^0.3.0",
|
||||
"esprima": "^4.0.1",
|
||||
|
|
@ -72,8 +72,8 @@
|
|||
"jsonpath": "^1.1.1",
|
||||
"lodash": "^4.17.21",
|
||||
"markdown-table-ts": "^1.0.3",
|
||||
"mermaid": "11.4.0",
|
||||
"ohm-js": "^17.1.0",
|
||||
"mermaid": "11.9.0",
|
||||
"ohm-js": "^17.2.1",
|
||||
"papaparse": "^5.5.3",
|
||||
"sql-parser-cst": "^0.33.1",
|
||||
"unidecode": "^1.1.0",
|
||||
|
|
|
|||
3563
pnpm-lock.yaml
3563
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue