Skip to content

Commit

Permalink
updated @types/materialize-css version
Browse files Browse the repository at this point in the history
  • Loading branch information
Armour committed May 9, 2018
1 parent 0aa62cc commit bab993a
Show file tree
Hide file tree
Showing 3 changed files with 260 additions and 110 deletions.
7 changes: 0 additions & 7 deletions .stylelintrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"extends": "stylelint-config-standard",
"rules": {
"at-rule-no-unknown": [ true, {
"ignoreAtRules": [
"extend"
]
}]
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"@types/express": "4.11.1",
"@types/history": "4.6.2",
"@types/jest": "22.2.3",
"@types/materialize-css": "1.0.2",
"@types/materialize-css": "1.0.3",
"@types/node-uuid": "0.0.28",
"@types/prismjs": "1.9.0",
"@types/react": "16.3.13",
"@types/react": "16.3.14",
"@types/react-dom": "16.0.5",
"@types/react-redux": "5.0.19",
"@types/react-router": "4.0.24",
"@types/react-router": "4.0.25",
"@types/react-router-dom": "4.2.6",
"@types/redux-devtools": "3.0.43",
"@types/redux-devtools": "3.0.44",
"@types/redux-devtools-dock-monitor": "1.1.32",
"@types/redux-devtools-log-monitor": "1.0.33",
"@types/redux-logger": "3.0.6",
Expand Down Expand Up @@ -90,7 +90,7 @@
"nodemon": "1.17.4",
"offline-plugin": "5.0.3",
"optimize-css-assets-webpack-plugin": "4.0.1",
"pg": "7.4.2",
"pg": "7.4.3",
"postcss": "6.0.22",
"postcss-cssnext": "3.1.0",
"postcss-import": "11.1.0",
Expand All @@ -99,7 +99,7 @@
"progress-bar-webpack-plugin": "1.11.0",
"react": "16.3.2",
"react-dom": "16.3.2",
"react-hot-loader": "4.1.2",
"react-hot-loader": "4.1.3",
"react-redux": "5.0.7",
"react-router-dom": "4.2.2",
"redux": "3.7.2",
Expand All @@ -115,15 +115,15 @@
"stylelint-config-standard": "18.2.0",
"superagent": "3.8.3",
"ts-jest": "22.4.5",
"ts-loader": "4.2.0",
"ts-loader": "4.3.0",
"tslint": "5.10.0",
"tslint-react": "3.5.1",
"tslint-react": "3.6.0",
"typescript": "2.8.3",
"uglify-js": "3.3.23",
"uglify-js": "3.3.24",
"uglifyjs-webpack-plugin": "1.2.5",
"url-loader": "1.0.1",
"uuid": "3.2.1",
"webpack": "4.7.0",
"webpack": "4.8.1",
"webpack-bundle-analyzer": "2.11.1",
"webpack-cli": "2.1.3",
"webpack-dev-middleware": "3.1.3",
Expand Down
Loading

0 comments on commit bab993a

Please sign in to comment.