mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 11:29:12 +00:00
chore: bump packages
This commit is contained in:
parent
3748bb8695
commit
ccff2684ad
7 changed files with 1110 additions and 716 deletions
24
package.json
24
package.json
|
@ -37,28 +37,28 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/enzyme": "^3.10.8",
|
"@types/enzyme": "^3.10.8",
|
||||||
"@types/lodash": "^4.14.168",
|
"@types/lodash": "^4.14.170",
|
||||||
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.0",
|
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.2",
|
||||||
"enzyme": "^3.11.0",
|
"enzyme": "^3.11.0",
|
||||||
"enzyme-adapter-react-16": "^1.15.6",
|
"enzyme-adapter-react-16": "^1.15.6",
|
||||||
"husky": "^6.0.0",
|
"husky": "^6.0.0",
|
||||||
"is-ci": "^3.0.0",
|
"is-ci": "^3.0.0",
|
||||||
"jest-enzyme": "^7.1.2",
|
"jest-enzyme": "^7.1.2",
|
||||||
"jest-react-hooks-shallow": "^1.5.1",
|
"jest-react-hooks-shallow": "^1.5.1",
|
||||||
"jest-styled-components": "^7.0.3",
|
"jest-styled-components": "^7.0.4",
|
||||||
"lint-staged": "^10.5.4",
|
"lint-staged": "^11.0.0",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"prettier": "^2.2.1",
|
"prettier": "^2.3.2",
|
||||||
"prettier-plugin-organize-imports": "^1.1.1",
|
"prettier-plugin-organize-imports": "^2.2.0",
|
||||||
"prettier-plugin-pkg": "^0.8.0",
|
"prettier-plugin-pkg": "^0.10.0",
|
||||||
"prettier-plugin-sh": "^0.6.0",
|
"prettier-plugin-sh": "^0.7.1",
|
||||||
"stylelint": "^13.12.0",
|
"stylelint": "^13.13.1",
|
||||||
"stylelint-config-prettier": "^8.0.2",
|
"stylelint-config-prettier": "^8.0.2",
|
||||||
"stylelint-config-standard": "^21.0.0",
|
"stylelint-config-standard": "^22.0.0",
|
||||||
"stylelint-config-styled-components": "^0.1.1",
|
"stylelint-config-styled-components": "^0.1.1",
|
||||||
"stylelint-prettier": "^1.2.0",
|
"stylelint-prettier": "^1.2.0",
|
||||||
"ts-jest": "^26.5.4",
|
"ts-jest": "^27.0.3",
|
||||||
"typescript": "^4.2.3"
|
"typescript": "^4.3.4"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"webpack": "4.44.2"
|
"webpack": "4.44.2"
|
||||||
|
|
|
@ -7,12 +7,12 @@
|
||||||
"start": "cfw-emulator"
|
"start": "cfw-emulator"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cloudflare/workers-types": "^2.2.1",
|
"@cloudflare/workers-types": "^2.2.2",
|
||||||
"@roleypoly/misc-utils": "*",
|
"@roleypoly/misc-utils": "*",
|
||||||
"@roleypoly/types": "*",
|
"@roleypoly/types": "*",
|
||||||
"@roleypoly/worker-emulator": "*",
|
"@roleypoly/worker-emulator": "*",
|
||||||
"ksuid": "^2.0.0",
|
"ksuid": "^2.0.0",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"ts-loader": "^8.1.0"
|
"ts-loader": "^9.2.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,10 +9,10 @@
|
||||||
"start": "node main.js"
|
"start": "node main.js"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@peculiar/webcrypto": "^1.1.6",
|
"@peculiar/webcrypto": "^1.1.7",
|
||||||
"chokidar": "^3.5.1",
|
"chokidar": "^3.5.2",
|
||||||
"dotenv": "^8.2.0",
|
"dotenv": "^10.0.0",
|
||||||
"level": "^6.0.1",
|
"level": "^7.0.0",
|
||||||
"minimist": "^1.2.5",
|
"minimist": "^1.2.5",
|
||||||
"node-fetch": "^2.6.1",
|
"node-fetch": "^2.6.1",
|
||||||
"webpack": "^4.x"
|
"webpack": "^4.x"
|
||||||
|
|
|
@ -6,6 +6,6 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"discord.js": "^12.5.3",
|
"discord.js": "^12.5.3",
|
||||||
"dotenv": "^8.2.0"
|
"dotenv": "^10.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@roleypoly/types": "*",
|
"@roleypoly/types": "*",
|
||||||
"chroma-js": "^2.1.1",
|
"chroma-js": "^2.1.2",
|
||||||
"isomorphic-unfetch": "^3.1.0",
|
"isomorphic-unfetch": "^3.1.0",
|
||||||
"ksuid": "^2.0.0",
|
"ksuid": "^2.0.0",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
|
@ -17,28 +17,28 @@
|
||||||
"react-helmet": "^6.1.0",
|
"react-helmet": "^6.1.0",
|
||||||
"react-icons": "^4.2.0",
|
"react-icons": "^4.2.0",
|
||||||
"react-is": "^17.0.2",
|
"react-is": "^17.0.2",
|
||||||
"react-tooltip": "^4.2.17",
|
"react-tooltip": "^4.2.21",
|
||||||
"styled-components": "^5.2.3",
|
"styled-components": "^5.3.0",
|
||||||
"styled-normalize": "^8.0.7"
|
"styled-normalize": "^8.0.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@icons/material": "^0.4.1",
|
"@icons/material": "^0.4.1",
|
||||||
"@storybook/addon-actions": "^6.2.2",
|
"@storybook/addon-actions": "^6.3.1",
|
||||||
"@storybook/addon-essentials": "^6.2.2",
|
"@storybook/addon-essentials": "^6.3.1",
|
||||||
"@storybook/addon-links": "^6.2.2",
|
"@storybook/addon-links": "^6.3.1",
|
||||||
"@storybook/addons": "^6.2.2",
|
"@storybook/addons": "^6.3.1",
|
||||||
"@storybook/react": "^6.2.2",
|
"@storybook/react": "^6.3.1",
|
||||||
"@storybook/theming": "^6.2.2",
|
"@storybook/theming": "^6.3.1",
|
||||||
"@types/chroma-js": "^2.1.3",
|
"@types/chroma-js": "^2.1.3",
|
||||||
"@types/node": "^14.14.37",
|
"@types/node": "^15.12.5",
|
||||||
"@types/react": "^17.0.3",
|
"@types/react": "^17.0.11",
|
||||||
"@types/react-custom-scrollbars": "^4.0.7",
|
"@types/react-custom-scrollbars": "^4.0.7",
|
||||||
"@types/react-dom": "^17.0.3",
|
"@types/react-dom": "^17.0.8",
|
||||||
"@types/react-helmet": "^6.1.0",
|
"@types/react-helmet": "^6.1.1",
|
||||||
"@types/styled-components": "^5.1.9",
|
"@types/styled-components": "^5.1.10",
|
||||||
"babel-loader": "8.1.0",
|
"babel-loader": "8.1.0",
|
||||||
"babel-plugin-styled-components": "^1.12.0",
|
"babel-plugin-styled-components": "^1.13.1",
|
||||||
"tslint": "^6.1.3",
|
"tslint": "^6.1.3",
|
||||||
"typescript": "^4.2.3"
|
"typescript": "^4.3.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,28 +11,28 @@
|
||||||
"@reach/router": "^1.3.4",
|
"@reach/router": "^1.3.4",
|
||||||
"@roleypoly/design-system": "*",
|
"@roleypoly/design-system": "*",
|
||||||
"@roleypoly/misc-utils": "*",
|
"@roleypoly/misc-utils": "*",
|
||||||
"memoize-one": "^5.1.1",
|
"memoize-one": "^5.2.1",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^17.0.2",
|
"react-dom": "^17.0.2",
|
||||||
"react-helmet": "^6.1.0",
|
"react-helmet": "^6.1.0",
|
||||||
"react-scripts": "4.0.3",
|
"react-scripts": "4.0.3",
|
||||||
"typescript": "^4.2.3",
|
"typescript": "^4.3.4",
|
||||||
"web-vitals": "^1.1.1"
|
"web-vitals": "^2.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@craco/craco": "^6.1.1",
|
"@craco/craco": "^6.1.2",
|
||||||
"@roleypoly/types": "*",
|
"@roleypoly/types": "*",
|
||||||
"@testing-library/jest-dom": "^5.11.10",
|
"@testing-library/jest-dom": "^5.14.1",
|
||||||
"@testing-library/react": "^11.2.6",
|
"@testing-library/react": "^12.0.0",
|
||||||
"@testing-library/user-event": "^13.1.1",
|
"@testing-library/user-event": "^13.1.9",
|
||||||
"@types/jest": "^26.0.22",
|
"@types/jest": "^26.0.23",
|
||||||
"@types/node": "^14.14.37",
|
"@types/node": "^15.12.5",
|
||||||
"@types/react": "^17.0.3",
|
"@types/react": "^17.0.11",
|
||||||
"@types/react-dom": "^17.0.3",
|
"@types/react-dom": "^17.0.8",
|
||||||
"@types/react-helmet": "^6.1.0",
|
"@types/react-helmet": "^6.1.1",
|
||||||
"babel-loader": "8.1.0",
|
"babel-loader": "8.1.0",
|
||||||
"cross-env": "7.0.3",
|
"cross-env": "7.0.3",
|
||||||
"ts-loader": "^8.1.0",
|
"ts-loader": "^9.2.3",
|
||||||
"webpack": "4.44.2"
|
"webpack": "4.44.2"
|
||||||
},
|
},
|
||||||
"browserslist": {
|
"browserslist": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue