|
71 | 71 | "release-dry-run": "standard-version --dry-run"
|
72 | 72 | },
|
73 | 73 | "dependencies": {
|
74 |
| - "@codemirror/autocomplete": "^6.9.1", |
75 |
| - "@codemirror/commands": "^6.2.5", |
| 74 | + "@codemirror/autocomplete": "^6.10.2", |
| 75 | + "@codemirror/commands": "^6.3.0", |
76 | 76 | "@codemirror/lang-json": "^6.0.1",
|
77 |
| - "@codemirror/language": "^6.9.1", |
| 77 | + "@codemirror/language": "^6.9.2", |
78 | 78 | "@codemirror/lint": "^6.4.2",
|
79 | 79 | "@codemirror/search": "^6.5.4",
|
80 |
| - "@codemirror/state": "^6.2.1", |
81 |
| - "@codemirror/view": "^6.20.2", |
| 80 | + "@codemirror/state": "^6.3.1", |
| 81 | + "@codemirror/view": "^6.21.4", |
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.3", |
| 91 | + "jsonrepair": "^3.2.4", |
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.68.0", |
96 |
| - "svelte": "^4.2.1", |
| 95 | + "sass": "^1.69.5", |
| 96 | + "svelte": "^4.2.2", |
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.23.0", |
104 |
| - "@babel/preset-env": "7.22.20", |
105 |
| - "@commitlint/cli": "17.7.1", |
106 |
| - "@commitlint/config-conventional": "17.7.0", |
107 |
| - "@rollup/plugin-babel": "6.0.3", |
108 |
| - "@rollup/plugin-commonjs": "25.0.4", |
109 |
| - "@rollup/plugin-json": "6.0.0", |
110 |
| - "@rollup/plugin-node-resolve": "15.2.1", |
111 |
| - "@rollup/plugin-terser": "0.4.3", |
112 |
| - "@rollup/plugin-typescript": "11.1.4", |
| 103 | + "@babel/core": "7.23.2", |
| 104 | + "@babel/preset-env": "7.23.2", |
| 105 | + "@commitlint/cli": "18.2.0", |
| 106 | + "@commitlint/config-conventional": "18.1.0", |
| 107 | + "@rollup/plugin-babel": "6.0.4", |
| 108 | + "@rollup/plugin-commonjs": "25.0.7", |
| 109 | + "@rollup/plugin-json": "6.0.1", |
| 110 | + "@rollup/plugin-node-resolve": "15.2.3", |
| 111 | + "@rollup/plugin-terser": "0.4.4", |
| 112 | + "@rollup/plugin-typescript": "11.1.5", |
113 | 113 | "@sveltejs/adapter-auto": "2.1.0",
|
114 |
| - "@sveltejs/kit": "1.25.1", |
| 114 | + "@sveltejs/kit": "1.27.2", |
115 | 115 | "@sveltejs/package": "2.2.2",
|
116 | 116 | "@sveltejs/vite-plugin-svelte": "2.4.6",
|
117 |
| - "@testing-library/jest-dom": "6.1.3", |
118 |
| - "@testing-library/svelte": "4.0.3", |
119 |
| - "@types/cookie": "0.5.2", |
| 117 | + "@testing-library/jest-dom": "6.1.4", |
| 118 | + "@testing-library/svelte": "4.0.4", |
| 119 | + "@types/cookie": "0.5.3", |
120 | 120 | "@types/expect": "24.3.0",
|
121 |
| - "@types/jmespath": "0.15.0", |
122 |
| - "@types/lodash-es": "4.17.9", |
123 |
| - "@typescript-eslint/eslint-plugin": "6.7.3", |
124 |
| - "@typescript-eslint/parser": "6.7.3", |
| 121 | + "@types/jmespath": "0.15.1", |
| 122 | + "@types/lodash-es": "4.17.10", |
| 123 | + "@typescript-eslint/eslint-plugin": "6.9.1", |
| 124 | + "@typescript-eslint/parser": "6.9.1", |
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.50.0", |
| 128 | + "eslint": "8.52.0", |
129 | 129 | "eslint-config-prettier": "9.0.0",
|
130 |
| - "eslint-plugin-import": "2.28.1", |
131 |
| - "eslint-plugin-svelte": "2.33.2", |
| 130 | + "eslint-plugin-import": "2.29.0", |
| 131 | + "eslint-plugin-svelte": "2.34.0", |
132 | 132 | "husky": "8.0.3",
|
133 | 133 | "jsdom": "22.1.0",
|
134 | 134 | "lossless-json": "2.0.11",
|
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.3", |
139 |
| - "rollup-plugin-dts": "6.0.2", |
| 138 | + "rollup": "4.2.0", |
| 139 | + "rollup-plugin-dts": "6.1.0", |
140 | 140 | "rollup-plugin-svelte": "7.1.6",
|
141 | 141 | "standard-version": "9.5.0",
|
142 | 142 | "svelte-check": "3.5.2",
|
143 | 143 | "svelte-preprocess": "5.0.4",
|
144 |
| - "svelte2tsx": "0.6.22", |
| 144 | + "svelte2tsx": "0.6.23", |
145 | 145 | "typescript": "5.2.2",
|
146 |
| - "vite": "4.4.9", |
147 |
| - "vitest": "0.34.5" |
| 146 | + "vite": "4.5.0", |
| 147 | + "vitest": "0.34.6" |
148 | 148 | }
|
149 | 149 | }
|
0 commit comments