svelte-meta-tags 2.3.1 → 2.3.4

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/CHANGELOG.md +18 -0
  2. package/package.json +10 -9
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## [2.3.3](https://github.com/oekazuma/svelte-meta-tags/compare/v2.3.2...v2.3.3) (2022-03-03)
2
+
3
+ ### Bug Fixes
4
+
5
+ - fix tsconfig.json ([bd54216](https://github.com/oekazuma/svelte-meta-tags/commit/bd542167bc0f377157d7337b9eb2e9b58d63a625))
6
+
7
+ ## [2.3.2](https://github.com/oekazuma/svelte-meta-tags/compare/v2.3.1...v2.3.2) (2022-02-28)
8
+
9
+ ### Bug Fixes
10
+
11
+ - **deps:** update dependency schema-dts to v1.1.0 ([d57c99d](https://github.com/oekazuma/svelte-meta-tags/commit/d57c99d89b5071e1e2045892ee2814a7105251ce))
12
+
13
+ ## [2.3.1](https://github.com/oekazuma/svelte-meta-tags/compare/v2.3.0...v2.3.1) (2022-02-25)
14
+
15
+ ### Bug Fixes
16
+
17
+ - fix lint error in `@typescript-eslint/no-empty-interface` ([6f41cc4](https://github.com/oekazuma/svelte-meta-tags/commit/6f41cc4e0d0022b1be6c778d4520bdd7b0188127))
18
+
1
19
  # [2.3.0](https://github.com/oekazuma/svelte-meta-tags/compare/v2.2.3...v2.3.0) (2022-01-28)
2
20
 
3
21
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-meta-tags",
3
- "version": "2.3.1",
3
+ "version": "2.3.4",
4
4
  "description": "Svelte Meta Tags is a plugin that makes managing your SEO easier in Svelte projects.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -18,19 +18,20 @@
18
18
  "url": "https://github.com/oekazuma/svelte-meta-tags"
19
19
  },
20
20
  "dependencies": {
21
- "schema-dts": "1.0.0"
21
+ "schema-dts": "1.1.0"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@commitlint/cli": "16.2.1",
25
25
  "@commitlint/config-conventional": "16.2.1",
26
26
  "@semantic-release/changelog": "6.0.1",
27
27
  "@semantic-release/git": "10.0.1",
28
- "@sveltejs/kit": "1.0.0-next.284",
29
- "@typescript-eslint/eslint-plugin": "5.12.1",
30
- "@typescript-eslint/parser": "5.12.1",
31
- "cypress": "9.5.0",
32
- "eslint": "8.9.0",
33
- "eslint-config-prettier": "8.4.0",
28
+ "@sveltejs/adapter-auto": "1.0.0-next.30",
29
+ "@sveltejs/kit": "1.0.0-next.291",
30
+ "@typescript-eslint/eslint-plugin": "5.13.0",
31
+ "@typescript-eslint/parser": "5.13.0",
32
+ "cypress": "9.5.1",
33
+ "eslint": "8.10.0",
34
+ "eslint-config-prettier": "8.5.0",
34
35
  "eslint-plugin-cypress": "2.12.1",
35
36
  "eslint-plugin-svelte3": "3.4.1",
36
37
  "husky": "7.0.4",
@@ -43,7 +44,7 @@
43
44
  "svelte-preprocess": "4.10.4",
44
45
  "svelte2tsx": "0.5.5",
45
46
  "tslib": "2.3.1",
46
- "typescript": "4.5.5"
47
+ "typescript": "~4.5.5"
47
48
  },
48
49
  "peerDependencies": {
49
50
  "svelte": "^3.39.0"