File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 33 "version" : " 10.0.0" ,
44 "description" : " Collection of Node.JS helpers for PlatformIO" ,
55 "main" : " dist/index.js" ,
6+ "engines" : {
7+ "node" : " >=14"
8+ },
69 "scripts" : {
710 "build" : " webpack --env build" ,
811 "dev" : " webpack --progress --colors --watch --env dev" ,
5154 "global-agent" : " ^3.0.0" ,
5255 "got" : " ^11.8.6" ,
5356 "jsonrpc-lite" : " ~2.1.1" ,
54- "semver" : " ^7.3.8 " ,
55- "tar" : " ~6.1.13 " ,
57+ "semver" : " ^7.5.1 " ,
58+ "tar" : " ~6.1.15 " ,
5659 "tcp-port-used" : " ~1.0.2" ,
57- "ws" : " ~8.12.1 "
60+ "ws" : " ~8.13.0 "
5861 },
5962 "devDependencies" : {
6063 "@types/node" : " ~14" ,
61- "eslint" : " ~8.35 .0" ,
64+ "eslint" : " ~8.41 .0" ,
6265 "eslint-import-resolver-webpack" : " ~0.13.2" ,
6366 "eslint-plugin-import" : " ~2.27.5" ,
64- "prettier" : " ~2.8.4 " ,
65- "webpack" : " ~5.76.0 " ,
66- "webpack-cli" : " ~5.0 .1"
67+ "prettier" : " ~2.8.8 " ,
68+ "webpack" : " ~5.84.1 " ,
69+ "webpack-cli" : " ~5.1 .1"
6770 }
68- }
71+ }
You can’t perform that action at this time.
0 commit comments