@enke.dev/lint 0.13.0 → 0.13.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.
Files changed (1) hide show
  1. package/package.json +12 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enke.dev/lint",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "Meta package to provide linting for web projects",
5
5
  "homepage": "https://github.com/enke-dev/lint",
6
6
  "repository": {
@@ -83,7 +83,13 @@
83
83
  "peerDependencies": {
84
84
  "@awmottaz/prettier-plugin-void-html": "^2.1.0",
85
85
  "eslint": "^10.7.0",
86
- "prettier": "^3.9.5"
86
+ "prettier": "^3.9.5",
87
+ "typescript": "6.0.3"
88
+ },
89
+ "peerDependenciesMeta": {
90
+ "typescript": {
91
+ "optional": true
92
+ }
87
93
  },
88
94
  "optionalDependencies": {
89
95
  "jiti": "^2.7.0",
@@ -91,7 +97,6 @@
91
97
  "stylelint-config-rational-order": "^0.1.2",
92
98
  "stylelint-config-standard-scss": "^17.0.0",
93
99
  "stylelint-order": "^8.1.1",
94
- "typescript": "^6.0.3",
95
100
  "typescript-eslint": "^8.63.0"
96
101
  },
97
102
  "dependencies": {
@@ -116,7 +121,7 @@
116
121
  "devDependencies": {
117
122
  "@awmottaz/prettier-plugin-void-html": "2.1.0",
118
123
  "@eslint/config-inspector": "3.0.4",
119
- "@types/node": "24.13.3",
124
+ "@types/node": "24",
120
125
  "eslint": "10.7.0",
121
126
  "jiti": "2.7.0",
122
127
  "npm-run-all2": "9.0.2",
@@ -127,5 +132,8 @@
127
132
  "stylelint-order": "8.1.1",
128
133
  "typescript": "6.0.3",
129
134
  "typescript-eslint": "8.63.0"
135
+ },
136
+ "allowScripts": {
137
+ "unrs-resolver@1.11.1": true
130
138
  }
131
139
  }