Skip to content

Commit 043e7e5

Browse files
committed
chore: update dependencies
1 parent eb00ada commit 043e7e5

2 files changed

Lines changed: 578 additions & 643 deletions

File tree

package.json

Lines changed: 11 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -142,58 +142,37 @@
142142
{
143143
"command": "extension.applescript.run",
144144
"title": "AppleScript: Run Script",
145-
"icon": {
146-
"dark": "./resources/dark/run.svg",
147-
"light": "./resources/light/run.svg"
148-
}
145+
"icon": "$(play)"
149146
},
150147
{
151148
"command": "extension.applescript.compile",
152149
"title": "AppleScript: Compile Script",
153-
"icon": {
154-
"dark": "./resources/dark/script.svg",
155-
"light": "./resources/light/script.svg"
156-
}
150+
"icon": "$(save)"
157151
},
158152
{
159153
"command": "extension.applescript.compileBundle",
160154
"title": "AppleScript: Compile Script bundle",
161-
"icon": {
162-
"dark": "./resources/dark/bundle.svg",
163-
"light": "./resources/light/bundle.svg"
164-
}
155+
"icon": "$(layers)"
165156
},
166157
{
167158
"command": "extension.applescript.compileApp",
168159
"title": "AppleScript: Compile Application",
169-
"icon": {
170-
"dark": "./resources/dark/app.svg",
171-
"light": "./resources/light/app.svg"
172-
}
160+
"icon": "$(package)"
173161
},
174162
{
175163
"command": "extension.applescript.openSettings",
176164
"title": "AppleScript: Open Settings",
177-
"icon": {
178-
"dark": "./resources/dark/settings.svg",
179-
"light": "./resources/light/settings.svg"
180-
}
165+
"icon": "$(settings)"
181166
},
182167
{
183168
"command": "extension.applescript.terminateProcess",
184169
"title": "AppleScript: Terminate Process",
185-
"icon": {
186-
"dark": "./resources/dark/terminate.svg",
187-
"light": "./resources/light/terminate.svg"
188-
}
170+
"icon": "$(close)"
189171
},
190172
{
191173
"command": "extension.applescript.createBuildTask",
192174
"title": "AppleScript: Create Build Task",
193-
"icon": {
194-
"dark": "./resources/dark/task.svg",
195-
"light": "./resources/light/task.svg"
196-
}
175+
"icon": "$(checklist)"
197176
}
198177
],
199178
"menus": {
@@ -341,17 +320,17 @@
341320
"vscode-get-config": "^0.6.2"
342321
},
343322
"devDependencies": {
344-
"@commitlint/cli": "^20.3.1",
345-
"@commitlint/config-conventional": "^20.3.1",
323+
"@commitlint/cli": "^20.4.1",
324+
"@commitlint/config-conventional": "^20.4.1",
346325
"@idleberg/applescript-svg-icon": "github:idleberg/applescript-svg-icon",
347-
"@idleberg/configs": "^0.4.1",
326+
"@idleberg/configs": "^0.4.2",
348327
"@types/line-column": "^1.0.2",
349328
"@types/node": "^24.7.0",
350329
"@types/vscode": "1.85.0",
351330
"concurrently": "^9.2.1",
352331
"cross-env": "^10.1.0",
353332
"sharp-cli": "^5.2.0",
354-
"tsdown": "^0.19.0",
333+
"tsdown": "^0.20.3",
355334
"typescript": "^5.9.3"
356335
},
357336
"extensionDependencies": [

0 commit comments

Comments
 (0)