Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
chore: general changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Apr 15, 2018
1 parent 2ca5e21 commit 66fb277
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 42 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ stats.html
build
dist
.rpt2_cache
.cache
2 changes: 1 addition & 1 deletion packages/playgrodd-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"typings": "./dist/main/index.d.ts",
"module": "./dist/module/index.js",
"scripts": {
"dev": "run-s clean build:main && run-p \"build:main -- -w\"",
"build": "run-s clean && run-p build:*",
"build:main": "tsc -p tsconfig.json",
"build:module": "tsc -p tsconfig.module.json",
"fix": "run-s fix:*",
"fix:prettier": "prettier \"src/**/*.{ts,tsx}\" --write",
"fix:tslint": "tslint --fix --project .",
"watch": "run-s clean build:main && run-p \"build:main -- -w\"",
"clean": "trash dist"
},
"dependencies": {
Expand Down
3 changes: 1 addition & 2 deletions packages/playgrodd/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist/main",
"outDir": "dist",
"rootDir": "src",
"declaration": false,
"types": ["node"],
"typeRoots": ["node_modules/@types", "index.d.ts"]
},
"include": ["src/**/*"],
Expand Down
111 changes: 72 additions & 39 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1142,16 +1142,17 @@ babel-messages@^6.23.0:
dependencies:
babel-runtime "^6.22.0"

babel-plugin-emotion@^9.0.1:
version "9.0.1"
resolved "https://registry.npmjs.org/babel-plugin-emotion/-/babel-plugin-emotion-9.0.1.tgz#1c1ec14a5d6f40c64bd68e805f074fea60a580a7"
babel-plugin-emotion@^9.0.1, babel-plugin-emotion@^9.1.0:
version "9.1.0"
resolved "https://registry.npmjs.org/babel-plugin-emotion/-/babel-plugin-emotion-9.1.0.tgz#d0b7598168980f4fbc7b72fd86c49904b613fe79"
dependencies:
"@babel/helper-module-imports" "7.0.0-beta.32"
babel-plugin-macros "^2.0.0"
babel-plugin-syntax-jsx "^6.18.0"
convert-source-map "^1.5.0"
emotion-utils "^9.0.1"
emotion-utils "^9.1.0"
find-root "^1.1.0"
mkdirp "^0.5.1"
source-map "^0.5.7"
touch "^1.0.0"

Expand Down Expand Up @@ -1390,8 +1391,8 @@ browserify-zlib@^0.2.0:
pako "~1.0.5"

browserslist@^3.0.0:
version "3.2.1"
resolved "https://registry.npmjs.org/browserslist/-/browserslist-3.2.1.tgz#4960a45fbfe39b2be36fe5ba07cce9ea32c8221c"
version "3.2.2"
resolved "https://registry.npmjs.org/browserslist/-/browserslist-3.2.2.tgz#ad0559e3982786d80bfb24421ee2318daceffd2c"
dependencies:
caniuse-lite "^1.0.30000819"
electron-to-chromium "^1.3.40"
Expand Down Expand Up @@ -1981,19 +1982,19 @@ create-ecdh@^4.0.0:
bn.js "^4.1.0"
elliptic "^6.0.0"

create-emotion-styled@^9.0.1:
version "9.0.1"
resolved "https://registry.npmjs.org/create-emotion-styled/-/create-emotion-styled-9.0.1.tgz#70be09fcd0735ec88459ffbfc8128eb3f5690341"
create-emotion-styled@^9.1.0:
version "9.1.0"
resolved "https://registry.npmjs.org/create-emotion-styled/-/create-emotion-styled-9.1.0.tgz#ad6ee63e9be342e9d6339e4e4ee758028e9b967f"
dependencies:
emotion-utils "^9.0.1"
emotion-utils "^9.1.0"

create-emotion@^9.0.2:
version "9.0.2"
resolved "https://registry.npmjs.org/create-emotion/-/create-emotion-9.0.2.tgz#a8680b9f02f736112b68b9e9b47401dfbb4d9260"
create-emotion@^9.1.0:
version "9.1.0"
resolved "https://registry.npmjs.org/create-emotion/-/create-emotion-9.1.0.tgz#e3b7a3be314a5dfb6adcaf1d7a253ae257fc24b4"
dependencies:
emotion-utils "^9.0.1"
stylis "^3.3.2"
stylis-rule-sheet "^0.0.5"
emotion-utils "^9.1.0"
stylis "^3.5.0"
stylis-rule-sheet "^0.0.10"

