|
76 | 76 | "@codemirror/lang-json": "^6.0.1",
|
77 | 77 | "@codemirror/language": "^6.9.1",
|
78 | 78 | "@codemirror/lint": "^6.4.2",
|
79 |
| - "@codemirror/search": "^6.5.3", |
| 79 | + "@codemirror/search": "^6.5.4", |
80 | 80 | "@codemirror/state": "^6.2.1",
|
81 |
| - "@codemirror/view": "^6.19.0", |
| 81 | + "@codemirror/view": "^6.20.2", |
82 | 82 | "@fortawesome/free-regular-svg-icons": "^6.4.2",
|
83 | 83 | "@fortawesome/free-solid-svg-icons": "^6.4.2",
|
84 | 84 | "@replit/codemirror-indentation-markers": "^6.5.0",
|
|
88 | 88 | "immutable-json-patch": "^5.1.3",
|
89 | 89 | "jmespath": "^0.16.0",
|
90 | 90 | "json-source-map": "^0.6.1",
|
91 |
| - "jsonrepair": "^3.2.1", |
| 91 | + "jsonrepair": "^3.2.3", |
92 | 92 | "lodash-es": "^4.17.21",
|
93 | 93 | "memoize-one": "^6.0.0",
|
94 | 94 | "natural-compare-lite": "^1.4.0",
|
95 |
| - "sass": "^1.67.0", |
| 95 | + "sass": "^1.68.0", |
96 | 96 | "svelte": "^4.2.1",
|
97 | 97 | "svelte-awesome": "^3.2.1",
|
98 | 98 | "svelte-select": "^5.7.0",
|
99 | 99 | "svelte-simple-modal": "^1.6.1",
|
100 | 100 | "vanilla-picker": "^2.12.2"
|
101 | 101 | },
|
102 | 102 | "devDependencies": {
|
103 |
| - "@babel/core": "7.22.20", |
| 103 | + "@babel/core": "7.23.0", |
104 | 104 | "@babel/preset-env": "7.22.20",
|
105 | 105 | "@commitlint/cli": "17.7.1",
|
106 | 106 | "@commitlint/config-conventional": "17.7.0",
|
|
109 | 109 | "@rollup/plugin-json": "6.0.0",
|
110 | 110 | "@rollup/plugin-node-resolve": "15.2.1",
|
111 | 111 | "@rollup/plugin-terser": "0.4.3",
|
112 |
| - "@rollup/plugin-typescript": "11.1.3", |
| 112 | + "@rollup/plugin-typescript": "11.1.4", |
113 | 113 | "@sveltejs/adapter-auto": "2.1.0",
|
114 |
| - "@sveltejs/kit": "1.25.0", |
| 114 | + "@sveltejs/kit": "1.25.1", |
115 | 115 | "@sveltejs/package": "2.2.2",
|
116 | 116 | "@sveltejs/vite-plugin-svelte": "2.4.6",
|
117 | 117 | "@testing-library/jest-dom": "6.1.3",
|
|
120 | 120 | "@types/expect": "24.3.0",
|
121 | 121 | "@types/jmespath": "0.15.0",
|
122 | 122 | "@types/lodash-es": "4.17.9",
|
123 |
| - "@typescript-eslint/eslint-plugin": "6.7.2", |
124 |
| - "@typescript-eslint/parser": "6.7.2", |
| 123 | + "@typescript-eslint/eslint-plugin": "6.7.3", |
| 124 | + "@typescript-eslint/parser": "6.7.3", |
125 | 125 | "@vitest/coverage-c8": "0.33.0",
|
126 | 126 | "cpy-cli": "5.0.0",
|
127 | 127 | "del-cli": "5.1.0",
|
128 |
| - "eslint": "8.49.0", |
| 128 | + "eslint": "8.50.0", |
129 | 129 | "eslint-config-prettier": "9.0.0",
|
130 | 130 | "eslint-plugin-import": "2.28.1",
|
131 | 131 | "eslint-plugin-svelte": "2.33.2",
|
|
135 | 135 | "npm-run-all": "4.1.5",
|
136 | 136 | "prettier": "3.0.3",
|
137 | 137 | "prettier-plugin-svelte": "3.0.3",
|
138 |
| - "rollup": "3.29.2", |
| 138 | + "rollup": "3.29.3", |
139 | 139 | "rollup-plugin-dts": "6.0.2",
|
140 | 140 | "rollup-plugin-svelte": "7.1.6",
|
141 | 141 | "standard-version": "9.5.0",
|
|
144 | 144 | "svelte2tsx": "0.6.22",
|
145 | 145 | "typescript": "5.2.2",
|
146 | 146 | "vite": "4.4.9",
|
147 |
| - "vitest": "0.34.4" |
| 147 | + "vitest": "0.34.5" |
148 | 148 | }
|
149 | 149 | }
|
0 commit comments