@sprucelabs/spruce-core-schemas 40.1.54 → 40.1.55

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -9
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "40.1.54",
6
+ "version": "40.1.55",
7
7
  "files": [
8
8
  "build/**/*",
9
9
  "tsconfig.json"
@@ -51,9 +51,6 @@
51
51
  "rebuild": "yarn run clean.all && yarn install && yarn run build.dev",
52
52
  "release": "semantic-release",
53
53
  "update.dependencies": "yarn run clean.dependencies && yarn",
54
- "upgrade.packages": "yarn-upgrade-all && rm -f yarn.lock ; yarn ; yarn fix.lint ; true",
55
- "upgrade.packages.all": "yarn install && yarn upgrade.packages",
56
- "upgrade.packages.test": "yarn upgrade.packages.all && yarn lint && yarn build.dev && yarn test",
57
54
  "watch.build.dev": "tsc-watch --sourceMap --onCompilationComplete 'yarn run post.watch.build'",
58
55
  "lint.tsc": "tsc -p . --noEmit",
59
56
  "post.watch.build": "yarn run build.copy-files && yarn run build.resolve-paths",
@@ -70,22 +67,21 @@
70
67
  "@sprucelabs/jest-json-reporter": "^8.0.69",
71
68
  "@sprucelabs/resolve-path-aliases": "^2.0.45",
72
69
  "@sprucelabs/semantic-release": "^5.0.1",
73
- "@sprucelabs/test": "^9.0.30",
70
+ "@sprucelabs/test": "^9.0.32",
74
71
  "@sprucelabs/test-utils": "^5.1.2",
75
- "@types/node": "^20.14.7",
72
+ "@types/node": "^20.14.8",
76
73
  "chokidar-cli": "^3.0.0",
77
74
  "date-fns": "^3.6.0",
78
75
  "date-fns-tz": "^3.1.3",
79
76
  "eslint": "^9.5.0",
80
- "eslint-config-spruce": "^11.2.24",
77
+ "eslint-config-spruce": "^11.2.25",
81
78
  "jest": "^29.7.0",
82
79
  "jest-circus": "^29.7.0",
83
80
  "prettier": "^3.3.2",
84
81
  "ts-node": "^10.9.2",
85
82
  "tsc-watch": "^6.2.0",
86
83
  "tsconfig-paths": "^4.2.0",
87
- "typescript": "^5.5.2",
88
- "yarn-upgrade-all": "^0.7.2"
84
+ "typescript": "^5.5.2"
89
85
  },
90
86
  "jest": {
91
87
  "testRunner": "jest-circus/runner",