Skip to content

Commit d034b00

Browse files
author
na
committed
v3.1.0
1 parent da0b9d5 commit d034b00

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

package.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tagspaces-browser-extension",
3-
"version": "3.0.2",
3+
"version": "3.1.0",
44
"description": "Codebase for the Chrome and Firefox extensions of TagSpaces",
55
"repository": {
66
"type": "git",
@@ -23,21 +23,22 @@
2323
"license": "AGPL-3.0",
2424
"devDependencies": {
2525
"copy-webpack-plugin": "^4.0.1",
26-
"eslint": "^4.18.2",
27-
"shelljs": "^0.8.0",
28-
"typescript": "^2.4.2",
29-
"web-ext": "^2.0.0",
30-
"web-ext-types": "^0.3.1",
31-
"webpack": "^3.5.5"
26+
"eslint": "^6.8.0",
27+
"shelljs": "^0.8.4",
28+
"typescript": "^3.8.3",
29+
"web-ext": "^4.2.0",
30+
"web-ext-types": "^3.2.1",
31+
"webpack": "^4.43.0",
32+
"webpack-cli": "^3.3.11"
3233
},
3334
"dependencies": {
3435
"bootswatch": "^3.4.0",
35-
"dompurify": "^1.0.8",
36-
"file-saver": "^2.0.0",
36+
"dompurify": "^2.0.10",
37+
"file-saver": "^2.0.2",
3738
"font-awesome": "^4.7.0",
38-
"jquery": "^3.4.0",
39+
"jquery": "^3.5.0",
3940
"open-location-code": "^1.0.3",
4041
"readability": "https://github.com/mozilla/readability.git",
41-
"webextension-polyfill": "^0.3.1"
42+
"webextension-polyfill": "^0.6.0"
4243
}
4344
}

0 commit comments

Comments
 (0)