@aptre/common 0.20.2 → 0.21.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 (4) hide show
  1. package/go.mod +1 -1
  2. package/go.mod.tools +152 -140
  3. package/go.sum.tools +366 -353
  4. package/package.json +5 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aptre/common",
3
3
  "description": "Common project configuration files and dependencies.",
4
- "version": "0.20.2",
4
+ "version": "0.21.0",
5
5
  "license": "MIT",
6
6
  "author": {
7
7
  "name": "Aperture Robotics LLC.",
@@ -44,7 +44,7 @@
44
44
  "clean": "rimraf ./dist",
45
45
  "check": "npm run typecheck",
46
46
  "typecheck": "tsc --noEmit",
47
- "deps": "depcheck --ignores bufferutil,esbuild,starpc,rimraf,pre-commit",
47
+ "deps": "depcheck --ignores bufferutil,esbuild,starpc,rimraf",
48
48
  "codegen": "npm run gen",
49
49
  "ci": "npm run build && npm run lint:js && npm run lint:go",
50
50
  "format": "npm run format:go && npm run format:js && npm run format:config",
@@ -79,12 +79,12 @@
79
79
  "@aptre/protobuf-es-lite": "^0.4.7",
80
80
  "@typescript-eslint/eslint-plugin": "^8.18.0",
81
81
  "@typescript-eslint/parser": "^8.18.0",
82
- "eslint": "^9.16.0",
83
- "eslint-config-prettier": "^9.0.0",
82
+ "eslint": "^9.19.0",
83
+ "eslint-config-prettier": "^10.0.0",
84
84
  "eslint-plugin-react-hooks": "^5.1.0",
85
85
  "eslint-plugin-unused-imports": "^4.0.0",
86
86
  "starpc": "^0.36.0",
87
- "vitest": "^2.1.8"
87
+ "vitest": "^3.0.0"
88
88
  },
89
89
  "resolutions": {
90
90
  "@aptre/protobuf-es-lite": "0.4.8"