@seayoo-web/scripts 1.3.5 → 1.3.6

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 (2) hide show
  1. package/dist/index.js +0 -1
  2. package/package.json +1 -2
package/dist/index.js CHANGED
@@ -268,7 +268,6 @@ const importEslintConfig = [
268
268
  flatConfigs.recommended,
269
269
  {
270
270
  rules: {
271
- "import/no-deprecated": "error",
272
271
  "import/no-unresolved": "off",
273
272
  "import/named": "off",
274
273
  "import/namespace": "off",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seayoo-web/scripts",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "description": "scripts for seayoo web monorepos",
5
5
  "type": "module",
6
6
  "source": "index.ts",
@@ -60,7 +60,6 @@
60
60
  "stylelint": "^16.15.0",
61
61
  "stylelint-config-recess-order": "^6.0.0",
62
62
  "stylelint-config-standard": "^37.0.0",
63
- "vite": "^6.2.1",
64
63
  "@seayoo-web/tsconfig": "^1.0.3"
65
64
  },
66
65
  "peerDependencies": {