Skip to content

Commit e18ef03

Browse files
authored
Merge pull request #544 from wes-johnson/3.x
Fixed webconsole build, updated gitignore to include lock files, and removed yarn.lock
2 parents 38172ec + c35f138 commit e18ef03

File tree

3 files changed

+4
-8011
lines changed

3 files changed

+4
-8011
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ specification/src/main/asciidoc/docinfo-header.html
1313
Sparkplug_TCK_*.zip
1414
tck/Sparkplug_TCK_*.zip
1515
.pydevproject
16+
tck/webconsole/yarn.lock
17+
tck/webconsole/package-lock.json

tck/webconsole/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"@babel/core": "^7.15.0",
1313
"@babel/plugin-proposal-private-property-in-object": "^7.14.5",
1414
"bootstrap": "^4.6.0",
15-
"bootstrap-vue": "^2.21.2",
15+
"bootstrap-vue": "2.21.2",
1616
"chokidar": "^3.5.2",
1717
"consola": "^2.15.3",
1818
"core-js": "^3.16.2",
1919
"lodash": "^4.17.21",
2020
"mqtt": "^4.2.8",
21-
"nuxt": "^2.15.8",
21+
"nuxt": "2.15.8",
2222
"nuxt-clipboard2": "^0.2.1",
2323
"paho-mqtt": "^1.1.0",
2424
"uuid": "^8.3.2",

0 commit comments

Comments
 (0)