@navikt/aksel 7.0.0 → 7.1.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.
@@ -39,6 +39,7 @@ exports.check = check;
39
39
  const testUtils_1 = require("jscodeshift/dist/testUtils");
40
40
  const node_fs_1 = __importDefault(require("node:fs"));
41
41
  const node_path_1 = __importDefault(require("node:path"));
42
+ // eslint-disable-next-line import/default
42
43
  const prettier_1 = __importDefault(require("prettier"));
43
44
  const vitest_1 = require("vitest");
44
45
  function check(dirName, { fixture, migration, extension = "js", options = {} }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/aksel",
3
- "version": "7.0.0",
3
+ "version": "7.1.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,7 +29,7 @@
29
29
  },
30
30
  "homepage": "https://aksel.nav.no/grunnleggende/kode/kommandolinje",
31
31
  "dependencies": {
32
- "@navikt/ds-css": "7.0.0",
32
+ "@navikt/ds-css": "7.1.0",
33
33
  "axios": "1.7.4",
34
34
  "chalk": "4.1.0",
35
35
  "clipboardy": "^2.3.0",