@tramvai/cli 2.118.1 → 2.119.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -95,7 +95,7 @@ IF you want to disable Modules for some files, for example with global styles, y
95
95
  {
96
96
  "postcss": {
97
97
  // CSS Modules processing will be skipped for *.global.css files
98
- "cssModulePattern": "/^(?!.global.css$).$/"
98
+ "cssModulePattern": "^(?!.*global\\.css$).*$"
99
99
  }
100
100
  }
101
101
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/cli",
3
- "version": "2.118.1",
3
+ "version": "2.119.2",
4
4
  "description": "Cli инструмент для сборки и запуска приложений",
5
5
  "files": [
6
6
  "src",
@@ -71,7 +71,7 @@
71
71
  "@tinkoff/utils": "^2.1.3",
72
72
  "@tinkoff/webpack-dedupe-plugin": "1.0.5",
73
73
  "@tramvai/build": "3.1.3",
74
- "@tramvai/react": "2.118.1",
74
+ "@tramvai/react": "2.119.2",
75
75
  "@tramvai/tools-check-versions": "0.4.14",
76
76
  "@tramvai/tools-migrate": "0.6.18",
77
77
  "ajv": "^6.12.6",