Skip to content

Commit c483bbd

Browse files
committed
removed uncessary deps & updated deps
1 parent 3c7d133 commit c483bbd

File tree

7 files changed

+135
-133
lines changed

7 files changed

+135
-133
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v2.0.2
2+
3+
**improvements**
4+
5+
- fixed dependency issues #103
6+
- updated deps
7+
18
## v2.0.1
29

310
**improvements**

dist/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tsdav",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "WebDAV, CALDAV, and CARDDAV client for Nodejs and the Browser",
55
"keywords": [
66
"dav",
@@ -50,40 +50,40 @@
5050
"dependencies": {
5151
"base-64": "1.0.0",
5252
"cross-fetch": "3.1.5",
53-
"debug": "4.3.3",
54-
"eslint-module-utils": "2.7.3",
55-
"rollup-plugin-node-builtins": "2.1.2",
56-
"rollup-plugin-polyfill-node": "0.8.0",
53+
"debug": "4.3.4",
5754
"xml-js": "1.6.11"
5855
},
5956
"devDependencies": {
60-
"@rollup/plugin-commonjs": "21.0.2",
57+
"@rollup/plugin-commonjs": "21.0.3",
6158
"@rollup/plugin-node-resolve": "13.1.3",
6259
"@rollup/plugin-typescript": "8.3.1",
6360
"@types/base-64": "1.0.0",
6461
"@types/debug": "4.1.7",
6562
"@types/jest": "27.4.1",
66-
"@types/node": "17.0.21",
67-
"@typescript-eslint/eslint-plugin": "5.13.0",
68-
"@typescript-eslint/parser": "5.13.0",
63+
"@types/node": "17.0.23",
64+
"@typescript-eslint/eslint-plugin": "5.16.0",
65+
"@typescript-eslint/parser": "5.16.0",
6966
"copyfiles": "2.4.1",
7067
"cross-env": "7.0.3",
7168
"dotenv": "16.0.0",
72-
"eslint": "8.10.0",
69+
"eslint": "8.12.0",
7370
"eslint-config-airbnb": "19.0.4",
74-
"eslint-config-airbnb-typescript": "16.1.0",
71+
"eslint-config-airbnb-typescript": "16.1.4",
7572
"eslint-config-prettier": "8.5.0",
73+
"eslint-module-utils": "2.7.3",
7674
"eslint-plugin-import": "2.25.4",
7775
"eslint-plugin-prettier": "4.0.0",
7876
"jest": "27.5.1",
79-
"prettier": "2.5.1",
77+
"prettier": "2.6.1",
8078
"rimraf": "3.0.2",
81-
"rollup": "2.70.0",
79+
"rollup": "2.70.1",
8280
"rollup-plugin-dts": "4.2.0",
81+
"rollup-plugin-node-builtins": "2.1.2",
82+
"rollup-plugin-polyfill-node": "0.8.0",
8383
"rollup-plugin-terser": "7.0.2",
84-
"sort-package-json": "1.54.0",
85-
"ts-jest": "27.1.3",
86-
"typescript": "4.6.2"
84+
"sort-package-json": "1.55.0",
85+
"ts-jest": "27.1.4",
86+
"typescript": "4.6.3"
8787
},
8888
"engines": {
8989
"node": ">=10"

dist/tsdav.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ function setup(env) {
11821182
namespaces = split[i].replace(/\*/g, '.*?');
11831183

11841184
if (namespaces[0] === '-') {
1185-
createDebug.skips.push(new RegExp('^' + namespaces.substr(1) + '$'));
1185+
createDebug.skips.push(new RegExp('^' + namespaces.slice(1) + '$'));
11861186
} else {
11871187
createDebug.names.push(new RegExp('^' + namespaces + '$'));
11881188
}

dist/tsdav.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module.exports = {
5959
lastVersion: 'current',
6060
versions: {
6161
current: {
62-
label: '2.0.1',
62+
label: '2.0.2',
6363
},
6464
'1.1.6': {
6565
label: '1.1.6',

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tsdav",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "WebDAV, CALDAV, and CARDDAV client for Nodejs and the Browser",
55
"keywords": [
66
"dav",
@@ -50,40 +50,40 @@
5050
"dependencies": {
5151
"base-64": "1.0.0",
5252
"cross-fetch": "3.1.5",
53-
"debug": "4.3.3",
54-
"eslint-module-utils": "2.7.3",
55-
"rollup-plugin-node-builtins": "2.1.2",
56-
"rollup-plugin-polyfill-node": "0.8.0",
53+
"debug": "4.3.4",
5754
"xml-js": "1.6.11"
5855
},
5956
"devDependencies": {
60-
"@rollup/plugin-commonjs": "21.0.2",
57+
"@rollup/plugin-commonjs": "21.0.3",
6158
"@rollup/plugin-node-resolve": "13.1.3",
6259
"@rollup/plugin-typescript": "8.3.1",
6360
"@types/base-64": "1.0.0",
6461
"@types/debug": "4.1.7",
6562
"@types/jest": "27.4.1",
66-
"@types/node": "17.0.21",
67-
"@typescript-eslint/eslint-plugin": "5.13.0",
68-
"@typescript-eslint/parser": "5.13.0",
63+
"@types/node": "17.0.23",
64+
"@typescript-eslint/eslint-plugin": "5.16.0",
65+
"@typescript-eslint/parser": "5.16.0",
6966
"copyfiles": "2.4.1",
7067
"cross-env": "7.0.3",
7168
"dotenv": "16.0.0",
72-
"eslint": "8.10.0",
69+
"eslint": "8.12.0",
7370
"eslint-config-airbnb": "19.0.4",
74-
"eslint-config-airbnb-typescript": "16.1.0",
71+
"eslint-config-airbnb-typescript": "16.1.4",
7572
"eslint-config-prettier": "8.5.0",
73+
"eslint-module-utils": "2.7.3",
7674
"eslint-plugin-import": "2.25.4",
7775
"eslint-plugin-prettier": "4.0.0",
7876
"jest": "27.5.1",
79-
"prettier": "2.5.1",
77+
"prettier": "2.6.1",
8078
"rimraf": "3.0.2",
81-
"rollup": "2.70.0",
79+
"rollup": "2.70.1",
8280
"rollup-plugin-dts": "4.2.0",
81+
"rollup-plugin-node-builtins": "2.1.2",
82+
"rollup-plugin-polyfill-node": "0.8.0",
8383
"rollup-plugin-terser": "7.0.2",
84-
"sort-package-json": "1.54.0",
85-
"ts-jest": "27.1.3",
86-
"typescript": "4.6.2"
84+
"sort-package-json": "1.55.0",
85+
"ts-jest": "27.1.4",
86+
"typescript": "4.6.3"
8787
},
8888
"engines": {
8989
"node": ">=10"

0 commit comments

Comments
 (0)