@kong/icons 1.8.15-pr.209.e3d6e20.0 → 1.8.15-pr.214.77974e9.0

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * This file was generated via the build script. Do not edit this file directly.
3
- * Generated on Wed, 24 Jan 2024 20:54:24 GMT
3
+ * Generated on Mon, 01 Apr 2024 18:05:19 GMT
4
4
  *
5
5
  * GitHub: https://github.com/Kong/icons
6
6
  * License: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * This file was generated via the build script. Do not edit this file directly.
3
- * Generated on Wed, 24 Jan 2024 20:54:24 GMT
3
+ * Generated on Mon, 01 Apr 2024 18:05:19 GMT
4
4
  *
5
5
  * GitHub: https://github.com/Kong/icons
6
6
  * License: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * This file was generated via the build script. Do not edit this file directly.
3
- * Generated on Wed, 24 Jan 2024 20:54:24 GMT
3
+ * Generated on Mon, 01 Apr 2024 18:05:19 GMT
4
4
  *
5
5
  * GitHub: https://github.com/Kong/icons
6
6
  * License: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * This file was generated via the build script. Do not edit this file directly.
3
- * Generated on Wed, 24 Jan 2024 20:54:24 GMT
3
+ * Generated on Mon, 01 Apr 2024 18:05:19 GMT
4
4
  *
5
5
  * GitHub: https://github.com/Kong/icons
6
6
  * License: Apache-2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong/icons",
3
- "version": "1.8.15-pr.209.e3d6e20.0",
3
+ "version": "1.8.15-pr.214.77974e9.0",
4
4
  "description": "Kong Icon Library",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -28,8 +28,8 @@
28
28
  "build": "yarn delete:generated && yarn stylelint && yarn lint && yarn build:components",
29
29
  "build:components": "yarn generate && yarn typecheck && vite build && rimraf ./dist/style.css && vue-tsc -p './tsconfig.build.json' --emitDeclarationOnly && tsc-alias -p './tsconfig.build.json'",
30
30
  "build:visualize": "yarn generate && cross-env BUILD_VISUALIZER=true vite build -m production",
31
- "generate": "yarn delete:generated && npx --yes tsx --tsconfig './scripts/tsconfig.json' './scripts/generate.ts' && yarn fix:generated",
32
- "update-component-list": "npx --yes tsx --tsconfig './scripts/tsconfig.json' './scripts/component-list.ts' && yarn fix:generated",
31
+ "generate": "yarn delete:generated && ts-node -P './scripts/tsconfig.json' './scripts/generate.ts' && yarn fix:generated",
32
+ "update-component-list": "ts-node -P './scripts/tsconfig.json' './scripts/component-list.ts' && yarn fix:generated",
33
33
  "delete:generated": "rimraf './src/components' && rimraf './dist'",
34
34
  "build:sandbox": "yarn generate && yarn typecheck && cross-env USE_SANDBOX=true vite build",
35
35
  "preview:sandbox": "cross-env USE_SANDBOX=true vite preview",
@@ -75,12 +75,12 @@
75
75
  "eslint-plugin-import": "^2.29.1",
76
76
  "eslint-plugin-n": "^16.6.2",
77
77
  "eslint-plugin-promise": "^6.1.1",
78
- "eslint-plugin-vue": "^9.20.1",
79
- "jsdom": "^23.2.0",
78
+ "eslint-plugin-vue": "^9.19.2",
79
+ "jsdom": "^23.0.1",
80
80
  "node-emoji": "^2.1.3",
81
81
  "picocolors": "^1.0.0",
82
82
  "postcss": "^8.4.33",
83
- "postcss-html": "^1.6.0",
83
+ "postcss-html": "^1.5.0",
84
84
  "rimraf": "^5.0.5",
85
85
  "rollup-plugin-visualizer": "^5.12.0",
86
86
  "sass": "^1.69.7",
@@ -90,10 +90,11 @@
90
90
  "stylelint-config-recommended-scss": "^14.0.0",
91
91
  "stylelint-config-recommended-vue": "^1.5.0",
92
92
  "stylelint-order": "^6.0.4",
93
+ "ts-node": "^10.9.2",
93
94
  "tsc-alias": "^1.8.8",
94
95
  "typescript": "^5.3.3",
95
96
  "vite": "^5.0.11",
96
- "vitest": "^1.2.0",
97
+ "vitest": "^1.1.3",
97
98
  "vue": "^3.4.13",
98
99
  "vue-router": "^4.2.5",
99
100
  "vue-tsc": "^1.8.27"
@@ -153,7 +154,7 @@
153
154
  "node": ">=18.17.0"
154
155
  },
155
156
  "volta": {
156
- "node": "20.11.0",
157
+ "node": "18.18.2",
157
158
  "yarn": "1.22.21"
158
159
  },
159
160
  "config": {