Skip to content

Commit 74bda15

Browse files
committed
update dependencies to latest
1 parent 76d391c commit 74bda15

File tree

2 files changed

+1559
-1098
lines changed

2 files changed

+1559
-1098
lines changed

package.json

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,37 +9,37 @@
99
},
1010
"description": "A blazing fast deep object copier",
1111
"devDependencies": {
12-
"@types/jest": "^25.1.4",
13-
"@types/lodash": "^4.14.149",
14-
"@types/node": "^13.9.0",
15-
"@types/ramda": "^0.26.43",
16-
"@types/react": "^16.9.23",
12+
"@types/jest": "^26.0.0",
13+
"@types/lodash": "^4.14.155",
14+
"@types/node": "^14.0.13",
15+
"@types/ramda": "^0.27.6",
16+
"@types/react": "^16.9.38",
1717
"benchee": "^1.0.3",
1818
"cli-table2": "^0.2.0",
1919
"clone": "^2.1.2",
2020
"deepclone": "^1.0.2",
2121
"fast-clone": "^1.5.3",
22-
"html-webpack-plugin": "^3.2.0",
23-
"in-publish": "^2.0.0",
24-
"jest": "^25.1.0",
22+
"html-webpack-plugin": "^4.3.0",
23+
"in-publish": "^2.0.1",
24+
"jest": "^26.0.1",
2525
"lodash": "^4.17.11",
26-
"nyc": "^15.0.0",
26+
"nyc": "^15.1.0",
2727
"ramda": "^0.27.0",
28-
"react": "^16.13.0",
29-
"react-dom": "^16.13.0",
30-
"rollup": "^2.0.2",
28+
"react": "^16.13.1",
29+
"react-dom": "^16.13.1",
30+
"rollup": "^2.17.0",
3131
"rollup-plugin-node-resolve": "^5.2.0",
32-
"rollup-plugin-terser": "^5.2.0",
33-
"rollup-plugin-typescript2": "^0.26.0",
34-
"ts-jest": "^25.2.1",
35-
"ts-loader": "^6.2.1",
36-
"tslint": "^6.0.0",
32+
"rollup-plugin-terser": "^6.1.0",
33+
"rollup-plugin-typescript2": "^0.27.1",
34+
"ts-jest": "^26.1.0",
35+
"ts-loader": "^7.0.5",
36+
"tslint": "^6.1.2",
3737
"tslint-config-airbnb": "^5.11.2",
3838
"tslint-loader": "^3.5.4",
39-
"typescript": "^3.8.3",
40-
"webpack": "^4.42.0",
39+
"typescript": "^3.9.5",
40+
"webpack": "^4.43.0",
4141
"webpack-cli": "^3.3.11",
42-
"webpack-dev-server": "^3.10.3"
42+
"webpack-dev-server": "^3.11.0"
4343
},
4444
"homepage": "https://github.com/planttheidea/fast-copy#readme",
4545
"keywords": [
@@ -64,14 +64,15 @@
6464
"dist": "npm run clean && npm run build",
6565
"lint": "NODE_ENV=test tslint 'src/*.ts'",
6666
"lint:fix": "npm run lint -- --fix",
67-
"prepublishOnly": "npm run lint && npm run test:coverage && npm run dist",
67+
"prepublishOnly": "npm run lint && npm run typecheck && npm run test:coverage && npm run dist",
6868
"release": "release-it",
6969
"release:beta": "release-it --config=.release-it.beta.json",
7070
"release:dry": "release-it --dry-run",
7171
"start": "npm run dev",
7272
"test": "NODE_PATH=. jest",
7373
"test:coverage": "npm run test -- --coverage",
74-
"test:watch": "npm run test -- --watch"
74+
"test:watch": "npm run test -- --watch",
75+
"typecheck": "tsc src/*.ts --noEmit"
7576
},
7677
"types": "index.d.ts",
7778
"version": "2.0.5"

0 commit comments

Comments
 (0)