Skip to content

Commit 360961d

Browse files
* chore(package): update to @types/[email protected], @types/[email protected], @uirouter/[email protected], [email protected], [email protected], [email protected], [email protected], [email protected] * chore(typedoc): Rename typedoc.json to tsconfig.typedoc.json
1 parent a45ce38 commit 360961d

File tree

3 files changed

+630
-503
lines changed

3 files changed

+630
-503
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,26 +55,26 @@
5555
"@types/jest": "^25.1.1",
5656
"@types/lodash": "^4.14.149",
5757
"@types/prop-types": "15.7.3",
58-
"@types/react": "16.9.19",
59-
"@types/react-dom": "16.9.5",
60-
"@uirouter/publish-scripts": "^2.3.44",
61-
"babel-jest": "^25.1.0",
58+
"@types/react": "16.9.34",
59+
"@types/react-dom": "16.9.7",
60+
"@uirouter/publish-scripts": "^2.3.45",
61+
"babel-jest": "^25.5.1",
6262
"babel-polyfill": "^6.26.0",
6363
"babel-preset-es2015": "^6.24.1",
6464
"babel-preset-react": "^6.24.1",
65-
"chalk": "^3.0.0",
65+
"chalk": "^4.0.0",
6666
"cross-env": "^7.0.0",
6767
"enzyme": "^3.4.1",
6868
"enzyme-adapter-react-16": "^1.15.0",
6969
"husky": "^4.2.1",
70-
"jest": "25.1.0",
71-
"prettier": "^1.19.1",
70+
"jest": "25.5.1",
71+
"prettier": "^2.0.5",
7272
"pretty-quick": "^2.0.1",
7373
"react": "^16.12.0",
7474
"react-dom": "^16.12.0",
7575
"react-test-renderer": "^16.12.0",
7676
"ts-jest": "^25.2.0",
77-
"ts-loader": "^6.2.1",
77+
"ts-loader": "^7.0.1",
7878
"tsconfig-paths-webpack-plugin": "^3.2.0",
7979
"typescript": "^3.7.2",
8080
"webpack": "^4.19.0",

typedoc.json renamed to tsconfig.typedoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
],
2525
"generateOptions": {
26-
"tsconfig": "typedoc.json",
26+
"tsconfig": "tsconfig.typedoc.json",
2727
"readme": "DOCS.md",
2828
"name": "@uirouter/react",
2929
"theme": "node_modules/ui-router-typedoc-themes/bin/default",

0 commit comments

Comments
 (0)