Skip to content

Commit 2908410

Browse files
authored
Merge pull request #41 from isontheline/staging
chore: Update systeminformation dependency to version ^5.25.3 and axion-release plugin to version 1.18.16
2 parents d6ad1e4 + 41e8fb6 commit 2908410

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
plugins {
2-
id 'pl.allegro.tech.build.axion-release' version '1.18.5'
2+
id 'pl.allegro.tech.build.axion-release' version '1.18.16'
33
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,20 +245,20 @@
245245
"@typescript-eslint/eslint-plugin": "^4.26.0",
246246
"@typescript-eslint/parser": "^4.26.0",
247247
"@vscode/vsce": "3.0.0",
248+
"esbuild": "^0.23.1",
248249
"eslint": "^7.27.0",
249250
"eslint-config-prettier": "^8.3.0",
250251
"eslint-plugin-prettier": "^3.4.1",
251-
"esbuild": "^0.23.1",
252252
"prettier": "^2.3.2",
253253
"typescript": "^4.3.2"
254254
},
255255
"dependencies": {
256-
"systeminformation": "5.23.5"
256+
"systeminformation": "^5.25.3"
257257
},
258258
"bugs": {
259259
"url": "https://github.com/isontheline/vscode-sysmon/issues"
260260
},
261261
"homepage": "https://github.com/isontheline/vscode-sysmon#readme",
262262
"author": "isontheline",
263263
"license": "MIT"
264-
}
264+
}

0 commit comments

Comments
 (0)