Skip to content

Commit

Permalink
chore(deps): udpate to almin 0.18.0 (#58)
Browse files Browse the repository at this point in the history
Update to TypeScrtipt@3
almin/almin#358
  • Loading branch information
azu committed Aug 26, 2018
1 parent 664c36a commit 3f7b2e0
Show file tree
Hide file tree
Showing 3 changed files with 1,404 additions and 1,439 deletions.
36 changes: 17 additions & 19 deletions package.json
Expand Up @@ -12,25 +12,25 @@
"license": "MIT",
"dependencies": {
"@immutable-array/prototype": "^1.0.4",
"@types/classnames": "^2.2.3",
"@types/classnames": "^2.2.6",
"@types/combokeys": "^2.4.5",
"@types/debug": "^0.0.30",
"@types/jest": "^22.2.2",
"@types/lodash.debounce": "^4.0.3",
"@types/lodash.groupby": "^4.6.3",
"@types/lodash.keyby": "^4.6.3",
"@types/lodash.maxby": "^4.6.3",
"@types/lodash.sortby": "^4.7.3",
"@types/lodash.throttle": "^4.1.3",
"@types/node": "^9.6.0",
"@types/prop-types": "^15.5.2",
"@types/jest": "^23.3.1",
"@types/lodash.debounce": "^4.0.4",
"@types/lodash.groupby": "^4.6.4",
"@types/lodash.keyby": "^4.6.4",
"@types/lodash.maxby": "^4.6.4",
"@types/lodash.sortby": "^4.7.4",
"@types/lodash.throttle": "^4.1.4",
"@types/node": "^10.9.2",
"@types/prop-types": "^15.5.5",
"@types/react": "^16.0.16",
"@types/react-dom": "^16.0.2",
"@types/sanitize-html": "^1.14.0",
"@types/sanitize-html": "^1.18.0",
"@uifabric/icons": "^5.4.0",
"almin": "^0.16.0",
"almin-logger": "^6.1.5",
"almin-react-container": "^0.6.4",
"almin": "^0.18.0",
"almin-logger": "^6.2.2",
"almin-react-container": "^0.7.2",
"classnames": "^2.2.5",
"client-oauth2": "^4.1.0",
"combokeys": "^3.0.0",
Expand Down Expand Up @@ -94,13 +94,11 @@
"@alrra/travis-scripts": "^3.0.1",
"dotenv-cli": "^1.4.0",
"husky": "^0.14.3",
"jest": "^22.4.3",
"lint-staged": "^7.1.0",
"prettier": "^1.12.1",
"pwmetrics": "^3.1.6",
"react-scripts-ts": "2.14.0",
"react-snap": "^1.11.5",
"ts-jest": "^22.4.2",
"typescript": "^2.7.2"
"react-scripts-ts": "2.17.0",
"react-snap": "^1.10.1",
"typescript": "^3.0.1"
}
}
3 changes: 3 additions & 0 deletions tsconfig.prod.json
@@ -0,0 +1,3 @@
{
"extends": "./tsconfig.json"
}

0 comments on commit 3f7b2e0

Please sign in to comment.