@konomi-app/k2 4.1.2 → 4.1.3

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.
Files changed (1) hide show
  1. package/package.json +1 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konomi-app/k2",
3
- "version": "4.1.2",
3
+ "version": "4.1.3",
4
4
  "description": "kintone sdk",
5
5
  "main": "./dist/index.js",
6
6
  "type": "module",
@@ -48,9 +48,6 @@
48
48
  "@eslint/js": {
49
49
  "optional": true
50
50
  },
51
- "cssnano": {
52
- "optional": true
53
- },
54
51
  "dotenv": {
55
52
  "optional": true
56
53
  },
@@ -60,21 +57,12 @@
60
57
  "eslint-plugin-react": {
61
58
  "optional": true
62
59
  },
63
- "glob": {
64
- "optional": true
65
- },
66
60
  "globals": {
67
61
  "optional": true
68
62
  },
69
- "html-minifier": {
70
- "optional": true
71
- },
72
63
  "postcss": {
73
64
  "optional": true
74
65
  },
75
- "remeda": {
76
- "optional": true
77
- },
78
66
  "tailwindcss": {
79
67
  "optional": true
80
68
  },