Skip to content

Commit fe1b2cd

Browse files
committed
Dependencies update
1 parent 2dcba86 commit fe1b2cd

File tree

3 files changed

+57
-124
lines changed

3 files changed

+57
-124
lines changed

package-lock.json

Lines changed: 50 additions & 117 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
"bindings": "^1.5.0",
265265
"child-process-promise": "^2.2.1",
266266
"commander": "9.4.0",
267-
"copy-paste": "^1.1.3",
267+
"copy-paste": "^1.3.0",
268268
"crypto-js": "^4.1.1",
269269
"debug": "^4.3.4",
270270
"element-resize-detector": "1.2.4",
@@ -277,7 +277,7 @@
277277
"ncp": "^2.0.0",
278278
"node-abi": "^3.24.0",
279279
"node-fetch": "^2.6.1",
280-
"object.assign": "^4.1.3",
280+
"object.assign": "^4.1.4",
281281
"ora": "^6.1.2",
282282
"promirepl": "^2.0.1",
283283
"prompt-list": "^3.2.0",
@@ -289,20 +289,20 @@
289289
"spdx-correct": "^3.1.1",
290290
"spdx-exceptions": "^2.3.0",
291291
"telnet-client": "^2.0.4",
292-
"typescript": "^4.7.4",
292+
"typescript": "^4.8.2",
293293
"utf8": "^3.0.0",
294294
"xterm": "^4.19.0"
295295
},
296296
"devDependencies": {
297297
"@types/mocha": "^9.1.1",
298-
"@types/node": "^18.6.4",
298+
"@types/node": "^18.7.13",
299299
"babel-cli": "^6.26.0",
300300
"babel-core": "^6.26.3",
301301
"babel-preset-es2015": "6.24.1",
302302
"chai": "^4.3.6",
303303
"electron": "^18.3.5",
304304
"electron-rebuild": "^3.2.9",
305-
"eslint": "^8.21.0",
305+
"eslint": "^8.22.0",
306306
"mocha": "^10.0.0",
307307
"prebuild-install": "^7.1.1",
308308
"vscode": "^0.9.9"

src/pymakr.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ export default class Pymakr extends EventEmitter {
4545
this._fileSystems
4646

4747
this.settings.on('format_error', function() {
48-
_this.terminal.writeln('JSON format error in global pico-go-w.json file');
48+
_this.terminal.writeln('JSON format error in global pico-w-go.json file');
4949
if (_this.board.connected) {
5050
_this.terminal.writePrompt();
5151
}
5252
});
5353

5454
this.settings.on('format_error.project', function() {
5555
_this.terminal.writeln(
56-
'JSON format error in project pico-go-w.json file');
56+
'JSON format error in project pico-w-go.json file');
5757
if (_this.board.connected) {
5858
_this.terminal.writePrompt();
5959
}

0 commit comments

Comments
 (0)