Skip to content
This repository was archived by the owner on Oct 3, 2020. It is now read-only.

Commit b34483c

Browse files
committed
feat(transition): add initial version of the Transition component
1 parent 0714589 commit b34483c

19 files changed

+1737
-19
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
}
2929
},
3030
"prettier": {
31-
"printWidth": 80,
32-
"semi": true,
31+
"printWidth": 100,
32+
"semi": false,
3333
"singleQuote": true,
3434
"trailingComma": "es5"
3535
},
@@ -55,7 +55,7 @@
5555
"@commitlint/cli": "^9.1.2",
5656
"@commitlint/config-conventional": "^9.1.2",
5757
"@tailwindcss/ui": "^0.5.0",
58-
"@testing-library/react": "^10.4.8",
58+
"@testing-library/react": "^10.4.9",
5959
"@types/node": "^14.6.0",
6060
"@types/react-dom": "^16.9.8",
6161
"@types/react": "^16.9.46",
@@ -71,6 +71,6 @@
7171
"tailwindcss": "^1.7.3",
7272
"tsdx": "^0.13.3",
7373
"tslib": "^2.0.1",
74-
"typescript": "^3.9.7"
74+
"typescript": "^4.0.2"
7575
}
7676
}

0 commit comments

Comments
 (0)