|
28 | 28 | "test:visual": "reg-suit -v run", |
29 | 29 | "type-check": "tsc --noEmit", |
30 | 30 | "type-check:watch": "npm run type-check -- --watch", |
31 | | - "format": "npm run lint:src -- --fix && npm run lint:stories -- --fix && npm run lint:test -- --fix", |
32 | | - "lint": "npm run lint:src && npm run lint:stories", |
| 31 | + "format": "run-p format:src format:stories", |
| 32 | + "format:src": "npm run lint:src -- --fix", |
| 33 | + "format:stories": "npm run lint:stories -- --fix", |
| 34 | + "lint": "run-p lint:src lint:stories", |
33 | 35 | "lint:src": "eslint --ext .ts,.tsx src/scripts/**", |
34 | 36 | "lint:stories": "eslint --ext .ts,.tsx stories/**", |
35 | 37 | "build": "run-p build:lib build:module build:types", |
|
59 | 61 | "svg4everybody": "^2.1.9" |
60 | 62 | }, |
61 | 63 | "devDependencies": { |
62 | | - "@babel/cli": "^7.17.6", |
63 | | - "@babel/core": "^7.17.9", |
64 | | - "@babel/plugin-transform-runtime": "^7.17.0", |
65 | | - "@babel/preset-env": "^7.16.11", |
66 | | - "@babel/preset-react": "^7.16.7", |
67 | | - "@babel/preset-typescript": "^7.16.7", |
| 64 | + "@babel/cli": "^7.23.0", |
| 65 | + "@babel/core": "^7.23.3", |
| 66 | + "@babel/plugin-transform-runtime": "^7.23.3", |
| 67 | + "@babel/preset-env": "^7.23.3", |
| 68 | + "@babel/preset-react": "^7.23.3", |
| 69 | + "@babel/preset-typescript": "^7.23.3", |
68 | 70 | "@salesforce-ux/design-system": "^2.12.2", |
69 | | - "@storybook/addon-actions": "^6.4.22", |
70 | | - "@storybook/addon-docs": "^6.4.22", |
| 71 | + "@storybook/addon-actions": "^6.5.16", |
| 72 | + "@storybook/addon-docs": "^6.5.16", |
71 | 73 | "@storybook/addon-knobs": "^6.4.0", |
72 | | - "@storybook/addon-storyshots": "^6.4.22", |
73 | | - "@storybook/react": "^6.4.22", |
74 | | - "@storybook/theming": "^6.4.22", |
| 74 | + "@storybook/addon-storyshots": "^6.5.16", |
| 75 | + "@storybook/react": "^6.5.16", |
| 76 | + "@storybook/theming": "^6.5.16", |
75 | 77 | "@types/classnames": "^2.2.7", |
76 | | - "@types/react": "^17", |
77 | | - "@types/react-dom": "^17", |
| 78 | + "@types/react": "^18.2.37", |
| 79 | + "@types/react-dom": "^18.2.15", |
78 | 80 | "@types/svg4everybody": "^2.1.1", |
79 | | - "@typescript-eslint/eslint-plugin": "^5.20.0", |
80 | | - "@typescript-eslint/parser": "^5.20.0", |
81 | | - "babel-loader": "^8.1.0", |
82 | | - "eslint": "^8.14.0", |
83 | | - "eslint-config-prettier": "^8.5.0", |
84 | | - "eslint-plugin-jsx-a11y": "^6.5.1", |
85 | | - "eslint-plugin-prettier": "^4.0.0", |
86 | | - "eslint-plugin-react": "^7.29.4", |
87 | | - "eslint-plugin-react-hooks": "^4.5.0", |
| 81 | + "@typescript-eslint/eslint-plugin": "^6.10.0", |
| 82 | + "@typescript-eslint/parser": "^6.10.0", |
| 83 | + "babel-loader": "^9.1.3", |
| 84 | + "eslint": "^8.53.0", |
| 85 | + "eslint-config-prettier": "^9.0.0", |
| 86 | + "eslint-plugin-jsx-a11y": "^6.8.0", |
| 87 | + "eslint-plugin-prettier": "^5.0.1", |
| 88 | + "eslint-plugin-react": "^7.33.2", |
| 89 | + "eslint-plugin-react-hooks": "^4.6.0", |
88 | 90 | "gh-pages": "^0.12.0", |
89 | 91 | "npm-run-all": "^4.0.1", |
90 | | - "prettier": "^2.6.2", |
91 | | - "react": "^17.0.2", |
92 | | - "react-dom": "^17.0.2", |
| 92 | + "prettier": "^3.0.3", |
| 93 | + "react": "^18.2.0", |
| 94 | + "react-docgen-typescript-plugin": "^1.0.5", |
| 95 | + "react-dom": "^18.2.0", |
93 | 96 | "reg-keygen-git-hash-plugin": "^0.11.1", |
94 | 97 | "reg-notify-github-plugin": "^0.11.1", |
95 | 98 | "reg-publish-s3-plugin": "^0.11.0", |
96 | 99 | "reg-suit": "^0.11.1", |
97 | 100 | "storycap": "^3.1.7", |
98 | | - "typescript": "^4.6.3" |
| 101 | + "typescript": "^5.2.2" |
99 | 102 | }, |
100 | 103 | "peerDependencies": { |
101 | | - "react": "^17.0.2", |
102 | | - "react-dom": "^17.0.2" |
| 104 | + "@types/react": "^17.0.0 || ^18.0.0", |
| 105 | + "react": "^17.0.0 || ^18.0.0", |
| 106 | + "react-dom": "^17.0.0 || ^18.0.0" |
103 | 107 | }, |
104 | 108 | "resolutions": { |
105 | | - "@types/react": "^16.8.12" |
| 109 | + "@types/react": "^18.2.37" |
106 | 110 | } |
107 | 111 | } |
0 commit comments