@dword-design/eslint-config 5.0.3 → 5.0.4

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.
@@ -1,8 +1,4 @@
1
- import compact from "@dword-design/functions/dist/compact.js";
2
- import filter from "@dword-design/functions/dist/filter.js";
3
- import join from "@dword-design/functions/dist/join.js";
4
- import map from "@dword-design/functions/dist/map.js";
5
- import omit from "@dword-design/functions/dist/omit.js";
1
+ import { compact, filter, join, map, omit } from '@dword-design/functions';
6
2
  import confusingBrowserGlobals from 'confusing-browser-globals';
7
3
  import packageName from 'depcheck-package-name';
8
4
  import loadPkg from 'load-pkg';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/eslint-config",
3
- "version": "5.0.3",
3
+ "version": "5.0.4",
4
4
  "repository": "dword-design/eslint-config",
5
5
  "funding": "https://github.com/sponsors/dword-design",
6
6
  "license": "MIT",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@babel/eslint-parser": "^7.13.14",
25
- "@dword-design/babel-config": "^3.0.0",
25
+ "@dword-design/babel-config": "^4.0.0",
26
26
  "@dword-design/eslint-plugin-import-alias": "^4.0.8",
27
27
  "@dword-design/functions": "^5.0.22",
28
28
  "confusing-browser-globals": "^1.0.11",