acrolinx-sidebar-startpage
Advanced tools
Comparing version 1.1.10 to 1.1.11
{ | ||
"name": "acrolinx-sidebar-startpage", | ||
"version": "1.1.10", | ||
"version": "1.1.11", | ||
"description": "A Container Component for Acrolinx Integrations that loads the Acrolinx sidebar", | ||
@@ -28,3 +28,4 @@ "scripts": { | ||
"buildDist": "rm -rf tmp/dist && mkdir -p app/scripts && npm run generateTranslationsTs && npm run tslint && tsc && npm run injectVersion && npm run test && npm run browserify && npm run less && mkdir -p tmp && cp -r app tmp/dist && hashcat tmp/dist/index.html && npm run buildOfflineDist && npm run buildInlined && npm run fakeSidebarDist && npm run buildNpmDist", | ||
"buildNpmDist": "mkdir -p dist && cp -R tmp/dist-offline/ dist && rm dist/dist-offline/index-inlined.html && npm run createNpmDistFilesIndex", | ||
"buildNpmDist": "mkdir -p dist && cp -R tmp/dist-offline/ dist && rm dist/dist-offline/index-inlined.html && npm run createNpmDistFilesIndex && npm run copyInlinedToNpmDist", | ||
"copyInlinedToNpmDist": "mkdir -p dist/inlined && cp tmp/acrolinx-sidebar-startpage-inlined.js dist/inlined", | ||
"createNpmDistFilesIndex": "cd dist/dist-offline && find . -type f | sed 's/^\\.//' |grep -v '^/files.txt' >files.txt", | ||
@@ -36,3 +37,3 @@ "prepack": "prepack app/scripts/main.js --out app/scripts/main.js", | ||
"inlineSvg": "node ./tools/inline-svg.js", | ||
"packInlined": "node ./tools/pack-inlined.js >tmp/acrolinx-server-selector-inlined.js", | ||
"packInlined": "node ./tools/pack-inlined.js >tmp/acrolinx-sidebar-startpage-inlined.js", | ||
"injectVersion": "node ./tools/inject-version.js", | ||
@@ -75,3 +76,3 @@ "fakeSidebarDist": "npm run bower && cat bower_components/jquery/dist/jquery.min.js bower_components/lodash/dist/lodash.min.js > tmp/dist/scripts/libs.js && cp tmp/dist/scripts/main.js tmp/dist/scripts/sidebar.js" | ||
"tslint": "^4.4.2", | ||
"typescript": "2.3.4", | ||
"typescript": "2.4.2", | ||
"watch": "1.0.2", | ||
@@ -81,3 +82,3 @@ "watchify": "^3.9.0" | ||
"dependencies": { | ||
"preact": "8.1.0", | ||
"preact": "8.2.1", | ||
"tslib": "^1.7.1" | ||
@@ -84,0 +85,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
538872
13
2727
+ Addedpreact@8.2.1(transitive)
- Removedpreact@8.1.0(transitive)
Updatedpreact@8.2.1