mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Version bump prop-types and storybook (#4236)
This commit is contained in:
parent
d536aad63e
commit
fbfc77150f
3 changed files with 2213 additions and 2241 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -21,6 +21,7 @@ server/bindata/generated.go
|
|||
*.test
|
||||
*.log
|
||||
coverage.txt
|
||||
storybook-static
|
||||
|
||||
# typescript generated test files
|
||||
tmp/
|
||||
|
|
|
|||
10
package.json
10
package.json
|
|
@ -44,7 +44,7 @@
|
|||
"node-sass": "^7.0.0",
|
||||
"normalizr": "2.3.1",
|
||||
"postcss-loader": "^3.0.0",
|
||||
"prop-types": "^15.0.0",
|
||||
"prop-types": "^15.7.4",
|
||||
"proxy-middleware": "0.15.0",
|
||||
"rc-pagination": "1.16.3",
|
||||
"react": "^16.8.6",
|
||||
|
|
@ -149,10 +149,10 @@
|
|||
"@babel/preset-env": "^7.12.7",
|
||||
"@babel/preset-react": "^7.12.7",
|
||||
"@babel/preset-typescript": "^7.12.7",
|
||||
"@storybook/addon-actions": "^6.3.12",
|
||||
"@storybook/addon-essentials": "^6.3.12",
|
||||
"@storybook/addon-links": "^6.3.12",
|
||||
"@storybook/react": "^6.3.12",
|
||||
"@storybook/addon-actions": "^6.4.19",
|
||||
"@storybook/addon-essentials": "^6.4.19",
|
||||
"@storybook/addon-links": "^6.4.19",
|
||||
"@storybook/react": "^6.4.19",
|
||||
"@testing-library/cypress": "^7.0.4",
|
||||
"@testing-library/jest-dom": "^5.11.9",
|
||||
"@testing-library/react": "^11.2.5",
|
||||
|
|
|
|||
Loading…
Reference in a new issue