antistatique-frontend
Advanced tools
Comparing version 1.1.3 to 1.1.4
# Changelog | ||
<a name="1.1.4"></a> | ||
## 1.1.4 (2021-09-17) | ||
### Changed | ||
- ⬆️ upgrade dependencies [[ca16f7e](https://github.com/antistatique/frontend-development-configuration/commit/ca16f7e4644c3909fa30531f110be2ac08ac1965)] | ||
<a name="1.1.3"></a> | ||
@@ -4,0 +12,0 @@ ## 1.1.3 (2021-06-25) |
{ | ||
"name": "antistatique-frontend", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Antistatique opinionated frontend development configuration (linters, tests,...)", | ||
@@ -28,41 +28,41 @@ "main": ".bin/init.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.14.6", | ||
"@storybook/addon-actions": "^6.3.0", | ||
"@storybook/addon-essentials": "^6.3.0", | ||
"@storybook/addon-links": "^6.3.0", | ||
"@storybook/react": "^6.3.0", | ||
"@babel/core": "^7.15.5", | ||
"@storybook/addon-actions": "^6.3.8", | ||
"@storybook/addon-essentials": "^6.3.8", | ||
"@storybook/addon-links": "^6.3.8", | ||
"@storybook/react": "^6.3.8", | ||
"@svgr/webpack": "^5.5.0", | ||
"@types/jest": "^26.0.23", | ||
"@typescript-eslint/eslint-plugin": "^4.28.0", | ||
"@typescript-eslint/parser": "^4.28.0", | ||
"@types/jest": "^27.0.1", | ||
"@typescript-eslint/eslint-plugin": "^4.31.1", | ||
"@typescript-eslint/parser": "^4.31.1", | ||
"babel-eslint": "^10.1.0", | ||
"babel-loader": "^8.2.2", | ||
"cypress": "^7.6.0", | ||
"eslint": "^7.29.0", | ||
"eslint-config-airbnb-typescript": "^12.3.1", | ||
"cypress": "^8.4.0", | ||
"eslint": "^7.32.0", | ||
"eslint-config-airbnb-typescript": "^14.0.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-import-resolver-typescript": "^2.4.0", | ||
"eslint-import-resolver-typescript": "^2.5.0", | ||
"eslint-plugin-html": "^6.1.2", | ||
"eslint-plugin-import": "^2.23.4", | ||
"eslint-plugin-import": "^2.24.2", | ||
"eslint-plugin-jsx-a11y": "^6.4.1", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"eslint-plugin-react": "^7.24.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-react": "^7.25.2", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"eslint-plugin-simple-import-sort": "^7.0.0", | ||
"eslint-plugin-tailwind": "^0.2.1", | ||
"husky": "6.0.0", | ||
"jest": "^27.0.5", | ||
"lint-staged": "^11.0.0", | ||
"husky": "7.0.2", | ||
"jest": "^27.2.0", | ||
"lint-staged": "^11.1.2", | ||
"patch-package": "^6.4.7", | ||
"pinst": "^2.1.6", | ||
"prettier": "^2.3.1", | ||
"prettier": "^2.4.1", | ||
"stylelint": "^13.13.1", | ||
"stylelint-config-standard": "^22.0.0", | ||
"stylelint-order": "^4.1.0", | ||
"ts-jest": "^27.0.3", | ||
"typescript": "^4.3.4" | ||
"ts-jest": "^27.0.5", | ||
"typescript": "^4.4.3" | ||
}, | ||
"dependencies": { | ||
"fs-extra": "^10.0.0", | ||
"inquirer": "^8.1.1", | ||
"inquirer": "^8.1.5", | ||
"react": "^17.0.2", | ||
@@ -69,0 +69,0 @@ "react-dom": "^17.0.2" |
/// <reference types="next" /> | ||
/// <reference types="next/types/global" /> | ||
/// <reference types="next/image-types/global" /> | ||
// NOTE: This file should not be edited | ||
// see https://nextjs.org/docs/basic-features/typescript for more information. |
@@ -15,22 +15,22 @@ { | ||
"@emotion/css": "^11.1.3", | ||
"@emotion/react": "^11.4.0", | ||
"@emotion/react": "^11.4.1", | ||
"@emotion/server": "^11.4.0", | ||
"@emotion/styled": "^11.3.0", | ||
"next": "11.0.1", | ||
"postcss": "^8.3.5", | ||
"next": "11.1.2", | ||
"postcss": "^8.3.6", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"tailwindcss": "^2.2.4", | ||
"twin.macro": "^2.5.0" | ||
"tailwindcss": "^2.2.15", | ||
"twin.macro": "^2.7.0" | ||
}, | ||
"devDependencies": { | ||
"@emotion/babel-plugin": "^11.3.0", | ||
"@types/jest": "^26.0.23", | ||
"@types/node": "^15.12.4", | ||
"@types/react": "^17.0.11", | ||
"@types/react-dom": "^17.0.8", | ||
"@types/jest": "^27.0.1", | ||
"@types/node": "^16.9.2", | ||
"@types/react": "^17.0.21", | ||
"@types/react-dom": "^17.0.9", | ||
"babel-plugin-macros": "^3.1.0", | ||
"typescript": "4.3.4" | ||
"typescript": "4.4.3" | ||
}, | ||
"license": "MIT" | ||
} |
Sorry, the diff of this file is not supported yet
1203040
821
Updatedinquirer@^8.1.5