Browse Source

Merge pull request #1272 from ascentio-tech/create_package-lock

Updating npm version to create package-lock.json
pull/1292/head
Igor Kulikov 8 years ago
committed by GitHub
parent
commit
0725c8e916
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 16437
      ui/package-lock.json
  2. 2
      ui/package.json
  3. 2
      ui/pom.xml

16437
ui/package-lock.json

File diff suppressed because it is too large

2
ui/package.json

@ -53,7 +53,7 @@
"compass-sass-mixins": "^0.12.7",
"event-source-polyfill": "0.0.9",
"flot": "git://github.com/thingsboard/flot.git#0.9-work",
"flot-curvedlines": "git://github.com/MichaelZinsmaier/CurvedLines.git#master",
"flot.curvedlines": "git://github.com/MichaelZinsmaier/CurvedLines.git#master",
"font-awesome": "^4.6.3",
"javascript-detect-element-resize": "^0.5.3",
"jquery": "^3.1.0",

2
ui/pom.xml

@ -58,7 +58,7 @@
</goals>
<configuration>
<nodeVersion>v6.9.1</nodeVersion>
<npmVersion>3.10.8</npmVersion>
<npmVersion>6.4.1</npmVersion>
</configuration>
</execution>
<execution>

Loading…
Cancel
Save