mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
chore: bump packages, remove unused webpack plugin
This commit is contained in:
parent
069930a55e
commit
da6037cf6d
3 changed files with 247 additions and 508 deletions
|
@ -13,7 +13,6 @@
|
|||
"@roleypoly/worker-emulator": "*",
|
||||
"ksuid": "^2.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
"ts-loader": "^8.0.18",
|
||||
"tsconfig-paths-webpack-plugin": "^3.3.0"
|
||||
"ts-loader": "^8.0.18"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,23 +23,22 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@icons/material": "^0.4.1",
|
||||
"@storybook/addon-actions": "^6.1.14",
|
||||
"@storybook/addon-essentials": "^6.1.14",
|
||||
"@storybook/addon-links": "^6.1.14",
|
||||
"@storybook/addons": "^6.1.14",
|
||||
"@storybook/react": "^6.1.14",
|
||||
"@storybook/theming": "^6.1.14",
|
||||
"@storybook/addon-actions": "^6.1.21",
|
||||
"@storybook/addon-essentials": "^6.1.21",
|
||||
"@storybook/addon-links": "^6.1.21",
|
||||
"@storybook/addons": "^6.1.21",
|
||||
"@storybook/react": "^6.1.21",
|
||||
"@storybook/theming": "^6.1.21",
|
||||
"@types/chroma-js": "^2.1.3",
|
||||
"@types/node": "^14.14.31",
|
||||
"@types/react": "^17.0.0",
|
||||
"@types/node": "^14.14.34",
|
||||
"@types/react": "^17.0.3",
|
||||
"@types/react-custom-scrollbars": "^4.0.7",
|
||||
"@types/react-dom": "^17.0.0",
|
||||
"@types/react-dom": "^17.0.2",
|
||||
"@types/react-helmet": "^6.1.0",
|
||||
"@types/styled-components": "^5.1.7",
|
||||
"@types/styled-components": "^5.1.8",
|
||||
"babel-loader": "8.1.0",
|
||||
"babel-plugin-styled-components": "^1.12.0",
|
||||
"tsconfig-paths-webpack-plugin": "^3.3.0",
|
||||
"tslint": "^6.1.3",
|
||||
"typescript": "^4.1.3"
|
||||
"typescript": "^4.2.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue