Skip to content

Commit

Permalink
Merge pull request #41 from agneym/update-deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
agneym committed Oct 13, 2021
2 parents 886c3a7 + e4da4d5 commit fa99d49
Show file tree
Hide file tree
Showing 8 changed files with 4,023 additions and 3,213 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ typings/

# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache

# microbundle cache
.rts2_cache_*
Expand Down
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

3 changes: 2 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn pretty-quick --staged
npm test
npx pretty-quick --staged
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"dependencies": {
"@agney/playground": "*",
"babel-polyfill": "^6.26.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"parcel-bundler": "^1.12.4"
"parcel": "^2.0.0"
},
"browserslist": [
"last 3 versions",
Expand Down
2 changes: 1 addition & 1 deletion example/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<span>Follow me on</span>
<a href="https://twitter.com/agneymenon" target="__blank">@agneymenon</a>
</footer>
<script src="./index.js"></script>
<script type="module" src="./index.js"></script>
</body>
</html>
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"example"
],
"devDependencies": {
"husky": "^5.1.3",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"typescript": "^4.2.3"
"husky": "^6.0.0",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.1",
"typescript": "^4.4.4"
},
"repository": {
"type": "git",
Expand Down
43 changes: 22 additions & 21 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,34 +44,35 @@
},
"dependencies": {
"@agney/react-inspector": "^4.0.0",
"@reach/auto-id": "^0.13.2",
"@reach/tabs": "^0.13.2",
"goober": "^2.0.33",
"@reach/auto-id": "^0.16.0",
"@reach/tabs": "^0.16.1",
"goober": "^2.0.41",
"lodash.merge": "^4.6.2",
"prism-react-renderer": "^1.2.0",
"prism-react-renderer": "^1.2.1",
"react-simple-code-editor": "^0.11.0"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.13.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.168",
"@types/lodash-es": "^4.17.4",
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.175",
"@types/lodash-es": "^4.17.5",
"@types/lodash.merge": "^4.6.6",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"@types/react-inspector": "^4.0.1",
"jest": "^26.6.3",
"microbundle": "^0.13.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
"@types/react": "^17.0.29",
"@types/react-dom": "^17.0.9",
"@types/react-inspector": "^4.0.2",
"jest": "^27.2.5",
"microbundle": "^0.14.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"jest": {
"rootDir": "src"
"rootDir": "src",
"testEnvironment": "jsdom"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit fa99d49

Please sign in to comment.