Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Apr 15, 2018
1 parent a7db904 commit d23f9cf
Show file tree
Hide file tree
Showing 8 changed files with 569 additions and 443 deletions.
8 changes: 4 additions & 4 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"start": "playgrodd start"
},
"dependencies": {
"emotion": "^9.0.2",
"emotion": "^9.1.1",
"playgrodd": "^0.0.1",
"playgrodd-theme-default": "^0.0.1",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-emotion": "^9.0.2",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-emotion": "^9.1.1",
"react-router-dom": "^4.2.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"bs": "lerna bootstrap"
},
"devDependencies": {
"lerna": "^2.9.0",
"lerna": "^2.10.1",
"libundler": "^1.5.1",
"npm-run-all": "^4.1.2",
"prettier": "^1.11.1",
"trash-cli": "^1.4.0",
"tslint": "^5.9.1",
"tslint-config-prettier": "^1.10.0",
"typescript": "^2.7.2"
"typescript": "^2.8.1"
},
"workspaces": [
"packages/*",
Expand Down
20 changes: 10 additions & 10 deletions packages/playgrodd-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"fix:tslint": "tslint --fix --project ."
},
"dependencies": {
"@babel/core": "^7.0.0-beta.42",
"@babel/runtime": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.44",
"@babel/runtime": "^7.0.0-beta.44",
"art-template": "^4.12.2",
"babel-loader": "^8.0.0-beta.1",
"babel-polyfill": "^7.0.0-beta.3",
Expand All @@ -28,23 +28,23 @@
"del": "^3.0.0",
"express": "^4.16.3",
"fast-glob": "^2.2.0",
"html-webpack-plugin": "^3.1.0",
"html-webpack-plugin": "^3.2.0",
"mkdirp": "^0.5.1",
"react-dev-utils": "^5.0.0",
"react-hot-loader": "^4.0.0",
"webpack": "^4.2.0",
"webpack-dev-middleware": "^3.0.1",
"webpack-dev-server": "^3.1.1",
"react-dev-utils": "^5.0.1",
"react-hot-loader": "^4.0.1",
"webpack": "^4.5.0",
"webpack-dev-middleware": "^3.1.2",
"webpack-dev-server": "^3.1.3",
"webpack-messages": "^1.0.1"
},
"devDependencies": {
"@types/babel-traverse": "^6.25.3",
"@types/babylon": "^6.16.2",
"@types/deepmerge": "^2.1.0",
"@types/del": "^3.0.0",
"@types/del": "^3.0.1",
"@types/express": "^4.11.1",
"@types/mkdirp": "^0.5.2",
"@types/webpack": "^4.1.2",
"@types/webpack": "^4.1.3",
"@types/webpack-dev-server": "^2.9.4",
"shelljs": "^0.8.1"
}
Expand Down
3 changes: 1 addition & 2 deletions packages/playgrodd-core/src/server.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import * as bundlers from './bundlers'
import { Entries } from './Entries'

const prop = (key: string, obj: any) => obj[key]
import { prop } from './utils/helpers'

interface IConstructorParams {
port: number
Expand Down
1 change: 1 addition & 0 deletions packages/playgrodd-core/src/utils/helpers.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export const isFn = (value: any): boolean => typeof value === 'function'
export const prop = (key: string, obj: any): any => obj[key]
10 changes: 5 additions & 5 deletions packages/playgrodd-theme-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"dependencies": {
"emotion-normalize": "^7.0.1",
"playgrodd": "^0.0.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-helmet": "^5.2.0",
"react-router-dom": "^4.2.2"
},
"peerDependencies": {
"playgrodd": "^0.0.1"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.42",
"@babel/preset-env": "^7.0.0-beta.42",
"@babel/preset-react": "^7.0.0-beta.42",
"@babel/core": "7.0.0-beta.44",
"@babel/preset-env": "^7.0.0-beta.44",
"@babel/preset-react": "^7.0.0-beta.44",
"babel-plugin-emotion": "^9.1.0"
}
}
16 changes: 8 additions & 8 deletions packages/playgrodd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"dependencies": {
"playgrodd-core": "^0.0.1",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-router-dom": "^4.2.2",
"ulid": "^2.3.0",
"unstated": "^1.1.0",
Expand All @@ -35,14 +35,14 @@
"@types/babylon": "^6.16.2",
"@types/find-up": "^2.1.1",
"@types/html-webpack-plugin": "^2.30.3",
"@types/koa": "^2.0.44",
"@types/koa": "^2.0.45",
"@types/mkdirp": "^0.5.2",
"@types/node": "^9.4.7",
"@types/react": "^16.0.40",
"@types/react-dom": "^16.0.4",
"@types/react-router-dom": "^4.2.5",
"@types/node": "^9.6.4",
"@types/react": "^16.3.8",
"@types/react-dom": "^16.0.5",
"@types/react-router-dom": "^4.2.6",
"@types/trash": "^4.3.0",
"@types/webpack": "^4.1.1",
"@types/webpack": "^4.1.3",
"@types/yargs": "^11.0.0"
}
}
Loading

0 comments on commit d23f9cf

Please sign in to comment.