@atom-learning/components 6.4.1 → 6.4.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.
- package/dist/components/checkbox-group/context/CheckboxGroupChecked.context.js.map +1 -1
- package/dist/components/checkbox-group/context/CheckboxGroupMounted.context.js.map +1 -1
- package/dist/components/data-table/DataTableContext.js +1 -1
- package/dist/components/data-table/DataTableContext.js.map +1 -1
- package/dist/components/data-table/DataTableRow.js +1 -1
- package/dist/components/data-table/DataTableRow.js.map +1 -1
- package/dist/components/dialog/Dialog.js.map +1 -1
- package/dist/components/radio-button-field/RadioButtonField.js +1 -1
- package/dist/components/radio-button-field/RadioButtonField.js.map +1 -1
- package/dist/components/tabs/Tabs.js.map +1 -1
- package/dist/components/toast/ToastCloseButton.js +1 -1
- package/dist/components/toast/ToastCloseButton.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/package.json +4 -14
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"main": "dist/index.cjs.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
|
-
"version": "6.4.
|
|
7
|
+
"version": "6.4.2",
|
|
8
8
|
"description": "",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist",
|
|
@@ -44,13 +44,13 @@
|
|
|
44
44
|
"prepublishOnly": "run-s clean build:responsive-variant-classes build:lib build:types build:proptypes",
|
|
45
45
|
"clean": "del ./dist/",
|
|
46
46
|
"format": "oxfmt 'src/**/*.{js,ts,tsx}' --write",
|
|
47
|
-
"lint": "
|
|
47
|
+
"lint": "oxlint --fix src/",
|
|
48
48
|
"test": "vitest run",
|
|
49
49
|
"test:watch": "vitest",
|
|
50
50
|
"test:ci": "vitest run --reporter=verbose",
|
|
51
51
|
"test:coverage": "vitest run --coverage",
|
|
52
52
|
"validate": "run-p 'validate:**'",
|
|
53
|
-
"validate:linting": "
|
|
53
|
+
"validate:linting": "oxlint src/ --quiet",
|
|
54
54
|
"validate:size": "yarn build:lib && size-limit",
|
|
55
55
|
"validate:types": "tsc --noEmit",
|
|
56
56
|
"precommit": "lint-staged"
|
|
@@ -99,12 +99,9 @@
|
|
|
99
99
|
"@types/prop-types": "^15",
|
|
100
100
|
"@types/react": "17.0.80",
|
|
101
101
|
"@types/react-dom": "^17.0.11",
|
|
102
|
-
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
103
|
-
"@typescript-eslint/parser": "^5.62.0",
|
|
104
102
|
"@vitejs/plugin-react": "^5.1.4",
|
|
105
103
|
"@vitest/browser-playwright": "^4.0.18",
|
|
106
104
|
"@vitest/coverage-v8": "^4.0.18",
|
|
107
|
-
"@vitest/eslint-plugin": "^1.6.9",
|
|
108
105
|
"@vitest/ui": "^4.0.18",
|
|
109
106
|
"alias-hq": "^5.3.0",
|
|
110
107
|
"axe-core": "^4.11.1",
|
|
@@ -112,18 +109,11 @@
|
|
|
112
109
|
"chokidar": "^3.5.1",
|
|
113
110
|
"del-cli": "^3.0.1",
|
|
114
111
|
"esbuild": "^0.25.12",
|
|
115
|
-
"eslint": "^8.57.0",
|
|
116
|
-
"eslint-config-prettier": "^7.2.0",
|
|
117
|
-
"eslint-import-resolver-typescript": "^2.3.0",
|
|
118
|
-
"eslint-plugin-import": "^2.22.1",
|
|
119
|
-
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
120
|
-
"eslint-plugin-react": "^7.22.0",
|
|
121
|
-
"eslint-plugin-react-hooks": "^4.2.0",
|
|
122
|
-
"eslint-plugin-simple-import-sort": "^7.0.0",
|
|
123
112
|
"husky": "^4.3.8",
|
|
124
113
|
"lint-staged": "^10.5.3",
|
|
125
114
|
"npm-run-all": "^4.1.5",
|
|
126
115
|
"oxfmt": "^0.39.0",
|
|
116
|
+
"oxlint": "^1.55.0",
|
|
127
117
|
"playwright": "^1.58.2",
|
|
128
118
|
"pretty-format": "^30.2.0",
|
|
129
119
|
"prompts": "^2.4.0",
|