@bigbinary/neeto-tags-frontend 1.5.19 → 1.6.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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +12 -11
package/README.md CHANGED
@@ -9,6 +9,7 @@ The `neeto-tags-nano` manages tags across neeto applications. The nano exports t
9
9
  - [Usage](#usage)
10
10
  - [Frontend package](#frontend-package)
11
11
  - [Installation](#installation-1)
12
+ - [Instructions for development](#instructions-for-development)
12
13
  - [Components](#components)
13
14
  2. [Instructions for Publishing](#instructions-for-publishing)
14
15
 
@@ -62,6 +63,9 @@ The package also exports one hook: `refetchTags`.
62
63
  yarn add @bigbinary/neeto-tags-frontend
63
64
  ```
64
65
 
66
+ ### Instructions for development
67
+ Check the [Frontend package development guide](https://neeto-engineering.neetokb.com/p/a-d34cb4b0) for step-by-step instructions to develop the frontend package.
68
+
65
69
  ### Components
66
70
  #### `NeetoTags` ([source code](https://github.com/bigbinary/neeto-tags-nano/blob/e61f7bd2b9cab9fbf29fcfecf57e66131c86e6ef/app/javascript/src/index.jsx))
67
71
  This component provides a dashboard to manage tags for an application.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-tags-frontend",
3
- "version": "1.5.19",
3
+ "version": "1.6.0",
4
4
  "description": "A repo acts as the source of truth for the new nano's structure, configs, data etc.",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-tags-nano",
@@ -48,12 +48,12 @@
48
48
  "@babel/preset-typescript": "7.23.2",
49
49
  "@babel/runtime": "7.23.2",
50
50
  "@bigbinary/babel-preset-neeto": "1.0.6",
51
- "@bigbinary/eslint-plugin-neeto": "1.1.39",
52
- "@bigbinary/neeto-audit-frontend": "2.0.7",
53
- "@bigbinary/neeto-cist": "1.0.7",
54
- "@bigbinary/neeto-commons-frontend": "3.1.3",
55
- "@bigbinary/neeto-filters-frontend": "3.0.14",
56
- "@bigbinary/neeto-icons": "1.17.9",
51
+ "@bigbinary/eslint-plugin-neeto": "1.1.41",
52
+ "@bigbinary/neeto-audit-frontend": "2.0.9",
53
+ "@bigbinary/neeto-cist": "1.0.8",
54
+ "@bigbinary/neeto-commons-frontend": "3.1.10",
55
+ "@bigbinary/neeto-filters-frontend": "3.0.15",
56
+ "@bigbinary/neeto-icons": "1.17.11",
57
57
  "@bigbinary/neeto-molecules": "1.3.15",
58
58
  "@bigbinary/neetoui": "6.1.2",
59
59
  "@emotion/is-prop-valid": "1.2.0",
@@ -132,6 +132,7 @@
132
132
  "rollup": "2.79.1",
133
133
  "rollup-plugin-analyzer": "4.0.0",
134
134
  "rollup-plugin-cleaner": "1.0.0",
135
+ "rollup-plugin-copy": "^3.5.0",
135
136
  "rollup-plugin-peer-deps-external": "2.2.4",
136
137
  "rollup-plugin-styles": "4.0.0",
137
138
  "sass": "1.69.5",
@@ -140,7 +141,7 @@
140
141
  "stream-browserify": "3.0.0",
141
142
  "stream-http": "3.2.0",
142
143
  "style-loader": "3.3.3",
143
- "tailwindcss": "npm:@tailwindcss/postcss7-compat",
144
+ "tailwindcss": "3.4.1",
144
145
  "tty-browserify": "0.0.1",
145
146
  "url": "0.11.1",
146
147
  "util": "0.12.5",
@@ -153,10 +154,10 @@
153
154
  },
154
155
  "peerDependencies": {
155
156
  "@bigbinary/neeto-cist": "latest",
156
- "@bigbinary/neeto-commons-frontend": "3.1.3",
157
+ "@bigbinary/neeto-commons-frontend": "3.1.10",
157
158
  "@bigbinary/neeto-editor": "^1.26.3",
158
- "@bigbinary/neeto-filters-frontend": "3.0.14",
159
- "@bigbinary/neeto-icons": "1.17.9",
159
+ "@bigbinary/neeto-filters-frontend": "3.0.15",
160
+ "@bigbinary/neeto-icons": "1.17.11",
160
161
  "@bigbinary/neeto-molecules": "1.3.15",
161
162
  "@bigbinary/neetoui": "6.1.2",
162
163
  "@honeybadger-io/js": "^6.5.3",