|
14 | 14 | ],
|
15 | 15 | "repository": {
|
16 | 16 | "type": "git",
|
17 |
| - "url": "https://github.com/topthithu/react-grid-container-query" |
| 17 | + "url": "https://github.com/topexam/react-grid-container-query" |
18 | 18 | },
|
19 |
| - "homepage": "https://github.com/topthithu/react-grid-container-query", |
| 19 | + "homepage": "https://github.com/topexam/react-grid-container-query", |
20 | 20 | "keywords": [
|
21 | 21 | "react",
|
22 | 22 | "container query",
|
|
34 | 34 | "storybook": "start-storybook -p 6006",
|
35 | 35 | "test": "dts test --passWithNoTests"
|
36 | 36 | },
|
37 |
| - "husky": { |
38 |
| - "hooks": { |
39 |
| - "pre-commit": "dts lint" |
40 |
| - } |
41 |
| - }, |
42 |
| - "prettier": { |
43 |
| - "printWidth": 80, |
44 |
| - "semi": true, |
45 |
| - "singleQuote": true, |
46 |
| - "trailingComma": "es5" |
47 |
| - }, |
48 | 37 | "jest": {
|
49 | 38 | "testEnvironment": "jsdom"
|
50 | 39 | },
|
|
65 | 54 | }
|
66 | 55 | ],
|
67 | 56 | "devDependencies": {
|
68 |
| - "@babel/core": "^7.16.7", |
69 |
| - "@size-limit/preset-small-lib": "^7.0.5", |
70 |
| - "@storybook/addon-essentials": "^6.4.13", |
| 57 | + "@babel/core": "^7.24.4", |
| 58 | + "@commitlint/cli": "^19.2.1", |
| 59 | + "@commitlint/config-conventional": "^19.1.0", |
| 60 | + "@size-limit/esbuild": "^11.1.2", |
| 61 | + "@size-limit/esbuild-why": "^11.1.2", |
| 62 | + "@size-limit/preset-small-lib": "^11.1.2", |
| 63 | + "@storybook/addon-essentials": "^8.0.6", |
71 | 64 | "@storybook/addon-info": "^5.3.21",
|
72 |
| - "@storybook/addon-links": "^6.4.13", |
73 |
| - "@storybook/addons": "^6.4.13", |
74 |
| - "@storybook/react": "^6.4.13", |
75 |
| - "@tsconfig/create-react-app": "^1.0.2", |
76 |
| - "@tsconfig/recommended": "^1.0.1", |
77 |
| - "@types/react": "^17.0.38", |
78 |
| - "@types/react-dom": "^17.0.11", |
79 |
| - "babel-loader": "^8.2.3", |
80 |
| - "dts-cli": "^1.1.6", |
81 |
| - "husky": "^7.0.4", |
82 |
| - "postcss": "^8.4.6", |
83 |
| - "react": "^17.0.2", |
84 |
| - "react-dom": "^17.0.2", |
85 |
| - "react-is": "^17.0.2", |
| 65 | + "@storybook/addon-links": "^8.0.6", |
| 66 | + "@storybook/addons": "^7.6.17", |
| 67 | + "@storybook/react": "^8.0.6", |
| 68 | + "@tsconfig/create-react-app": "^2.0.4", |
| 69 | + "@tsconfig/recommended": "^1.0.6", |
| 70 | + "@types/react": "^18.2.74", |
| 71 | + "@types/react-dom": "^18.2.24", |
| 72 | + "babel-loader": "^9.1.3", |
| 73 | + "dts-cli": "^2.0.4", |
| 74 | + "husky": "^9.0.11", |
| 75 | + "postcss": "^8.4.38", |
| 76 | + "react": "^18.2.0", |
| 77 | + "react-dom": "^18.2.0", |
| 78 | + "react-is": "^18.2.0", |
86 | 79 | "rollup-plugin-postcss": "^4.0.2",
|
87 |
| - "sass": "^1.49.8", |
88 |
| - "size-limit": "^7.0.5", |
89 |
| - "tslib": "^2.3.1", |
90 |
| - "typescript": "^4.5.4" |
| 80 | + "sass": "^1.74.1", |
| 81 | + "tslib": "^2.6.2", |
| 82 | + "typescript": "^5.1.6" |
91 | 83 | },
|
92 | 84 | "dependencies": {
|
93 |
| - "clsx": "^1.1.1", |
94 |
| - "react-container-query": "^0.12.0" |
| 85 | + "clsx": "^2.1.0", |
| 86 | + "react-container-query": "^0.13.0" |
95 | 87 | },
|
96 | 88 | "publishConfig": {
|
97 | 89 | "access": "public",
|
|
0 commit comments