y-design-ssr 0.1.0 → 0.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "y-design-ssr",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "SSR component library of YUI with Vue3",
5
5
  "author": "yux-fe",
6
6
  "license": "MIT",
@@ -28,7 +28,7 @@
28
28
  "scripts": {
29
29
  "dev": "webpack serve --open --config config/webpack.dev.js",
30
30
  "vite-dev": "vite --config vite.dev.config.js",
31
- "build:docs": "webpack --config config/webpack.docs.js",
31
+ "build:docs": "node -v && webpack --config config/webpack.docs.js",
32
32
  "build:packages": "rm -rf libs && webpack --config config/webpack.libs.js",
33
33
  "vite-build:packages": "rm -rf vite-libs && vite build",
34
34
  "component:init": "node ./config/create/index.js",
@@ -91,11 +91,12 @@
91
91
  "lint-staged": "^9.5.0",
92
92
  "markdown-it": "^12.0.4",
93
93
  "mini-css-extract-plugin": "^2.4.4",
94
- "node-sass": "^5.0.0",
94
+ "node-sass": "^8.0.0",
95
95
  "postcss": "^8.2.7",
96
96
  "postcss-loader": "^5.1.0",
97
97
  "prettier": "^2.2.1",
98
- "sass-loader": "^11.0.1",
98
+ "sass": "^1.60.0",
99
+ "sass-loader": "^13.2.2",
99
100
  "strip-indent": "^3.0.0",
100
101
  "style-loader": "^2.0.0",
101
102
  "stylelint": "^13.12.0",