chore: bump npm packages

This commit is contained in:
41666 2021-03-19 15:27:09 -04:00
parent 81b6de7f71
commit a983492154
5 changed files with 38 additions and 25 deletions

View file

@ -7,7 +7,7 @@
"start": "yarn workspace @roleypoly/worker-emulator start --basePath `pwd`"
},
"devDependencies": {
"@cloudflare/workers-types": "^2.1.0",
"@cloudflare/workers-types": "^2.2.1",
"@roleypoly/misc-utils": "*",
"@roleypoly/types": "*",
"@roleypoly/worker-emulator": "*",

View file

@ -30,12 +30,12 @@
"@storybook/react": "^6.1.21",
"@storybook/theming": "^6.1.21",
"@types/chroma-js": "^2.1.3",
"@types/node": "^14.14.34",
"@types/node": "^14.14.35",
"@types/react": "^17.0.3",
"@types/react-custom-scrollbars": "^4.0.7",
"@types/react-dom": "^17.0.2",
"@types/react-helmet": "^6.1.0",
"@types/styled-components": "^5.1.8",
"@types/styled-components": "^5.1.9",
"babel-loader": "8.1.0",
"babel-plugin-styled-components": "^1.12.0",
"tslint": "^6.1.3",

View file

@ -14,9 +14,9 @@
"@roleypoly/types": "*",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.8.3",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.34",
"@testing-library/user-event": "^13.0.6",
"@types/jest": "^26.0.21",
"@types/node": "^14.14.35",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"memoize-one": "^5.1.1",