Skip to content

Commit 434f82a

Browse files
author
Sven Ulrich
committed
updatedeps: undo package update
2 parents bbd7b15 + 5f83616 commit 434f82a

File tree

3 files changed

+2747
-1006
lines changed

3 files changed

+2747
-1006
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@
2929
"homepage": "https://github.com/sevensc/typescript-string-operations#readme",
3030
"devDependencies": {
3131
"@types/chai": "^4.2.7",
32-
"@types/mocha": "^9.1.1",
33-
"@types/node": "^18.7.11",
34-
"@typescript-eslint/eslint-plugin": "^5.34.0",
35-
"@typescript-eslint/parser": "^5.34.0",
32+
"@types/mocha": "^2.2.48",
3633
"chai": "^4.2.0",
37-
"eslint": "^8.22.0",
38-
"mocha": "^10.0.0",
39-
"ts-node": "^10.9.1",
40-
"typescript": "^4.7.4",
41-
"uglify-js": "^3.17.0"
34+
"gulp": "^4.0.2",
35+
"gulp-rename": "^1.4.0",
36+
"gulp-typescript": "^3.2.4",
37+
"gulp-uglify": "^3.0.2",
38+
"mocha": "^5.2.0",
39+
"pump": "^2.0.1",
40+
"ts-node": "^3.2.0",
41+
"typescript": "^2.9.2"
4242
},
4343
"directories": {
4444
"test": "tests"
4545
},
4646
"resolutions": {
4747
"natives": "1.1.3"
4848
}
49-
}
49+
}

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"compilerOptions": {
66
"noImplicitAny": true,
77
"removeComments": true,
8-
"target": "es5",
8+
"target": "esnext",
99
"module": "commonjs",
1010
"outDir": "./dist",
1111
"skipLibCheck": true
12-
}
12+
}
1313
}

0 commit comments

Comments
 (0)