Skip to content

Commit

Permalink
More updates
Browse files Browse the repository at this point in the history
Signed-off-by: gpbl <[email protected]>
  • Loading branch information
gpbl committed Feb 26, 2024
1 parent 4fa9be1 commit d76479a
Show file tree
Hide file tree
Showing 8 changed files with 587 additions and 739 deletions.
32 changes: 17 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"main": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts",
"module": "./dist/esm/index.js",
"style": "./styles.css",
"style": "./src/styles.css",
"exports": {
".": {
"require": {
Expand All @@ -34,12 +34,14 @@
"./style.css": {
"import": "./src/style.css",
"require": "./src/style.css",
"default": "./src/style.css"
"default": "./src/style.css",
"types": "./src/style.d.ts"
},
"./style.module.css": {
"import": "./src/style.css",
"require": "./src/style.css",
"default": "./src/style.css"
"default": "./src/style.css",
"types": "./src/style.d.ts"
},
"./package.json": {
"import": "./package.json",
Expand All @@ -61,7 +63,7 @@
"files": [
"docs",
"dist/**",
"styles.css"
"src/**"
],
"peerDependencies": {
"date-fns": "^3.1.0",
Expand All @@ -70,28 +72,28 @@
"devDependencies": {
"@jest/types": "^29.6.3",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.3.0",
"@testing-library/react": "^14.1.2",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.10",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.20",
"@types/react": "^18.2.59",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"date-fns": "^3.3.1",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^6.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"prettier-plugin-jsdoc": "^1.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
Loading

0 comments on commit d76479a

Please sign in to comment.