Skip to content

Commit

Permalink
dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
inker committed Sep 6, 2018
1 parent b9ebceb commit b30eb8d
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 96 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"history": "^4.7.2",
"lodash": "^4.17.10",
"normalize.css": "^8.0.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"react-helmet": "^5.2.0",
"react-import": "^1.5.3",
"react-router-dom": "^4.3.1",
"shallowequal": "^1.1.0",
"styled-components": "^3.4.5",
"styled-components": "^4.0.0-beta.1",
"timelimit": "^1.0.1",
"tslib": "^1.9.3"
},
Expand All @@ -33,7 +33,7 @@
"@types/react-helmet": "^5.0.7",
"@types/react-router-dom": "^4.3.0",
"@types/shallowequal": "^0.2.3",
"awesome-typescript-loader": "^5.2.0",
"awesome-typescript-loader": "^5.2.1",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"file-loader": "^2.0.0",
Expand All @@ -50,14 +50,15 @@
"typescript": "^3.0.3",
"typescript-plugin-lodash": "^0.1.0",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.17.1",
"webpack": "^4.17.2",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.7",
"webpack-dev-server": "^3.1.8",
"worker-loader": "^2.0.0"
},
"scripts": {
"clean": "rimraf docs",
"lint:js": "tslint -t stylish './src/**/*.ts'",
"lint:css": "stylelint './src/**/*.ts'",
"build:prod": "webpack --colors --config webpack/webpack.config.js --env=prod",
"build:analyze": "npm run clean && webpack --colors --config webpack/webpack.config.js --env=analyze",
Expand Down
1 change: 0 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"no-implicit-dependencies": false,
"no-submodule-imports": false,
"no-this-assignment": false,
"no-unused-variable": true,
"object-literal-key-quotes": [
true,
"as-needed"
Expand Down
Loading

0 comments on commit b30eb8d

Please sign in to comment.