vanilla-intlayer 8.6.6 → 8.6.8

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 (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vanilla-intlayer",
3
- "version": "8.6.6",
3
+ "version": "8.6.8",
4
4
  "private": false,
5
5
  "description": "Easily internationalize i18n your Vanilla JS, HTML, and PHP applications with type-safe multilingual content management.",
6
6
  "keywords": [
@@ -101,14 +101,14 @@
101
101
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
102
102
  },
103
103
  "dependencies": {
104
- "@intlayer/api": "8.6.6",
105
- "@intlayer/config": "8.6.6",
106
- "@intlayer/core": "8.6.6",
107
- "@intlayer/editor": "8.6.6",
108
- "@intlayer/types": "8.6.6"
104
+ "@intlayer/api": "8.6.8",
105
+ "@intlayer/config": "8.6.8",
106
+ "@intlayer/core": "8.6.8",
107
+ "@intlayer/editor": "8.6.8",
108
+ "@intlayer/types": "8.6.8"
109
109
  },
110
110
  "devDependencies": {
111
- "@types/node": "25.5.0",
111
+ "@types/node": "25.5.2",
112
112
  "@utils/ts-config": "1.0.4",
113
113
  "@utils/ts-config-types": "1.0.4",
114
114
  "@utils/tsdown-config": "1.0.4",
@@ -121,7 +121,7 @@
121
121
  "vitest": "4.1.2"
122
122
  },
123
123
  "peerDependencies": {
124
- "intlayer": "8.6.6"
124
+ "intlayer": "8.6.8"
125
125
  },
126
126
  "peerDependenciesMeta": {
127
127
  "intlayer": {