@techstuff-dev/foundation-api-utils 1.21.2 → 1.22.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.
Files changed (1) hide show
  1. package/package.json +12 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@techstuff-dev/foundation-api-utils",
3
- "version": "1.21.2",
3
+ "version": "1.22.0",
4
4
  "description": "Foundation shared applications utilities.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -54,7 +54,7 @@
54
54
  "rollup": "rollup -c rollup.config.js --bundleConfigAsCjs",
55
55
  "cp:defs": "cp lib/@types/*.d.ts dist/@types",
56
56
  "build": "yarn rollup",
57
- "lint:js": "eslint --ignore-path .gitignore --ignore-pattern '!**/.*' --ignore-pattern '*.test.js' src",
57
+ "lint:js": "./node_modules/.bin/eslint --ignore-pattern '!**/.*' --ignore-pattern '*.test.js' lib",
58
58
  "lint": "npm run lint:js",
59
59
  "lint:fix": "npm run lint:js -- --fix",
60
60
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -110,19 +110,21 @@
110
110
  "@babel/register": "^7.24.6",
111
111
  "@commitlint/cli": "^19.4.0",
112
112
  "@commitlint/config-conventional": "^19.2.2",
113
+ "@eslint/compat": "^1.1.1",
113
114
  "@rollup/plugin-babel": "^6.0.4",
114
115
  "@rollup/plugin-commonjs": "^25.0.8",
115
116
  "@rollup/plugin-node-resolve": "^15.2.3",
116
117
  "@rollup/plugin-typescript": "^11.1.6",
117
118
  "@semantic-release/git": "^10.0.1",
118
- "@types/node": "^20.14.15",
119
- "@types/react": "^18.3.3",
119
+ "@types/node": "^20.16.1",
120
+ "@types/react": "^18.3.4",
120
121
  "@types/react-redux": "^7.1.33",
121
122
  "@types/rollup-plugin-peer-deps-external": "^2.2.5",
122
- "@typescript-eslint/eslint-plugin": "^7.18.0",
123
+ "@typescript-eslint/eslint-plugin": "^8.2.0",
123
124
  "@typescript-eslint/parser": "^7.18.0",
124
125
  "del": "^6.1.1",
125
126
  "eslint": "^9.9.0",
127
+ "eslint-plugin-react": "^7.35.0",
126
128
  "prettier": "^3.3.3",
127
129
  "prettier-eslint": "^16.3.0",
128
130
  "prettier-stylelint": "^0.4.2",
@@ -131,14 +133,15 @@
131
133
  "reactotron-core-client": "2.9.3",
132
134
  "reactotron-react-native": "^5.1.7",
133
135
  "reactotron-redux": "^3.1.9",
134
- "rollup": "^4.20.0",
136
+ "rollup": "^4.21.0",
135
137
  "rollup-plugin-delete": "^2.0.0",
136
138
  "rollup-plugin-dts": "^6.1.1",
137
139
  "rollup-plugin-exclude-dependencies-from-bundle": "^1.1.23",
138
140
  "rollup-plugin-peer-deps-external": "^2.2.4",
139
- "semantic-release": "^23.1.1",
140
- "tslib": "^2.6.2",
141
- "typescript": "^5.5.4"
141
+ "semantic-release": "^24.1.0",
142
+ "tslib": "^2.6.3",
143
+ "typescript": "^5.5.4",
144
+ "typescript-eslint": "^8.2.0"
142
145
  },
143
146
  "packageManager": "yarn@4.4.0"
144
147
  }