@yamato-daiwa/automation 0.2.0 → 0.3.0-alpha.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.
Files changed (3) hide show
  1. package/EntryPoint.js +1 -1
  2. package/README.md +3 -0
  3. package/package.json +11 -10
package/README.md CHANGED
@@ -140,6 +140,9 @@ npm i @yamato-daiwa/automation -D -E
140
140
 
141
141
  <dt>vue-style-loader</dt>
142
142
  <dd>Used to provide the dynamical loading of CSS written in Vue Single File Components to HTML document</dd>
143
+
144
+ <dt>vue-tcs</dt>
145
+ <dd>Used to provide the optimized type checking of Vue and also TypeScript files.</dd>
143
146
 
144
147
  <dt>webpack</dt>
145
148
  <dd>Used as basic tool for the ECMAScript logic processing</dd>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamato-daiwa/automation",
3
- "version": "0.2.0",
3
+ "version": "0.3.0-alpha.0",
4
4
  "description": "The project building tool with declarative YAML configuration specializing on Pug, Stylus and TypeScript as source code languages.",
5
5
  "keywords": [
6
6
  "build",
@@ -19,20 +19,20 @@
19
19
  "EntryPoint.js"
20
20
  ],
21
21
  "dependencies": {
22
- "@typescript-eslint/eslint-plugin": "5.52.0",
23
- "@typescript-eslint/parser": "5.52.0",
22
+ "@typescript-eslint/eslint-plugin": "5.57.0",
23
+ "@typescript-eslint/parser": "5.57.0",
24
24
  "@vue/compiler-sfc": "3.2.47",
25
- "@webdiscus/pug-loader": "2.10.2",
25
+ "@webdiscus/pug-loader": "2.10.4",
26
26
  "@yamato-daiwa/es-extensions": "1.6.2",
27
27
  "@yamato-daiwa/es-extensions-nodejs": "1.6.0-alpha.8",
28
- "@yamato-daiwa/style_guides": "0.0.44",
28
+ "@yamato-daiwa/style_guides": "0.0.47",
29
29
  "access-sniff": "3.2.0",
30
- "autoprefixer": "10.4.13",
30
+ "autoprefixer": "10.4.14",
31
31
  "browser-sync": "2.27.11",
32
32
  "cheerio": "1.0.0-rc.1",
33
33
  "css-loader": "6.7.3",
34
34
  "cssnano": "5.1.14",
35
- "eslint": "8.34.0",
35
+ "eslint": "8.37.0",
36
36
  "eslint-plugin-import": "2.27.5",
37
37
  "eslint-plugin-node": "11.1.0",
38
38
  "eslint-webpack-plugin": "4.0.0",
@@ -55,6 +55,7 @@
55
55
  "json5-loader": "4.0.1",
56
56
  "minimatch": "5.1.1",
57
57
  "node-notifier": "10.0.1",
58
+ "prettier": "2.8.7",
58
59
  "pug-lint": "2.6.0",
59
60
  "pug-plain-loader": "1.1.0",
60
61
  "rev-hash": "4.0.0",
@@ -67,7 +68,8 @@
67
68
  "vue": "3.2.47",
68
69
  "vue-loader": "17.0.1",
69
70
  "vue-style-loader": "4.1.3",
70
- "webpack": "5.75.0",
71
+ "vue-tsc": "1.2.0",
72
+ "webpack": "5.76.2",
71
73
  "webpack-node-externals": "3.0.0",
72
74
  "webpack-stream": "7.0.0",
73
75
  "worker-loader": "3.0.8",
@@ -94,9 +96,8 @@
94
96
  "@types/pug": "2.0.6",
95
97
  "@types/webpack-node-externals": "2.5.3",
96
98
  "@types/webpack-stream": "3.2.12",
97
- "prettier": "2.8.4",
98
99
  "ts-node": "10.9.1",
99
- "typescript": "4.9.5",
100
+ "typescript": "5.0.3",
100
101
  "webpack-cli": "5.0.1"
101
102
  },
102
103
  "scripts": {