react-scripts-intlayer 8.2.4 → 8.3.0-canary.1

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 +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-scripts-intlayer",
3
- "version": "8.2.4",
3
+ "version": "8.3.0-canary.1",
4
4
  "private": false,
5
5
  "description": "Integrate Intlayer with Create React App using custom React scripts for internationalization i18n and advanced Webpack configurations",
6
6
  "keywords": [
@@ -61,27 +61,27 @@
61
61
  "./package.json"
62
62
  ],
63
63
  "scripts": {
64
- "build": "tsdown --config tsdown.config.ts",
65
- "build:ci": "tsdown --config tsdown.config.ts",
66
- "clean": "rimraf ./dist .turbo",
67
- "dev": "tsdown --config tsdown.config.ts --watch",
68
- "format": "biome format . --check",
69
- "format:fix": "biome format --write .",
70
- "lint": "biome lint .",
71
- "lint:fix": "biome lint --write .",
64
+ "build": "bun --bun tsdown --config tsdown.config.ts",
65
+ "build:ci": "bun --bun tsdown --config tsdown.config.ts",
66
+ "clean": "bun --bun rimraf ./dist .turbo",
67
+ "dev": "bun --bun tsdown --config tsdown.config.ts --watch",
68
+ "format": "bun --bun biome format . --check",
69
+ "format:fix": "bun --bun biome format --write .",
70
+ "lint": "bun --bun biome lint .",
71
+ "lint:fix": "bun --bun biome lint --write .",
72
72
  "prepublish": "cp -f ../../README.md ./README.md",
73
73
  "publish": "bun publish || true",
74
74
  "publish:canary": "bun publish --access public --tag canary || true",
75
75
  "publish:latest": "bun publish --access public --tag latest || true",
76
- "test": "vitest run",
77
- "test:watch": "vitest",
76
+ "test": "bun --bun vitest run",
77
+ "test:watch": "bun --bun vitest",
78
78
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
79
79
  },
80
80
  "dependencies": {
81
81
  "@craco/craco": "7.1.0",
82
- "@intlayer/config": "8.2.3",
83
- "@intlayer/types": "8.2.3",
84
- "@intlayer/webpack": "8.2.3",
82
+ "@intlayer/config": "8.3.0-canary.1",
83
+ "@intlayer/types": "8.3.0-canary.1",
84
+ "@intlayer/webpack": "8.3.0-canary.1",
85
85
  "defu": "6.1.4",
86
86
  "node-loader": "2.1.0",
87
87
  "process": "0.11.10",
@@ -90,13 +90,13 @@
90
90
  "devDependencies": {
91
91
  "@craco/types": "7.1.0",
92
92
  "@types/cross-spawn": "6.0.6",
93
- "@types/node": "25.3.5",
93
+ "@types/node": "25.4.0",
94
94
  "@types/webpack": "5.28.5",
95
95
  "@utils/ts-config": "1.0.4",
96
96
  "@utils/ts-config-types": "1.0.4",
97
97
  "@utils/tsdown-config": "1.0.4",
98
98
  "rimraf": "6.1.3",
99
- "tsdown": "0.21.0",
99
+ "tsdown": "0.21.2",
100
100
  "typescript": "5.9.3",
101
101
  "vitest": "4.0.18"
102
102
  },