@korioinc/next-core 2.0.47 → 2.0.48

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@korioinc/next-core",
3
- "version": "2.0.47",
3
+ "version": "2.0.48",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./ads": {
@@ -73,24 +73,24 @@
73
73
  ],
74
74
  "devDependencies": {
75
75
  "@headlessui/react": "^2.2.10",
76
- "@lingui/conf": "^6.3.0",
77
- "@lingui/core": "^6.3.0",
78
- "@lingui/react": "^6.3.0",
76
+ "@lingui/conf": "^6.4.0",
77
+ "@lingui/core": "^6.4.0",
78
+ "@lingui/react": "^6.4.0",
79
79
  "@tailwindcss/typography": "^0.5.20",
80
80
  "@types/negotiator": "^0.6.4",
81
- "@types/node": "^25.9.2",
81
+ "@types/node": "^26.0.0",
82
82
  "@types/react": "^19.2.17",
83
83
  "@types/react-dom": "^19.2.3",
84
- "eslint": "^10.4.1",
84
+ "eslint": "^10.5.0",
85
85
  "jsdom": "^29.1.1",
86
86
  "react": "^19.2.7",
87
87
  "react-dom": "^19.2.7",
88
- "tailwindcss": "^4.3.0",
88
+ "tailwindcss": "^4.3.1",
89
89
  "tsc-alias": "^1.8.17",
90
90
  "tw-animate-css": "^1.4.0",
91
91
  "typescript": "^6.0.3",
92
- "vitest": "^4.1.8",
93
- "@korioinc/next-configs": "2.0.47"
92
+ "vitest": "^4.1.9",
93
+ "@korioinc/next-configs": "2.0.48"
94
94
  },
95
95
  "dependencies": {
96
96
  "@floating-ui/react": "^0.27.19",
@@ -105,7 +105,7 @@
105
105
  "schema-dts": "^2.0.0",
106
106
  "tailwind-merge": "^3.6.0",
107
107
  "valtio": "^2.3.2",
108
- "@korioinc/next-conf": "2.0.47"
108
+ "@korioinc/next-conf": "2.0.48"
109
109
  },
110
110
  "publishConfig": {
111
111
  "access": "public",
@@ -119,12 +119,12 @@
119
119
  "author": "Korio Inc.",
120
120
  "peerDependencies": {
121
121
  "@headlessui/react": ">=2.2.0",
122
- "@lingui/core": ">=6.0.1",
123
- "@lingui/react": ">=6.0.1",
122
+ "@lingui/core": ">=6.4.0",
123
+ "@lingui/react": ">=6.4.0",
124
124
  "next": ">=16.2.6",
125
125
  "react": ">=19.2.4",
126
126
  "react-dom": ">=19.2.4",
127
- "tailwindcss": ">=4.0.0"
127
+ "tailwindcss": ">=4.3.1"
128
128
  },
129
129
  "scripts": {
130
130
  "build": "tsc -p tsconfig.json && tsc-alias -p tsconfig.json && cp -r src/styles dist/ && cp -r src/types dist/",