@natoora-libs/core 0.1.0 → 0.1.2-dev0.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natoora-libs/core",
3
- "version": "0.1.0",
3
+ "version": "0.1.2-dev0.1",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -37,7 +37,7 @@
37
37
  "storybook": "storybook dev -p 6006",
38
38
  "fix:all": "yarn format && yarn lint:fix",
39
39
  "format": "prettier --config ./.prettierrc --write \"./src/**/*.{js,ts,tsx}\"",
40
- "lint": "eslint --config ./.eslintrc.cjs \"./src/**/*.{js,ts,tsx}\"",
40
+ "lint": "eslint --config ./eslint.config.js \"./src/**/*.{js,ts,tsx}\"",
41
41
  "lint:fix": "yarn lint --fix",
42
42
  "test": "jest",
43
43
  "test:watch": "jest --watch",
@@ -81,37 +81,36 @@
81
81
  "@types/lodash": "^4.17.0",
82
82
  "@types/moment": "^2.13.0",
83
83
  "@types/node": "^24.0.12",
84
- "@types/react": "^19.0.0",
85
84
  "@types/react-dom": "^19.0.0",
86
85
  "@types/react-test-renderer": "^19.1.0",
86
+ "@types/react": "^19.0.0",
87
87
  "@types/redux": "^3.6.0",
88
88
  "@types/uuid": "^10.0.0",
89
- "@typescript-eslint/parser": "^7.6.0",
89
+ "@typescript-eslint/eslint-plugin": "^8.39.0",
90
+ "@typescript-eslint/parser": "^8.39.0",
90
91
  "babel-jest": "^30.0.4",
91
92
  "babel-plugin-named-exports-order": "^0.0.2",
92
- "eslint": "^7.32.0 || ^8.2.0",
93
- "eslint-config-airbnb": "^19.0.4",
94
- "eslint-config-prettier": "^8.8.0",
93
+ "eslint-config-prettier": "^10.1.8",
95
94
  "eslint-import-resolver-typescript": "^4.4.3",
95
+ "eslint-plugin-import-helpers": "^2.0.1",
96
96
  "eslint-plugin-import": "^2.27.5",
97
- "eslint-plugin-import-helpers": "^1.3.1",
98
- "eslint-plugin-jsx-a11y": "^6.5.1",
99
- "eslint-plugin-prettier": "^4.2.1",
97
+ "eslint-plugin-prettier": "^5.5.3",
98
+ "eslint-plugin-react-hooks": "^5.2.0",
100
99
  "eslint-plugin-react": "^7.28.0",
101
- "eslint-plugin-react-hooks": "^4.3.0",
102
- "eslint-plugin-storybook": "^9.0.16",
100
+ "eslint-plugin-storybook": "^9.1.1",
101
+ "eslint": "^9.32.0",
103
102
  "husky": "^9.1.7",
104
- "jest": "^30.0.4",
105
103
  "jest-environment-jsdom": "^30.0.4",
104
+ "jest": "^30.0.4",
106
105
  "lint-staged": "^16.1.2",
107
106
  "mdi-material-ui": "^7.9.3",
108
107
  "prettier": "^3.6.2",
109
- "react": "19.0.0",
110
108
  "react-dom": "19.0.0",
111
109
  "react-hook-form": "^7.12.2",
112
110
  "react-query": "^3.19.6",
113
111
  "react-router": "^7.6.3",
114
112
  "react-test-renderer": "^19.1.0",
113
+ "react": "19.0.0",
115
114
  "storybook": "^9.0.16",
116
115
  "ts-jest": "^29.4.0",
117
116
  "tsup": "8.3.0",
@@ -135,4 +134,4 @@
135
134
  "react-router": "^7.6.3",
136
135
  "yup": "^0.32.9"
137
136
  }
138
- }
137
+ }