@intlayer/webpack 5.5.7 → 5.5.9

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/README.md +2 -2
  2. package/package.json +17 -17
package/README.md CHANGED
@@ -55,7 +55,7 @@ yarn add @intlayer/webpack
55
55
  ## Read about Intlayer
56
56
 
57
57
  - [Intlayer Website](https://intlayer.org)
58
- - [Intlayer Documentation](https://intlayer.org/docs)
58
+ - [Intlayer Documentation](https://intlayer.org/doc)
59
59
  - [Intlayer GitHub](https://github.com/aymericzip/intlayer)
60
60
 
61
- - [Ask your questions to our smart documentation](https://intlayer.org/docs/chat)
61
+ - [Ask your questions to our smart documentation](https://intlayer.org/docchat)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/webpack",
3
- "version": "5.5.7",
3
+ "version": "5.5.9",
4
4
  "private": false,
5
5
  "description": "Webpack plugin for seamless integration with Intlayer, enhancing JavaScript apps built with React, Next.js and more.",
6
6
  "keywords": [
@@ -59,33 +59,33 @@
59
59
  "dependencies": {
60
60
  "crypto-js": "^4.2.0",
61
61
  "fast-glob": "^3.3.3",
62
- "webpack": "^5.98.0",
62
+ "webpack": "^5.99.9",
63
63
  "webpack-dev-server": "^5.2.0",
64
- "@intlayer/config": "5.5.7",
65
- "@intlayer/chokidar": "5.5.7"
64
+ "@intlayer/chokidar": "5.5.9",
65
+ "@intlayer/config": "5.5.9"
66
66
  },
67
67
  "devDependencies": {
68
- "@changesets/cli": "2.28.1",
68
+ "@changesets/cli": "2.29.4",
69
69
  "@types/crypto-js": "^4.2.2",
70
- "@types/node": "^22.13.10",
71
- "@typescript-eslint/parser": "^8.27.0",
70
+ "@types/node": "^22.15.30",
71
+ "@typescript-eslint/parser": "^8.33.1",
72
72
  "concurrently": "^9.1.2",
73
- "eslint": "^9.22.0",
73
+ "eslint": "^9.28.0",
74
74
  "prettier": "^3.5.3",
75
75
  "rimraf": "^6.0.1",
76
- "tsc-alias": "^1.8.11",
77
- "tsup": "^8.4.0",
78
- "typescript": "^5.8.2",
76
+ "tsc-alias": "^1.8.16",
77
+ "tsup": "^8.5.0",
78
+ "typescript": "^5.8.3",
79
79
  "@utils/ts-config": "1.0.4",
80
+ "@utils/eslint-config": "1.0.4",
80
81
  "@utils/tsup-config": "1.0.4",
81
- "@utils/ts-config-types": "1.0.4",
82
- "@utils/eslint-config": "1.0.4"
82
+ "@utils/ts-config-types": "1.0.4"
83
83
  },
84
84
  "peerDependencies": {
85
- "webpack": "^5.96.1",
86
- "@intlayer/chokidar": "5.5.7",
87
- "@intlayer/config": "5.5.7",
88
- "@intlayer/api": "5.5.7"
85
+ "webpack": "^5.99.9",
86
+ "@intlayer/chokidar": "5.5.9",
87
+ "@intlayer/config": "5.5.9",
88
+ "@intlayer/api": "5.5.9"
89
89
  },
90
90
  "engines": {
91
91
  "node": ">=14.18"