Skip to content

Commit

Permalink
node ^12.20.1, npm ^6.14.8, rtsp-video-recorder 1.4.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
boonya committed Mar 18, 2021
1 parent ef0ca00 commit dbda7c1
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 47 deletions.
2 changes: 2 additions & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
12.20.1

134 changes: 92 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,27 @@
"build": "meteor build ."
},
"engines": {
"node": ">=12"
"npm": "^6.14.8",
"node": "12.20.1"
},
"dependencies": {
"@babel/runtime": "^7.12.13",
"@babel/runtime": "^7.13.10",
"meteor-node-stubs": "^1.0.1",
"onvif": "^0.6.4",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rtsp-video-recorder": "1.3.1-alpha.2"
"rtsp-video-recorder": "1.4.0-alpha.3"
},
"devDependencies": {
"eslint": "^7.19.0",
"eslint": "^7.22.0",
"eslint-config-bluedrop": "^9.0.0",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-security": "^1.4.0",
Expand Down

0 comments on commit dbda7c1

Please sign in to comment.