@zthun/janitor-build-config 19.5.1 → 19.5.3

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Janitor Build Config
2
2
 
3
- This is a set of common configurations for vite and vitest to simplify
4
- build configuration files.
3
+ This is a set of common configurations for vite and vitest to simplify build
4
+ configuration files.
5
5
 
6
6
  ## Getting Started
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zthun/janitor-build-config",
3
- "version": "19.5.1",
3
+ "version": "19.5.3",
4
4
  "description": "A shared configuration for builds that create websites, apis, and tests",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.mts",
@@ -31,16 +31,16 @@
31
31
  "dist"
32
32
  ],
33
33
  "dependencies": {
34
- "@swc/core": "^1.15.2",
35
- "@vitejs/plugin-react": "^5.1.1",
34
+ "@swc/core": "^1.15.4",
35
+ "@vitejs/plugin-react": "^5.1.2",
36
36
  "lodash-es": "^4.17.21",
37
- "typedoc": "^0.28.14",
38
- "unplugin-swc": "^1.5.8",
39
- "vite": "^7.2.2",
40
- "vite-plugin-checker": "^0.11.0",
37
+ "typedoc": "^0.28.15",
38
+ "unplugin-swc": "^1.5.9",
39
+ "vite": "^7.2.7",
40
+ "vite-plugin-checker": "^0.12.0",
41
41
  "vite-plugin-dts": "^4.5.4",
42
42
  "vite-tsconfig-paths": "^5.1.4",
43
- "vitest": "^4.0.10"
43
+ "vitest": "^4.0.15"
44
44
  },
45
45
  "devDependencies": {
46
46
  "typescript": "~5.9.3"
@@ -65,5 +65,5 @@
65
65
  "access": "public"
66
66
  },
67
67
  "author": "Anthony Bonta",
68
- "gitHead": "8b2a09566d2d71c762189c7e94dcb1b8500f1863"
68
+ "gitHead": "0346801ebb985f75ab3d5faeb8677e6c6a14d9b2"
69
69
  }