* Update dependencies and configuration files - Upgrade Lucide React to version 0.475.0 - Update Markdoc to version 0.5.0 - Bump ESLint to version 9.20.0 - Update Tailwind CSS to version 4.0.5 - Add import-in-the-middle to Sentry package - Remove import-in-the-middle and require-in-the-middle from web app - Update browserslist configuration - Remove eslintConfig from web app package.json - Add ESLint configuration template for package generator
10 lines
315 B
Plaintext
10 lines
315 B
Plaintext
peer-legacy-deps=true
|
|
dedupe-peer-dependents=true
|
|
use-lockfile-v6=true
|
|
resolution-mode=highest
|
|
package-manager-strict=false
|
|
public-hoist-pattern[]=*i18next*
|
|
public-hoist-pattern[]=*eslint*
|
|
public-hoist-pattern[]=*prettier*
|
|
public-hoist-pattern[]=*require-in-the-middle*
|
|
public-hoist-pattern[]=*import-in-the-middle* |