Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
chore: update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsifford committed Nov 22, 2016
1 parent c16a7b6 commit c689b94
Show file tree
Hide file tree
Showing 2 changed files with 797 additions and 638 deletions.
62 changes: 33 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "jest && npm run lint",
"wp": "wpcmd() { docker exec $(docker ps -lq) /bin/bash -c \"sudo -u www-data wp $(echo $@)\"; };wpcmd ",
"lint": "tslint -e \"node_modules/**/*\" \"**/*.+(ts|tsx)\" -t stylish && stylint ./src/lib",
"lint": "tslint -e \"node_modules/**/*\" \"**/*.+(ts|tsx)\" -c \"./tslint.json\" -t stylish && stylint ./src/lib",
"start": "NODE_ENV=development node --max_old_space_size=8192 node_modules/.bin/gulp _dev",
"build": "NODE_ENV=production node_modules/.bin/gulp _build",
"deploy": "npm run build && ./scripts/deploy $npm_package_version",
Expand All @@ -29,55 +29,57 @@
},
"homepage": "https://github.com/dsifford/academic-bloggers-toolkit#readme",
"devDependencies": {
"autoprefixer": "^6.5.1",
"awesome-typescript-loader": "^2.2.4",
"autoprefixer": "^6.5.3",
"awesome-typescript-loader": "^3.0.0-beta.3",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.8",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-register": "^6.16.3",
"browser-sync": "^2.17.5",
"css-loader": "^0.25.0",
"browser-sync": "^2.18.2",
"css-loader": "^0.26.0",
"del": "^2.2.2",
"enzyme": "^2.5.1",
"eslint": "^3.8.1",
"eslint-config-airbnb-base": "^9.0.0",
"eslint-plugin-import": "^2.0.1",
"enzyme": "^2.6.0",
"eslint": "^3.10.2",
"eslint-config-airbnb-base": "^10.0.1",
"eslint-plugin-import": "^2.2.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-replace": "^0.5.4",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "^2.1.1",
"gulp-stylus": "^2.5.0",
"gulp-uglify": "^2.0.0",
"gulp-wp-pot": "^1.3.2",
"jest": "^16.0.2",
"jest": "^17.0.3",
"merge-stream": "^1.0.0",
"mobx-react-devtools": "^4.2.9",
"mobx-react-devtools": "^4.2.10",
"poststylus": "^0.2.3",
"react-addons-test-utils": "^15.3.2",
"react-addons-test-utils": "^15.4.0",
"style-loader": "^0.13.1",
"stylint": "^1.5.7",
"tslint": "^3.15.1",
"ts-loader": "^1.2.2",
"tslint": "next",
"tslint-microsoft-contrib": "^2.0.13",
"tslint-react": "^1.1.0",
"tslint-react": "^2.0.0",
"webpack": "^2.1.0-beta.21",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"@types/enzyme": "^2.4.36",
"@types/jest": "^15.1.32",
"@types/node": "^6.0.45",
"@types/react": "^0.14.43",
"@types/react-addons-css-transition-group": "^0.14.17",
"@types/react-dom": "^0.14.18",
"mobx": "^2.6.0",
"mobx-react": "^3.5.8",
"react": "^15.3.2",
"react-addons-css-transition-group": "^15.3.2",
"react-addons-shallow-compare": "^15.3.2",
"react-dom": "^15.3.2",
"react-virtualized-select": "^2.1.0",
"typescript": "^2.1.0-dev.20160724"
"@types/enzyme": "^2.5.38",
"@types/jest": "^16.0.0",
"@types/node": "^6.0.49",
"@types/react": "^0.14.50",
"@types/react-addons-css-transition-group": "^0.14.18",
"@types/react-dom": "^0.14.19",
"mobx": "^2.6.3",
"mobx-react": "^4.0.0",
"react": "^15.4.0",
"react-addons-css-transition-group": "^15.4.0",
"react-addons-shallow-compare": "^15.4.0",
"react-dom": "^15.4.0",
"react-virtualized-select": "^2.1.1",
"typescript": "^2.2.0-dev.20160724"
},
"babel": {
"presets": [
Expand All @@ -87,7 +89,9 @@
"compact": true
},
"jest": {
"scriptPreprocessor": "scripts/jestPreprocessor.js",
"transform": {
".*": "scripts/jestPreprocessor.js"
},
"testRegex": "(/__tests__/.*\\.(ts|tsx|js))$",
"moduleFileExtensions": [
"js",
Expand Down
Loading

0 comments on commit c689b94

Please sign in to comment.