create-error-class@^3.0.0, create-error-class@^3.0.1:
version "3.0.2"
Expand Down Expand Up @@ -2149,6 +2150,10 @@ dedent@^0.7.0:
version "0.7.0"
resolved "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c"

deep-equal@^1.0.1:
version "1.0.1"
resolved "https://registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz#f5d260292b660e084eff4cdbc9f08ad3247448b5"

deep-extend@~0.4.0:
version "0.4.2"
resolved "https://registry.npmjs.org/deep-extend/-/deep-extend-0.4.2.tgz#48b699c27e334bf89f10892be432f6e4c7d34a7f"
Expand Down Expand Up @@ -2379,16 +2384,20 @@ emojis-list@^2.0.0:
version "2.1.0"
resolved "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389"

emotion-utils@^9.0.1:
version "9.0.1"
resolved "https://registry.npmjs.org/emotion-utils/-/emotion-utils-9.0.1.tgz#db1034410d8ac4e399845d346471c3f2db5124d7"
emotion-normalize@^7.0.1:
version "7.0.1"
resolved "https://registry.npmjs.org/emotion-normalize/-/emotion-normalize-7.0.1.tgz#a34eb5b918050e6855659931bc8bc9324453948e"

emotion-utils@^9.1.0:
version "9.1.0"
resolved "https://registry.npmjs.org/emotion-utils/-/emotion-utils-9.1.0.tgz#7484dbf18f3b1dc1de68559d1ff35a74caa998dc"

emotion@^9.0.2:
version "9.0.2"
resolved "https://registry.npmjs.org/emotion/-/emotion-9.0.2.tgz#a40d28fd330562a42012a2cb17168b41b7caec94"
version "9.1.0"
resolved "https://registry.npmjs.org/emotion/-/emotion-9.1.0.tgz#498e23854e9f59984195984e0b335d2ff0df0039"
dependencies:
babel-plugin-emotion "^9.0.1"
create-emotion "^9.0.2"
babel-plugin-emotion "^9.1.0"
create-emotion "^9.1.0"

encodeurl@~1.0.2:
version "1.0.2"
Expand Down Expand Up @@ -2614,6 +2623,10 @@ execa@^0.8.0:
signal-exit "^3.0.0"
strip-eof "^1.0.0"

exenv@^1.2.1:
version "1.2.2"
resolved "https://registry.npmjs.org/exenv/-/exenv-1.2.2.tgz#2ae78e85d9894158670b03d47bec1f03bd91bb9d"

expand-brackets@^0.1.4:
version "0.1.5"
resolved "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz#df07284e342a807cd733ac5af72411e581d1177b"
Expand Down Expand Up @@ -2777,8 +2790,8 @@ filename-regex@^2.0.0:
resolved "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz#c1c4b9bee3e09725ddb106b75c1e301fe2f18b26"

filesize@^3.5.11, filesize@^3.6.0:
version "3.6.0"
resolved "https://registry.npmjs.org/filesize/-/filesize-3.6.0.tgz#22d079615624bb6fd3c04026120628a41b3f4efa"
version "3.6.1"
resolved "https://registry.npmjs.org/filesize/-/filesize-3.6.1.tgz#090bb3ee01b6f801a8a8be99d31710b3422bb317"

fill-range@^2.1.0:
version "2.2.3"
Expand Down Expand Up @@ -3093,8 +3106,8 @@ glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2:
path-is-absolute "^1.0.0"

globals@^11.0.1, globals@^11.1.0:
version "11.3.0"
resolved "https://registry.npmjs.org/globals/-/globals-11.3.0.tgz#e04fdb7b9796d8adac9c8f64c14837b2313378b0"
version "11.4.0"
resolved "https://registry.npmjs.org/globals/-/globals-11.4.0.tgz#b85c793349561c16076a3c13549238a27945f1bc"

globals@^9.18.0:
version "9.18.0"
Expand Down Expand Up @@ -3380,8 +3393,8 @@ [email protected], iconv-lite@^0.4.17, iconv-lite@~0.4.13:
resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.19.tgz#f7468f60135f5e5dad3399c0a81be9a1603a082b"

