@socialgouv/fiches-vdd-types 2.338.0 → 2.339.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.
@@ -13,7 +13,7 @@ jobs:
13
13
  - uses: actions/checkout@v2
14
14
 
15
15
  - name: Set up Node.js
16
- uses: actions/setup-node@v2
16
+ uses: actions/setup-node@v3
17
17
  with:
18
18
  node-version: "14"
19
19
  cache: yarn
@@ -12,7 +12,7 @@ jobs:
12
12
  - uses: actions/checkout@v2
13
13
 
14
14
  - name: Set up Node.js
15
- uses: actions/setup-node@v2
15
+ uses: actions/setup-node@v3
16
16
  with:
17
17
  node-version: "14"
18
18
  cache: yarn
@@ -45,7 +45,7 @@ jobs:
45
45
  }
46
46
  done
47
47
 
48
- - uses: EndBug/add-and-commit@v7
48
+ - uses: EndBug/add-and-commit@v8
49
49
  if: ${{ steps.metadata.outputs.data_status }}
50
50
  env:
51
51
  HUSKY: "0"
@@ -13,7 +13,7 @@ jobs:
13
13
  steps:
14
14
  - uses: actions/checkout@v2
15
15
  - name: Use Node.js 14.x
16
- uses: actions/setup-node@v2
16
+ uses: actions/setup-node@v3
17
17
  with:
18
18
  node-version: 14.x
19
19
  - run: yarn
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [2.339.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.338.0...v2.339.0) (2022-03-04)
2
+
3
+
4
+ ### Features
5
+
6
+ * **data:** 20220304_0417 update ([def8036](https://github.com/SocialGouv/fiches-vdd/commit/def803620ff90ea222e533e53cca14b6f749f992))
7
+
1
8
  # [2.338.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.337.0...v2.338.0) (2022-03-03)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@socialgouv/fiches-vdd-types",
3
3
  "description": "Fiches vos droits et démarches au format JSON",
4
- "version": "2.338.0",
4
+ "version": "2.339.0",
5
5
  "repository": "https://github.com/SocialGouv/fiches-vdd.git",
6
6
  "main": "index.js",
7
7
  "license": "MIT",
@@ -10,11 +10,11 @@
10
10
  "lint": "eslint *.js"
11
11
  },
12
12
  "devDependencies": {
13
- "@socialgouv/eslint-config-recommended": "1.99.1",
14
- "eslint": "7.32.0",
13
+ "@socialgouv/eslint-config-recommended": "1.106.0",
14
+ "eslint": "8.10.0",
15
15
  "jest": "^27.3.1",
16
- "prettier": "2.4.1",
17
- "semantic-release": "^18.0.1",
16
+ "prettier": "2.5.1",
17
+ "semantic-release": "^19.0.0",
18
18
  "typescript": "^4.5.4"
19
19
  },
20
20
  "engines": {