react-jsbarcode 0.2.3 → 0.2.4

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-jsbarcode",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "JSBarcode component for React",
5
5
  "homepage": "http://github.com/iamchathu/react-jsbarcode",
6
6
  "repository": {
@@ -33,26 +33,26 @@
33
33
  "@rollup/plugin-commonjs": "^21.0.0",
34
34
  "@rollup/plugin-node-resolve": "^13.0.5",
35
35
  "@rollup/plugin-typescript": "^8.2.5",
36
- "@types/react": "^17.0.27",
37
- "@typescript-eslint/eslint-plugin": "^4.33.0",
38
- "@typescript-eslint/parser": "^4.33.0",
39
- "eslint": "^7.32.0",
40
- "eslint-config-airbnb": "^18.2.1",
41
- "eslint-config-airbnb-typescript": "^14.0.0",
42
- "eslint-config-prettier": "^8.3.0",
43
- "eslint-plugin-import": "^2.24.2",
44
- "eslint-plugin-jsx-a11y": "^6.4.1",
45
- "eslint-plugin-react": "^7.26.1",
46
- "eslint-plugin-react-hooks": "^4.2.0",
36
+ "@types/react": "^17.0.39",
37
+ "@typescript-eslint/eslint-plugin": "^5.13.0",
38
+ "@typescript-eslint/parser": "^5.13.0",
39
+ "eslint": "^8.10.0",
40
+ "eslint-config-airbnb": "^19.0.4",
41
+ "eslint-config-airbnb-typescript": "^16.1.0",
42
+ "eslint-config-prettier": "^8.5.0",
43
+ "eslint-plugin-import": "^2.25.4",
44
+ "eslint-plugin-jsx-a11y": "^6.5.1",
45
+ "eslint-plugin-react": "^7.29.3",
46
+ "eslint-plugin-react-hooks": "^4.3.0",
47
47
  "husky": "^7.0.2",
48
48
  "install-peers-cli": "^2.2.0",
49
49
  "lint-staged": "^11.2.0",
50
- "prettier": "^2.4.1",
50
+ "prettier": "^2.5.1",
51
51
  "rimraf": "^3.0.2",
52
52
  "rollup": "^2.58.0",
53
53
  "rollup-plugin-peer-deps-external": "^2.2.4",
54
54
  "standard-version": "^9.3.1",
55
- "typescript": "^4.4.3"
55
+ "typescript": "^4.6.2"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "react": "^17.0.2"
package/CHANGELOG.md DELETED
@@ -1,54 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
-
5
- ### [0.2.3](https://github.com/iamchathu/react-jsbarcode/compare/v0.2.3-beta.0...v0.2.3) (2021-10-12)
6
-
7
- ### [0.2.3-beta.0](https://github.com/iamchathu/react-jsbarcode/compare/v0.2.2...v0.2.3-beta.0) (2021-10-12)
8
-
9
- ### [0.2.2](https://github.com/iamchathu/react-jsbarcode/compare/v0.2.1...v0.2.2) (2021-10-08)
10
-
11
- ### Features
12
-
13
- - add className and style support ([cd4d63a](https://github.com/iamchathu/react-jsbarcode/commit/cd4d63ac6a42ba2401f95898c548c318aed7dca3))
14
-
15
- ### [0.2.1](https://github.com/iamchathu/react-jsbarcode/compare/v0.2.0...v0.2.1) (2021-10-07)
16
-
17
- ### Bug Fixes
18
-
19
- - make options optional prop ([0bc6f4b](https://github.com/iamchathu/react-jsbarcode/commit/0bc6f4b3cb41efbc97f71495f2f9f8f40775353e))
20
-
21
- ## [0.2.0](https://github.com/iamchathu/react-jsbarcode/compare/v0.1.2...v0.2.0) (2021-10-07)
22
-
23
- ### ⚠ BREAKING CHANGES
24
-
25
- - move jsbarcode as dependacy rather than peer
26
-
27
- ### Features
28
-
29
- - move jsbarcode as dependacy rather than peer ([4730d31](https://github.com/iamchathu/react-jsbarcode/commit/4730d3167ae6c2fff2451b7083862069bbd674a6))
30
-
31
- ### [0.1.2](https://github.com/iamchathu/react-jsbarcode/compare/v0.1.1...v0.1.2) (2021-10-07)
32
-
33
- ### Bug Fixes
34
-
35
- - readme example and add more details ([73c68ca](https://github.com/iamchathu/react-jsbarcode/commit/73c68ca46dac183b53b02a581550feddc3995d9e))
36
-
37
- ### [0.1.1](https://github.com/iamchathu/react-jsbarcode/compare/v0.1.0...v0.1.1) (2021-10-07)
38
-
39
- ### Bug Fixes
40
-
41
- - readme react jsx formatting ([94a24bf](https://github.com/iamchathu/react-jsbarcode/commit/94a24bf833cd79e254806c7e46bae51ad94e8c0a))
42
-
43
- ## 0.1.0 (2021-10-07)
44
-
45
- ### ⚠ BREAKING CHANGES
46
-
47
- - rename data prop name to value
48
-
49
- ### Bug Fixes
50
-
51
- - formatting of readme ([10c6717](https://github.com/iamchathu/react-jsbarcode/commit/10c6717f3c88924dc723bcec181e9424928294ca))
52
- - readme with peer deps installation ([89c7d28](https://github.com/iamchathu/react-jsbarcode/commit/89c7d28ad9a83eb818540d5db1c13884ae55fd1c))
53
-
54
- - rename data prop name to value ([dcfe0df](https://github.com/iamchathu/react-jsbarcode/commit/dcfe0dff3e2ade242b5ce8ef2338cd8422ace03f))