gt-next 1.3.0 → 1.3.2

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 +2 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gt-next",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "description": "A Next.js library for automatic internationalization.",
5
5
  "main": "dist/index.server.js",
6
6
  "peerDependencies": {
@@ -26,18 +26,9 @@
26
26
  },
27
27
  "homepage": "https://github.com/general-translation/gt-next#readme",
28
28
  "devDependencies": {
29
- "@rollup/plugin-commonjs": "^28.0.1",
30
- "@rollup/plugin-node-resolve": "^15.3.0",
31
- "@rollup/plugin-terser": "^0.4.4",
32
- "@rollup/plugin-typescript": "^12.1.1",
33
29
  "@types/node": "^20.14.9",
34
30
  "@types/react": "^18.3.3",
35
31
  "@types/react-dom": "^18.3.0",
36
- "rollup": "^4.24.0",
37
- "rollup-plugin-dts": "^6.1.1",
38
- "rollup-plugin-peer-deps-external": "^2.2.4",
39
- "rollup-plugin-preserve-directives": "^0.4.0",
40
- "tslib": "^2.8.0",
41
32
  "typescript": "^5.5.2"
42
33
  },
43
34
  "exports": {
@@ -129,6 +120,6 @@
129
120
  "i18n"
130
121
  ],
131
122
  "dependencies": {
132
- "gt-react": "^5.3.0"
123
+ "gt-react": "^5.3.2"
133
124
  }
134
125
  }