@navikt/aksel 7.25.1 → 7.26.0

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.
@@ -74,7 +74,6 @@ function runCodeshift(input, options, program) {
74
74
  yield jscodeshift.run(codemodPath, filepaths, {
75
75
  babel: true,
76
76
  ignorePattern: ignoreNodeModules,
77
- extensions: "tsx,ts,jsx,js",
78
77
  parser: "tsx",
79
78
  verbose: 2,
80
79
  runInBand: true,
@@ -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.1",
3
+ "version": "7.26.0",
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.1",
33
- "@navikt/ds-tokens": "^7.25.1",
32
+ "@navikt/ds-css": "^7.26.0",
33
+ "@navikt/ds-tokens": "^7.26.0",
34
34
  "axios": "1.9.0",
35
35
  "chalk": "4.1.0",
36
36
  "cli-progress": "^3.12.0",