@versini/dev-dependencies-client 1.0.2 → 1.1.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.
- package/CHANGELOG.md +19 -0
- package/package.json +30 -19
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.1.0](https://github.com/aversini/dev-dependencies/compare/dev-dependencies-client-v1.0.3...dev-dependencies-client-v1.1.0) (2023-11-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* adding npm-run-all and tsup ([908aedb](https://github.com/aversini/dev-dependencies/commit/908aedbb322f9b75173449d011d522c47683f41b))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* bump non-breaking dependencies ([59bc4fd](https://github.com/aversini/dev-dependencies/commit/59bc4fd7506540f6933d88c6ccff4548378e35c1))
|
|
14
|
+
|
|
15
|
+
## [1.0.3](https://github.com/aversini/dev-dependencies/compare/dev-dependencies-client-v1.0.2...dev-dependencies-client-v1.0.3) (2023-11-03)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* update client dependencies to latest ([00375c0](https://github.com/aversini/dev-dependencies/commit/00375c02baca09f732fde08aea9a8257b40d4fa8))
|
|
21
|
+
|
|
3
22
|
## [1.0.2](https://github.com/aversini/dev-dependencies/compare/dev-dependencies-client-v1.0.1...dev-dependencies-client-v1.0.2) (2023-10-25)
|
|
4
23
|
|
|
5
24
|
|
package/package.json
CHANGED
|
@@ -1,51 +1,62 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/dev-dependencies-client",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
8
8
|
},
|
|
9
|
+
"devDependencies": {
|
|
10
|
+
"react": ">=18.0.0",
|
|
11
|
+
"react-dom": ">=18.0.0"
|
|
12
|
+
},
|
|
9
13
|
"dependencies": {
|
|
14
|
+
"@testing-library/dom": "9.3.3",
|
|
10
15
|
"@testing-library/jest-dom": "6.1.4",
|
|
11
|
-
"@testing-library/react": "14.
|
|
16
|
+
"@testing-library/react": "14.1.0",
|
|
12
17
|
"@testing-library/user-event": "14.5.1",
|
|
13
|
-
"@types/fs-extra": "11.0.
|
|
14
|
-
"@types/node": "20.
|
|
15
|
-
"@types/node-notifier": "8.0.
|
|
16
|
-
"@types/react": "18.2.
|
|
17
|
-
"@types/react-dom": "18.2.
|
|
18
|
-
"@types/uuid": "9.0.
|
|
19
|
-
"@typescript-eslint/eslint-plugin": "6.
|
|
20
|
-
"@typescript-eslint/parser": "6.
|
|
21
|
-
"@vitejs/plugin-react-swc": "3.4.
|
|
18
|
+
"@types/fs-extra": "11.0.4",
|
|
19
|
+
"@types/node": "20.9.0",
|
|
20
|
+
"@types/node-notifier": "8.0.5",
|
|
21
|
+
"@types/react": "18.2.37",
|
|
22
|
+
"@types/react-dom": "18.2.15",
|
|
23
|
+
"@types/uuid": "9.0.7",
|
|
24
|
+
"@typescript-eslint/eslint-plugin": "6.10.0",
|
|
25
|
+
"@typescript-eslint/parser": "6.10.0",
|
|
26
|
+
"@vitejs/plugin-react-swc": "3.4.1",
|
|
22
27
|
"@vitest/coverage-v8": "0.34.6",
|
|
23
28
|
"@vitest/ui": "0.34.6",
|
|
29
|
+
"autoprefixer": "10.4.16",
|
|
24
30
|
"barrelsby": "2.8.1",
|
|
25
31
|
"bundlemon": "2.0.2",
|
|
26
32
|
"chokidar": "3.5.3",
|
|
27
33
|
"cross-env": "7.0.3",
|
|
28
34
|
"dotenv": "16.3.1",
|
|
29
|
-
"eslint": "8.
|
|
35
|
+
"eslint": "8.53.0",
|
|
30
36
|
"eslint-config-prettier": "9.0.0",
|
|
31
37
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
32
|
-
"eslint-plugin-react-refresh": "0.4.
|
|
38
|
+
"eslint-plugin-react-refresh": "0.4.4",
|
|
33
39
|
"eslint-plugin-simple-import-sort": "10.0.0",
|
|
34
40
|
"eslint-plugin-sort-keys-fix": "1.1.2",
|
|
35
|
-
"eslint-plugin-unicorn": "
|
|
36
|
-
"happy-dom": "12.
|
|
41
|
+
"eslint-plugin-unicorn": "49.0.0",
|
|
42
|
+
"happy-dom": "12.10.3",
|
|
37
43
|
"husky": "8.0.3",
|
|
38
44
|
"jsdom": "22.1.0",
|
|
39
|
-
"lerna": "7.4.
|
|
45
|
+
"lerna": "7.4.2",
|
|
40
46
|
"lint-staged": "15.0.2",
|
|
41
47
|
"nodemon": "3.0.1",
|
|
48
|
+
"npm-run-all": "4.1.5",
|
|
49
|
+
"postcss": "8.4.31",
|
|
42
50
|
"prettier": "3.0.3",
|
|
43
|
-
"prettier-plugin-tailwindcss": "0.5.
|
|
51
|
+
"prettier-plugin-tailwindcss": "0.5.7",
|
|
44
52
|
"rimraf": "5.0.5",
|
|
45
|
-
"tailwindcss": "3.3.
|
|
53
|
+
"tailwindcss": "3.3.5",
|
|
54
|
+
"tsup": "7.2.0",
|
|
46
55
|
"typescript": "5.2.2",
|
|
47
56
|
"vite": "4.5.0",
|
|
57
|
+
"vite-plugin-dts": "3.6.3",
|
|
58
|
+
"vite-plugin-lib-inject-css": "1.3.0",
|
|
48
59
|
"vitest": "0.34.6"
|
|
49
60
|
},
|
|
50
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "ecea74f56f9a0e07e42d39a7635ce8fd0e66d192"
|
|
51
62
|
}
|