jattac.libs.web.responsive-table 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/gemini/commit_message.txt +1 -0
- package/package.json +60 -60
|
@@ -0,0 +1 @@
|
|
|
1
|
+
chore: Bump version to 0.2.2
|
package/package.json
CHANGED
|
@@ -1,60 +1,60 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "jattac.libs.web.responsive-table",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"description": "",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"module": "dist/index.es.js",
|
|
7
|
-
"types": "dist/index.d.ts",
|
|
8
|
-
"scripts": {
|
|
9
|
-
"build": "rollup -c",
|
|
10
|
-
"lint": "eslint './{src,app}/**/*.{ts,tsx}'",
|
|
11
|
-
"size": "size-limit",
|
|
12
|
-
"prepare": "npm run build"
|
|
13
|
-
},
|
|
14
|
-
"keywords": [
|
|
15
|
-
"react",
|
|
16
|
-
"typescript"
|
|
17
|
-
],
|
|
18
|
-
"author": "Nyingi Maina",
|
|
19
|
-
"license": "MIT",
|
|
20
|
-
"peerDependencies": {
|
|
21
|
-
"react": ">=18.2.0",
|
|
22
|
-
"react-dom": ">=18.2.0",
|
|
23
|
-
"typescript": ">=3.7.0"
|
|
24
|
-
},
|
|
25
|
-
"devDependencies": {
|
|
26
|
-
"@rollup/plugin-commonjs": "^25.0.7",
|
|
27
|
-
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
28
|
-
"@rollup/plugin-typescript": "^11.1.5",
|
|
29
|
-
"@size-limit/preset-small-lib": "^10.0.1",
|
|
30
|
-
"@testing-library/react": "^14.0.0",
|
|
31
|
-
"@types/react": "^18.2.33",
|
|
32
|
-
"@types/react-dom": "^18.2.14",
|
|
33
|
-
"@types/react-window": "^1.8.8",
|
|
34
|
-
"@typescript-eslint/eslint-plugin": "^6.9.1",
|
|
35
|
-
"@typescript-eslint/parser": "^6.9.1",
|
|
36
|
-
"eslint": "^8.52.0",
|
|
37
|
-
"eslint-config-prettier": "^9.0.0",
|
|
38
|
-
"eslint-plugin-prettier": "^5.0.1",
|
|
39
|
-
"eslint-plugin-react": "^7.33.2",
|
|
40
|
-
"identity-obj-proxy": "^3.0.0",
|
|
41
|
-
"npm": "^10.2.2",
|
|
42
|
-
"postcss": "^8.4.31",
|
|
43
|
-
"prettier": "^3.0.3",
|
|
44
|
-
"react": "^18.2.0",
|
|
45
|
-
"react-dom": "^18.2.0",
|
|
46
|
-
"rollup": "^4.2.0",
|
|
47
|
-
"rollup-plugin-copy": "^3.5.0",
|
|
48
|
-
"rollup-plugin-delete": "^2.0.0",
|
|
49
|
-
"rollup-plugin-generate-package-json": "^3.2.0",
|
|
50
|
-
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
51
|
-
"rollup-plugin-postcss": "^4.0.2",
|
|
52
|
-
"size-limit": "^10.0.1",
|
|
53
|
-
"typescript": "^5.2.2"
|
|
54
|
-
},
|
|
55
|
-
"dependencies": {
|
|
56
|
-
"@rollup/plugin-terser": "^0.4.4",
|
|
57
|
-
"react-window": "^1.8.11",
|
|
58
|
-
"tslib": "^2.6.2"
|
|
59
|
-
}
|
|
60
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "jattac.libs.web.responsive-table",
|
|
3
|
+
"version": "0.2.2",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"module": "dist/index.es.js",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"scripts": {
|
|
9
|
+
"build": "rollup -c",
|
|
10
|
+
"lint": "eslint './{src,app}/**/*.{ts,tsx}'",
|
|
11
|
+
"size": "size-limit",
|
|
12
|
+
"prepare": "npm run build"
|
|
13
|
+
},
|
|
14
|
+
"keywords": [
|
|
15
|
+
"react",
|
|
16
|
+
"typescript"
|
|
17
|
+
],
|
|
18
|
+
"author": "Nyingi Maina",
|
|
19
|
+
"license": "MIT",
|
|
20
|
+
"peerDependencies": {
|
|
21
|
+
"react": ">=18.2.0",
|
|
22
|
+
"react-dom": ">=18.2.0",
|
|
23
|
+
"typescript": ">=3.7.0"
|
|
24
|
+
},
|
|
25
|
+
"devDependencies": {
|
|
26
|
+
"@rollup/plugin-commonjs": "^25.0.7",
|
|
27
|
+
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
28
|
+
"@rollup/plugin-typescript": "^11.1.5",
|
|
29
|
+
"@size-limit/preset-small-lib": "^10.0.1",
|
|
30
|
+
"@testing-library/react": "^14.0.0",
|
|
31
|
+
"@types/react": "^18.2.33",
|
|
32
|
+
"@types/react-dom": "^18.2.14",
|
|
33
|
+
"@types/react-window": "^1.8.8",
|
|
34
|
+
"@typescript-eslint/eslint-plugin": "^6.9.1",
|
|
35
|
+
"@typescript-eslint/parser": "^6.9.1",
|
|
36
|
+
"eslint": "^8.52.0",
|
|
37
|
+
"eslint-config-prettier": "^9.0.0",
|
|
38
|
+
"eslint-plugin-prettier": "^5.0.1",
|
|
39
|
+
"eslint-plugin-react": "^7.33.2",
|
|
40
|
+
"identity-obj-proxy": "^3.0.0",
|
|
41
|
+
"npm": "^10.2.2",
|
|
42
|
+
"postcss": "^8.4.31",
|
|
43
|
+
"prettier": "^3.0.3",
|
|
44
|
+
"react": "^18.2.0",
|
|
45
|
+
"react-dom": "^18.2.0",
|
|
46
|
+
"rollup": "^4.2.0",
|
|
47
|
+
"rollup-plugin-copy": "^3.5.0",
|
|
48
|
+
"rollup-plugin-delete": "^2.0.0",
|
|
49
|
+
"rollup-plugin-generate-package-json": "^3.2.0",
|
|
50
|
+
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
51
|
+
"rollup-plugin-postcss": "^4.0.2",
|
|
52
|
+
"size-limit": "^10.0.1",
|
|
53
|
+
"typescript": "^5.2.2"
|
|
54
|
+
},
|
|
55
|
+
"dependencies": {
|
|
56
|
+
"@rollup/plugin-terser": "^0.4.4",
|
|
57
|
+
"react-window": "^1.8.11",
|
|
58
|
+
"tslib": "^2.6.2"
|
|
59
|
+
}
|
|
60
|
+
}
|