@form8ion/javascript 12.2.0 → 12.3.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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@form8ion/javascript",
3
3
  "description": "JavaScript language plugin for the @form8ion toolset",
4
4
  "license": "MIT",
5
- "version": "12.2.0",
5
+ "version": "12.3.0",
6
6
  "engines": {
7
7
  "node": "^18.17.0 || >=20.6.1"
8
8
  },
@@ -90,11 +90,11 @@
90
90
  "devDependencies": {
91
91
  "@babel/register": "7.23.7",
92
92
  "@cucumber/cucumber": "10.3.1",
93
- "@form8ion/babel-preset": "1.6.122",
94
- "@form8ion/commitlint-config": "1.0.70",
95
- "@form8ion/eslint-config": "7.0.8",
93
+ "@form8ion/babel-preset": "1.6.123",
94
+ "@form8ion/commitlint-config": "1.0.76",
95
+ "@form8ion/eslint-config": "7.0.9",
96
96
  "@form8ion/eslint-config-cucumber": "1.4.1",
97
- "@form8ion/eslint-config-mocha": "3.0.1",
97
+ "@form8ion/eslint-config-mocha": "3.0.3",
98
98
  "@form8ion/remark-lint-preset": "6.0.2",
99
99
  "@rollup/plugin-node-resolve": "15.2.3",
100
100
  "@travi/any": "3.1.0",
@@ -107,7 +107,7 @@
107
107
  "husky": "9.0.11",
108
108
  "jest-when": "3.6.0",
109
109
  "js-yaml": "4.1.0",
110
- "lockfile-lint": "4.13.1",
110
+ "lockfile-lint": "4.13.2",
111
111
  "ls-engines": "0.9.1",
112
112
  "mocha": "10.3.0",
113
113
  "mock-fs": "5.2.0",
@@ -121,6 +121,7 @@
121
121
  "rollup-plugin-auto-external": "2.0.0",
122
122
  "sinon": "17.0.1",
123
123
  "testdouble": "3.20.1",
124
- "vitest": "1.2.2"
125
- }
124
+ "vitest": "1.4.0"
125
+ },
126
+ "packageManager": "npm@10.5.0+sha256.17ca6e08e7633b624e8f870db81a78f46afe119de62bcaf0a7407574139198fc"
126
127
  }