mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 10:19:10 +00:00
[npm]: bump versions
This commit is contained in:
parent
9de1b93a7f
commit
e4d5ab8d31
4 changed files with 15 additions and 14 deletions
|
@ -3,17 +3,17 @@
|
|||
"name": "@roleypoly/design",
|
||||
"version": "2.0.0",
|
||||
"dependencies": {
|
||||
"color": "^3.1.1",
|
||||
"color": "^3.1.2",
|
||||
"react": "^16.8.6",
|
||||
"react-dom": "^16.8.6",
|
||||
"styled-components": "^4.2.0"
|
||||
"styled-components": "^4.2.1"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"types": "./lib/index.d.ts",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.4.4",
|
||||
"@babel/core": "^7.4.5",
|
||||
"@babel/preset-typescript": "^7.3.3",
|
||||
"@storybook/addon-actions": "^5.0.11",
|
||||
"@storybook/addon-info": "^5.0.11",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"@types/color": "^3.0.0",
|
||||
"@types/enzyme-adapter-react-16": "^1.0.5",
|
||||
"@types/jest": "^24.0.13",
|
||||
"@types/node": "^12.0.2",
|
||||
"@types/node": "^12.0.4",
|
||||
"@types/react": "^16.8.19",
|
||||
"@types/react-dom": "^16.8.4",
|
||||
"@types/react-test-renderer": "^16.8.1",
|
||||
|
@ -34,7 +34,7 @@
|
|||
"@types/storybook__addon-links": "^3.3.4",
|
||||
"@types/storybook__addon-storyshots": "^4.0.0",
|
||||
"@types/storybook__react": "^4.0.1",
|
||||
"@types/styled-components": "4.1.8",
|
||||
"@types/styled-components": "^4.1.16",
|
||||
"awesome-typescript-loader": "^5.2.1",
|
||||
"babel-loader": "^8.0.6",
|
||||
"lint-staged": "^8.1.7",
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"koa-better-router": "^2.1.1",
|
||||
"koa-bodyparser": "^4.2.1",
|
||||
"koa-session": "^5.12.0",
|
||||
"kompression": "^1.0.0",
|
||||
"kompression": "richard-riverford/kompression#0d4480c",
|
||||
"ksuid": "^1.2.0",
|
||||
"lru-cache": "^5.1.1",
|
||||
"moniker": "^0.1.2",
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"dependencies": {
|
||||
"@roleypoly/rpc": "^2.0.0",
|
||||
"@roleypoly/design": "^2.0.0",
|
||||
"color": "^3.1.1",
|
||||
"color": "^3.1.2",
|
||||
"eventemitter3": "^3.1.2",
|
||||
"fast-redux": "^0.7.1",
|
||||
"immutable": "^4.0.0-rc.12",
|
||||
|
@ -32,8 +32,8 @@
|
|||
"@babel/plugin-transform-runtime": "^7.4.4",
|
||||
"@types/next": "^8.0.5",
|
||||
"babel-plugin-styled-components": "^1.10.0",
|
||||
"enzyme": "^3.9.0",
|
||||
"enzyme-adapter-react-16": "^1.13.2",
|
||||
"enzyme": "^3.10.0",
|
||||
"enzyme-adapter-react-16": "^1.14.0",
|
||||
"enzyme-to-json": "^3.3.5",
|
||||
"lint-staged": "^8.1.7",
|
||||
"react-test-renderer": "^16.8.6",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue