@citruslime/create-boilerplate 1.0.0-beta.4 → 1.0.0-beta.8

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.
@@ -10,44 +10,46 @@
10
10
  "prepare": "cd .. && husky install"
11
11
  },
12
12
  "dependencies": {
13
- "@citruslime/ui": "^1.2.0",
14
- "@harlem/core": "^2.0.0",
15
- "@harlem/extension-storage": "^2.0.0",
16
- "@harlem/plugin-devtools": "^2.0.0",
17
- "@vueuse/core": "^6.3.3",
18
- "vue": "^3.2.11",
19
- "vue-i18n": "^9.1.8",
13
+ "@citruslime/ui": "^2.0.0-beta.10",
14
+ "@harlem/core": "^2.2.0",
15
+ "@harlem/extension-storage": "^2.2.0",
16
+ "@harlem/plugin-devtools": "^2.2.0",
17
+ "@vueuse/core": "^6.9.0",
18
+ "flatpickr": "^4.6.9",
19
+ "vue": "^3.2.19",
20
+ "vue-i18n": "^9.1.9",
20
21
  "vue-router": "^4.0.11"
21
22
  },
22
23
  "devDependencies": {
23
- "@iconify/vue": "^3.0.0",
24
+ "@iconify/vue": "^3.1.0",
24
25
  "@tailwindcss/forms": "^0.3.4",
25
- "@types/node": "^16.10.2",
26
- "@typescript-eslint/eslint-plugin": "^4.33.0",
27
- "@typescript-eslint/parser": "^4.33.0",
28
- "@vitejs/plugin-vue": "^1.9.0",
29
- "@vue/compiler-sfc": "^3.2.14",
30
- "@vue/eslint-config-typescript": "^7.0.0",
31
- "autoprefixer": "^10.3.7",
32
- "eslint": "^7.32.0",
33
- "eslint-plugin-import": "^2.24.2",
34
- "eslint-plugin-jsdoc": "^36.1.0",
35
- "eslint-plugin-vue": "^7.19.0",
26
+ "@types/node": "^16.11.7",
27
+ "@typescript-eslint/eslint-plugin": "^5.3.1",
28
+ "@typescript-eslint/parser": "^5.3.1",
29
+ "@vitejs/plugin-vue": "^1.9.4",
30
+ "@vue/compiler-sfc": "^3.2.22",
31
+ "@vue/eslint-config-typescript": "^9.0.1",
32
+ "autoprefixer": "^10.4.0",
33
+ "eslint": "^8.2.0",
34
+ "eslint-plugin-import": "^2.25.3",
35
+ "eslint-plugin-jsdoc": "^37.0.3",
36
+ "eslint-plugin-vue": "^8.0.3",
36
37
  "husky": "^7.0.2",
37
- "lint-staged": "^11.2.0",
38
+ "lint-staged": "^12.0.2",
38
39
  "postcss": "^8.3.9",
39
- "stylelint": "^13.13.1",
40
+ "postcss-html": "^1.2.0",
41
+ "stylelint": "^14.1.0",
40
42
  "stylelint-config-idiomatic-order": "^8.1.0",
41
- "stylelint-config-standard": "^22.0.0",
43
+ "stylelint-config-recommended-vue": "^1.0.0",
44
+ "stylelint-config-standard": "^24.0.0",
42
45
  "stylelint-group-selectors": "^1.0.8",
43
- "stylelint-high-performance-animation": "^1.5.2",
44
- "stylelint-order": "^4.1.0",
45
- "tailwindcss": "^2.2.14",
46
- "typescript": "^4.4.3",
47
- "unplugin-vue-components": "^0.15.1",
48
- "vite": "^2.6.2",
49
- "vite-plugin-mkcert": "^1.5.1",
50
- "vite-plugin-pages": "^0.18.0",
51
- "vue-tsc": "^0.3.0"
46
+ "stylelint-order": "^5.0.0",
47
+ "tailwindcss": "^2.2.19",
48
+ "typescript": "^4.4.4",
49
+ "unplugin-vue-components": "^0.17.2",
50
+ "vite": "^2.6.14",
51
+ "vite-plugin-mkcert": "^1.5.2",
52
+ "vite-plugin-pages": "^0.18.2",
53
+ "vue-tsc": "^0.29.5"
52
54
  }
53
55
  }
@@ -37,7 +37,7 @@ export default defineConfig({
37
37
  resolve: {
38
38
  alias: {
39
39
  '@': path.resolve(__dirname, 'src'),
40
- 'vue-i18n': 'vue-i18n/dist/vue-i18n.runtime.esm-bundler.js'
40
+ 'vue-i18n': 'vue-i18n/dist/vue-i18n.esm-bundler.js'
41
41
  }
42
42
  },
43
43
  server: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citruslime/create-boilerplate",
3
- "version": "1.0.0-beta.4",
3
+ "version": "1.0.0-beta.8",
4
4
  "author": {
5
5
  "name": "Citrus-Lime Ltd",
6
6
  "url": "https://citruslime.com"
@@ -26,9 +26,9 @@
26
26
  "node": ">=12.0.0"
27
27
  },
28
28
  "dependencies": {
29
- "core-js": "3.18.1",
29
+ "core-js": "3.19.1",
30
30
  "kolorist": "^1.5.0",
31
31
  "minimist": "^1.2.5",
32
- "prompts": "^2.4.1"
32
+ "prompts": "^2.4.2"
33
33
  }
34
34
  }