@sequencing/design-system 0.0.116 → 0.0.119

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,70 +1,70 @@
1
1
  {
2
- "name": "@sequencing/design-system",
3
- "version": "0.0.116",
4
- "description": "Sequencing Design System",
5
- "scripts": {
6
- "test": "echo \"Error: no test specified\"",
7
- "rollup": "node generate-docs && rollup -c",
8
- "watch": "rollup -c --watch"
9
- },
10
- "repository": {
11
- "type": "git",
12
- "url": "git+https://brunog_castro@bitbucket.org/sequencingdotcom/design-system.git"
13
- },
14
- "keywords": [
15
- "design-system",
16
- "sequencing"
17
- ],
18
- "author": "FE Team @ Sequencing.com",
19
- "license": "ISC",
20
- "bugs": {
21
- "url": "https://bitbucket.org/sequencingdotcom/design-system/issues"
22
- },
23
- "homepage": "https://bitbucket.org/sequencingdotcom/design-system#readme",
24
- "devDependencies": {
25
- "@rollup/plugin-commonjs": "^25.0.0",
26
- "@rollup/plugin-image": "^3.0.2",
27
- "@rollup/plugin-node-resolve": "^15.1.0",
28
- "@rollup/plugin-terser": "^0.4.3",
29
- "@rollup/plugin-typescript": "^11.1.1",
30
- "@rollup/plugin-url": "^8.0.1",
31
- "@types/css-modules": "^1.0.2",
32
- "@types/react": "^17.0.2",
33
- "@types/react-instantsearch-dom": "^6.12.3",
34
- "classnames": "^2.3.2",
35
- "fast-glob": "^3.2.12",
36
- "fs": "^0.0.1-security",
37
- "install-peers-cli": "^2.2.0",
38
- "node-sass": "^9.0.0",
39
- "path": "^0.12.7",
40
- "react-docgen-typescript": "^2.2.2",
41
- "rollup": "^3.23.0",
42
- "rollup-plugin-copy": "^3.4.0",
43
- "rollup-plugin-dts": "^5.3.0",
44
- "rollup-plugin-postcss": "^4.0.2",
45
- "rollup-plugin-scss": "^4.0.0",
46
- "sass": "^1.62.1",
47
- "tslib": "^2.5.3",
48
- "typescript": "^5.1.3",
49
- "typescript-plugin-css-modules": "^5.0.1",
50
- "util": "^0.12.5"
51
- },
52
- "peerDependencies": {
53
- "react": "^17.0.2",
54
- "react-dom": "^17.0.2"
55
- },
56
- "main": "dist/index.js",
57
- "module": "dist/esm/index.js",
58
- "files": [
59
- "dist"
60
- ],
61
- "types": "index",
62
- "dependencies": {
63
- "react-instantsearch-dom": "^6.40.0",
64
- "rollup-plugin-peer-deps-external": "^2.2.4"
65
- },
66
- "engines": {
67
- "node": "^20",
68
- "yarn": "^1.22"
69
- }
2
+ "name": "@sequencing/design-system",
3
+ "version": "0.0.119",
4
+ "description": "Sequencing Design System",
5
+ "scripts": {
6
+ "test": "echo \"Error: no test specified\"",
7
+ "rollup": "node generate-docs && rollup -c",
8
+ "watch": "rollup -c --watch"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://brunog_castro@bitbucket.org/sequencingdotcom/design-system.git"
13
+ },
14
+ "keywords": [
15
+ "design-system",
16
+ "sequencing"
17
+ ],
18
+ "author": "FE Team @ Sequencing.com",
19
+ "license": "ISC",
20
+ "bugs": {
21
+ "url": "https://bitbucket.org/sequencingdotcom/design-system/issues"
22
+ },
23
+ "homepage": "https://bitbucket.org/sequencingdotcom/design-system#readme",
24
+ "devDependencies": {
25
+ "@rollup/plugin-commonjs": "^25.0.0",
26
+ "@rollup/plugin-image": "^3.0.2",
27
+ "@rollup/plugin-node-resolve": "^15.1.0",
28
+ "@rollup/plugin-terser": "^0.4.3",
29
+ "@rollup/plugin-typescript": "^11.1.1",
30
+ "@rollup/plugin-url": "^8.0.1",
31
+ "@types/css-modules": "^1.0.2",
32
+ "@types/react": "^17.0.2",
33
+ "@types/react-instantsearch-dom": "^6.12.3",
34
+ "classnames": "^2.3.2",
35
+ "fast-glob": "^3.2.12",
36
+ "fs": "^0.0.1-security",
37
+ "install-peers-cli": "^2.2.0",
38
+ "node-sass": "^9.0.0",
39
+ "path": "^0.12.7",
40
+ "react-docgen-typescript": "^2.2.2",
41
+ "rollup": "^3.23.0",
42
+ "rollup-plugin-copy": "^3.4.0",
43
+ "rollup-plugin-dts": "^5.3.0",
44
+ "rollup-plugin-postcss": "^4.0.2",
45
+ "rollup-plugin-scss": "^4.0.0",
46
+ "sass": "^1.62.1",
47
+ "tslib": "^2.5.3",
48
+ "typescript": "^5.1.3",
49
+ "typescript-plugin-css-modules": "^5.0.1",
50
+ "util": "^0.12.5"
51
+ },
52
+ "peerDependencies": {
53
+ "react": "^17.0.2",
54
+ "react-dom": "^17.0.2"
55
+ },
56
+ "main": "dist/index.js",
57
+ "module": "dist/esm/index.js",
58
+ "files": [
59
+ "dist"
60
+ ],
61
+ "types": "index",
62
+ "dependencies": {
63
+ "react-instantsearch-dom": "^6.40.0",
64
+ "rollup-plugin-peer-deps-external": "^2.2.4"
65
+ },
66
+ "engines": {
67
+ "node": "^20",
68
+ "yarn": "^1.22"
69
+ }
70
70
  }