ieee754@^1.1.4:
version "1.1.10"
resolved "https://registry.npmjs.org/ieee754/-/ieee754-1.1.10.tgz#719a6f7b026831e64bdb838b0de1bb0029bbf716"
version "1.1.11"
resolved "https://registry.npmjs.org/ieee754/-/ieee754-1.1.11.tgz#c16384ffe00f5b7835824e67b6f2bd44a5229455"

iferr@^0.1.5:
version "0.1.5"
Expand Down Expand Up @@ -5125,11 +5138,20 @@ react-dom@^16.2.0:
prop-types "^15.6.0"

react-emotion@^9.0.2:
version "9.0.2"
resolved "https://registry.npmjs.org/react-emotion/-/react-emotion-9.0.2.tgz#99ec26cb9ad671fff393338354543ff7c2540ae1"
version "9.1.0"
resolved "https://registry.npmjs.org/react-emotion/-/react-emotion-9.1.0.tgz#6d12de5990510740d03e2cd9be3a681183316e38"
dependencies:
babel-plugin-emotion "^9.1.0"
create-emotion-styled "^9.1.0"

react-helmet@^5.2.0:
version "5.2.0"
resolved "https://registry.npmjs.org/react-helmet/-/react-helmet-5.2.0.tgz#a81811df21313a6d55c5f058c4aeba5d6f3d97a7"
dependencies:
babel-plugin-emotion "^9.0.1"
create-emotion-styled "^9.0.1"
deep-equal "^1.0.1"
object-assign "^4.1.1"
prop-types "^15.5.4"
react-side-effect "^1.1.0"

react-router-dom@^4.2.2:
version "4.2.2"
Expand All @@ -5154,6 +5176,13 @@ react-router@^4.2.0:
prop-types "^15.5.4"
warning "^3.0.0"

react-side-effect@^1.1.0:
version "1.1.5"
resolved "https://registry.npmjs.org/react-side-effect/-/react-side-effect-1.1.5.tgz#f26059e50ed9c626d91d661b9f3c8bb38cd0ff2d"
dependencies:
exenv "^1.2.1"
shallowequal "^1.0.1"

react@^16.2.0:
version "16.2.0"
resolved "https://registry.npmjs.org/react/-/react-16.2.0.tgz#a31bd2dab89bff65d42134fa187f24d054c273ba"
Expand Down Expand Up @@ -5695,6 +5724,10 @@ sha.js@^2.4.0, sha.js@^2.4.8:
inherits "^2.0.1"
safe-buffer "^5.0.1"

shallowequal@^1.0.1:
version "1.0.2"
resolved "https://registry.npmjs.org/shallowequal/-/shallowequal-1.0.2.tgz#1561dbdefb8c01408100319085764da3fcf83f8f"

shebang-command@^1.2.0:
version "1.2.0"
resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
Expand Down Expand Up @@ -6023,11 +6056,11 @@ strong-log-transformer@^1.0.6:
moment "^2.6.0"
through "^2.3.4"

stylis-rule-sheet@^0.0.5:
version "0.0.5"
resolved "https://registry.npmjs.org/stylis-rule-sheet/-/stylis-rule-sheet-0.0.5.tgz#ebae935cc1f6fb31b9b62dba47f2ea8b833dad9f"
stylis-rule-sheet@^0.0.10:
version "0.0.10"
resolved "https://registry.npmjs.org/stylis-rule-sheet/-/stylis-rule-sheet-0.0.10.tgz#44e64a2b076643f4b52e5ff71efc04d8c3c4a430"

stylis@^3.3.2:
stylis@^3.5.0:
version "3.5.0"
resolved "https://registry.npmjs.org/stylis/-/stylis-3.5.0.tgz#016fa239663d77f868fef5b67cf201c4b7c701e1"

Expand Down Expand Up @@ -6404,8 +6437,8 @@ unset-value@^1.0.0:
isobject "^3.0.0"

unstated@^1.1.0:
version "1.1.0"
resolved "https://registry.npmjs.org/unstated/-/unstated-1.1.0.tgz#022931b6ea41aab3ca7f491603cba2d551247e56"
version "1.2.0"
resolved "https://registry.npmjs.org/unstated/-/unstated-1.2.0.tgz#5c57cc077473d2cce411ec0930da285cef3df306"
dependencies:
create-react-context "^0.1.5"

Expand Down

0 comments on commit 66fb277

Please sign in to comment.