@navikt/aksel 7.25.1 → 7.25.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.
|
@@ -194,7 +194,6 @@ function runCodeshift(task, filepaths, options) {
|
|
|
194
194
|
yield jscodeshift.run(codemodPath, filepaths, {
|
|
195
195
|
babel: true,
|
|
196
196
|
ignorePattern: codeshift_utils_1.GLOB_IGNORE_PATTERNS,
|
|
197
|
-
extensions: "tsx,ts,jsx,js",
|
|
198
197
|
parser: "tsx",
|
|
199
198
|
verbose: 2,
|
|
200
199
|
runInBand: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/aksel",
|
|
3
|
-
"version": "7.25.
|
|
3
|
+
"version": "7.25.2",
|
|
4
4
|
"description": "Aksel command line interface. Handles css-imports, codemods and more",
|
|
5
5
|
"author": "Aksel | Nav designsystem team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
},
|
|
30
30
|
"homepage": "https://aksel.nav.no/grunnleggende/kode/kommandolinje",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@navikt/ds-css": "^7.25.
|
|
33
|
-
"@navikt/ds-tokens": "^7.25.
|
|
32
|
+
"@navikt/ds-css": "^7.25.2",
|
|
33
|
+
"@navikt/ds-tokens": "^7.25.2",
|
|
34
34
|
"axios": "1.9.0",
|
|
35
35
|
"chalk": "4.1.0",
|
|
36
36
|
"cli-progress": "^3.12.0",
|