@archoleat/reglib 1.9.0 → 1.9.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 +25 -24
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@archoleat/reglib",
|
|
3
3
|
"description": "Library with ready-to-use regex",
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
7
|
-
"email": "
|
|
7
|
+
"email": "nikkeyl.me@gmail.com",
|
|
8
8
|
"name": "Archoleat",
|
|
9
9
|
"url": "https://github.com/archoleat"
|
|
10
10
|
},
|
|
@@ -51,40 +51,41 @@
|
|
|
51
51
|
"@archoleat/eslint-flat-compatibility": "^1.2.1",
|
|
52
52
|
"@archoleat/prettier-define-config": "^1.1.0",
|
|
53
53
|
"@archoleat/semantic-release-define-config": "^1.2.0",
|
|
54
|
-
"@commitlint/cli": "^19.
|
|
55
|
-
"@commitlint/config-conventional": "^19.
|
|
56
|
-
"@commitlint/types": "^19.
|
|
54
|
+
"@commitlint/cli": "^19.8.1",
|
|
55
|
+
"@commitlint/config-conventional": "^19.8.1",
|
|
56
|
+
"@commitlint/types": "^19.8.1",
|
|
57
57
|
"@rollup/plugin-alias": "^5.1.1",
|
|
58
|
-
"@rollup/plugin-typescript": "^12.1.
|
|
58
|
+
"@rollup/plugin-typescript": "^12.1.4",
|
|
59
59
|
"@semantic-release/changelog": "^6.0.3",
|
|
60
60
|
"@semantic-release/git": "^10.0.1",
|
|
61
|
-
"@types/bun": "^1.
|
|
61
|
+
"@types/bun": "^1.2.20",
|
|
62
62
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
63
63
|
"@typescript-eslint/parser": "^7.18.0",
|
|
64
|
-
"conventional-changelog-conventionalcommits": "^
|
|
65
|
-
"editorconfig-checker": "^6.0
|
|
64
|
+
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
65
|
+
"editorconfig-checker": "^6.1.0",
|
|
66
66
|
"eslint": "^8.57.1",
|
|
67
67
|
"eslint-config-airbnb": "^19.0.4",
|
|
68
68
|
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
69
|
-
"eslint-config-prettier": "^
|
|
69
|
+
"eslint-config-prettier": "^10.1.8",
|
|
70
70
|
"eslint-define-config": "^2.1.0",
|
|
71
|
-
"eslint-import-resolver-typescript": "^
|
|
72
|
-
"eslint-plugin-import": "^2.
|
|
71
|
+
"eslint-import-resolver-typescript": "^4.4.4",
|
|
72
|
+
"eslint-plugin-import": "^2.32.0",
|
|
73
73
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
74
|
-
"eslint-plugin-unicorn": "^
|
|
75
|
-
"git-pull-run": "^1.
|
|
76
|
-
"globals": "^
|
|
74
|
+
"eslint-plugin-unicorn": "^60.0.0",
|
|
75
|
+
"git-pull-run": "^1.6.2",
|
|
76
|
+
"globals": "^16.3.0",
|
|
77
77
|
"husky": "^9.1.7",
|
|
78
|
-
"lint-staged": "^
|
|
79
|
-
"prettier": "^3.
|
|
78
|
+
"lint-staged": "^16.1.5",
|
|
79
|
+
"prettier": "^3.6.2",
|
|
80
80
|
"remark": "15.0.1",
|
|
81
81
|
"remark-cli": "^12.0.1",
|
|
82
|
-
"remark-preset-lint-consistent": "^6.0.
|
|
83
|
-
"remark-preset-lint-markdown-style-guide": "^6.0.
|
|
84
|
-
"remark-preset-lint-recommended": "^7.0.
|
|
85
|
-
"rollup": "^4.
|
|
86
|
-
"rollup-plugin-dts": "^6.
|
|
87
|
-
"rollup-plugin-esbuild": "^6.
|
|
88
|
-
"semantic-release": "^24.2.
|
|
82
|
+
"remark-preset-lint-consistent": "^6.0.1",
|
|
83
|
+
"remark-preset-lint-markdown-style-guide": "^6.0.1",
|
|
84
|
+
"remark-preset-lint-recommended": "^7.0.1",
|
|
85
|
+
"rollup": "^4.46.2",
|
|
86
|
+
"rollup-plugin-dts": "^6.2.1",
|
|
87
|
+
"rollup-plugin-esbuild": "^6.2.1",
|
|
88
|
+
"semantic-release": "^24.2.7",
|
|
89
|
+
"tslib": "^2.8.1"
|
|
89
90
|
}
|
|
90
91
|
}
|