Skip to content

Commit

Permalink
2.0.0-beta.2
Browse files Browse the repository at this point in the history
* Type refinement
* tsconfig optimizations
  • Loading branch information
atomicpages committed Dec 12, 2019
1 parent bc66cc9 commit 39a9324
Show file tree
Hide file tree
Showing 13 changed files with 497 additions and 353 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Greetings

on: [pull_request, issues]

jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Message that will be displayed on users'' first issue'
pr-message: 'Message that will be displayed on users'' first pr'
493 changes: 349 additions & 144 deletions package-lock.json

Large diffs are not rendered by default.

40 changes: 22 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@
},
"sourcemap": true
}
],
[
"pika-plugin-typedefs-to-flow"
]
]
},
Expand All @@ -77,30 +80,31 @@
"@djthoms/eslint-config": "^2.0.1",
"@djthoms/prettier-config": "^1.0.0",
"@pika/pack": "^0.5.0",
"@pika/plugin-build-node": "^0.7.1",
"@pika/plugin-build-web": "^0.7.1",
"@pika/plugin-ts-standard-pkg": "^0.7.1",
"@testing-library/jest-dom": "^4.2.3",
"@testing-library/react": "^9.3.1",
"@testing-library/react-hooks": "^3.1.1",
"@pika/plugin-build-node": "^0.8.1",
"@pika/plugin-build-web": "^0.8.1",
"@pika/plugin-ts-standard-pkg": "^0.8.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.3",
"@testing-library/react-hooks": "^3.2.1",
"@types/classnames": "^2.2.9",
"@types/jest": "^24.0.21",
"@types/react": "^16.9.11",
"babel-jest": "^24.9.0",
"coveralls": "^3.0.7",
"eslint": "^6.6.0",
"husky": "^3.0.9",
"@types/jest": "^24.0.23",
"@types/react": "^16.9.16",
"coveralls": "^3.0.9",
"eslint": "^6.7.2",
"flowgen": "^1.10.0",
"husky": "^3.1.0",
"jest": "^24.9.0",
"npm-run-all": "^4.1.5",
"pika-plugin-legacy-browser": "^1.1.1",
"prettier": "^1.18.2",
"pika-plugin-typedefs-to-flow": "0.0.2",
"prettier": "^1.19.1",
"pretty-checkbox": "^3.0.3",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-test-renderer": "^16.11.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-test-renderer": "^16.12.0",
"rimraf": "^3.0.0",
"ts-jest": "^24.1.0",
"typescript": "^3.6.4"
"ts-jest": "^24.2.0",
"typescript": "^3.7.3"
},
"dependencies": {
"classnames": "^2.2.6"
Expand Down
Loading

0 comments on commit 39a9324

Please sign in to comment.