b13-rocket 0.8.10 → 0.8.12

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/.nvmrc CHANGED
@@ -1 +1 @@
1
- v16.13.0
1
+ 24.16.0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "b13-rocket",
3
3
  "description": "FE CLI build tool",
4
- "version": "0.8.10",
4
+ "version": "0.8.12",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "node": ">=v16.13.0",
@@ -18,21 +18,21 @@
18
18
  },
19
19
  "main": "index.js",
20
20
  "dependencies": {
21
- "autoprefixer": "^10.4.20",
22
- "browserslist": "^4.24.2",
23
- "chalk": "^5.3.0",
24
- "cssnano": "^7.0.6",
21
+ "autoprefixer": "^10.4.27",
22
+ "browserslist": "^4.28.2",
23
+ "chalk": "^5.6.2",
24
+ "cssnano": "^7.1.4",
25
25
  "minimist": "^1.2.8",
26
- "postcss": "^8.4.49",
26
+ "postcss": "^8.5.8",
27
27
  "postcss-nested": "^7.0.2",
28
- "postcss-preset-env": "^10.1.1",
28
+ "postcss-preset-env": "^10.6.1",
29
29
  "postcss-sort-media-queries": "^5.2.0",
30
- "sass": "^1.75.0",
31
- "sharp": "^0.32.6",
32
- "svgo": "^3.2.0",
30
+ "sass": "^1.98.0",
31
+ "sharp": "latest",
32
+ "svgo": "^3.3.3",
33
33
  "tsconfig": "^7.0.0",
34
- "vite": "^5.4.11",
35
- "vite-plugin-image-optimizer": "^1.1.8",
34
+ "vite": "^5.4.21",
35
+ "vite-plugin-image-optimizer": "^1.1.9",
36
36
  "vite-plugin-require-support": "^1.6.1",
37
37
  "vite-svg-loader": "^4.0.0"
38
38
  },
@@ -28,7 +28,7 @@ export function createDefaultViteConfig({ sortMediaQueries = true, sassSilenceDe
28
28
  if (regex.test(assetInfo.originalFileName)) {
29
29
  return '[name][extname]';
30
30
  }
31
- return 'assets/[name].[hash][extname]';
31
+ return '[name].[hash][extname]';
32
32
  }),
33
33
  manualChunks: (chunkPath) => {
34
34
  const fileName = path.basename(chunkPath);