Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
karolkozer committed Jun 30, 2022
2 parents 8c386a4 + d9774de commit f9d0b8e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/images
/src
jest.config.js
tsconfig.json
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,7 @@
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@size-limit/preset-small-lib": "^7.0.8",
"@types/react": "^17.0.38",
"date-fns": "^2.28.0",
"husky": "^7.0.4",
"size-limit": "^7.0.8",
"tsdx": "^0.14.1",
"tslib": "^2.3.1",
"typescript": "^4.6.3",
"use-debounce": "^7.0.1"
},
"keywords": [
Expand All @@ -84,9 +77,16 @@
],
"devDependencies": {
"@faker-js/faker": "^6.1.2",
"@size-limit/preset-small-lib": "^7.0.8",
"@types/jest": "^27.4.0",
"@types/react": "^17.0.38",
"bundlewatch": "^0.3.3",
"husky": "^7.0.4",
"jest": "^27.5.1",
"ts-jest": "^27.1.3"
"size-limit": "^7.0.8",
"ts-jest": "^27.1.3",
"tsdx": "^0.14.1",
"tslib": "^2.3.1",
"typescript": "^4.6.3"
}
}

0 comments on commit f9d0b8e

Please sign in to comment.