Update dependencies and version

This commit is contained in:
Ealhad 2018-11-04 09:23:45 +01:00
parent e46c61828d
commit bb34f11308
3 changed files with 366 additions and 510 deletions

View File

@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "PeerTubeify", "name": "PeerTubeify",
"version": "0.3.0", "version": "0.3.1",
"description": "On YouTube, displays a link to the same video on PeerTube, if it exists.", "description": "On YouTube, displays a link to the same video on PeerTube, if it exists.",
"homepage_url": "https://gitlab.com/Ealhad/peertubeify", "homepage_url": "https://gitlab.com/Ealhad/peertubeify",
"icons": { "icons": {

860
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,21 +1,21 @@
{ {
"name": "peertubeify", "name": "peertubeify",
"version": "0.3.0", "version": "0.3.1",
"description": "PeerTubeify is a browser extension to help discovering which YouTube videos are also available on PeerTube.", "description": "PeerTubeify is a browser extension to help discovering which YouTube videos are also available on PeerTube.",
"main": "webpack.config.js", "main": "webpack.config.js",
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"@types/lodash": "^4.14.116", "@types/lodash": "^4.14.117",
"extract-loader": "^2.0.1", "extract-loader": "^2.0.1",
"file-loader": "^1.1.11", "file-loader": "^1.1.11",
"html-loader": "^0.5.5", "html-loader": "^0.5.5",
"lodash": "^4.17.10", "lodash": "^4.17.11",
"ts-loader": "^4.5.0", "ts-loader": "^4.5.0",
"typescript": "^3.0.1", "typescript": "^3.1.6",
"web-ext-types": "^2.1.0", "web-ext-types": "^2.3.0",
"webextension-polyfill": "^0.3.1", "webextension-polyfill": "^0.3.1",
"webpack": "^4.17.1", "webpack": "^4.24.0",
"webpack-cli": "^3.1.0" "webpack-cli": "^3.1.2"
}, },
"scripts": { "scripts": {
"build": "webpack --display-error-details --progress --colors", "build": "webpack --display-error-details --progress --colors",