Skip to content

Commit

Permalink
feat: bump dependencies + release storybook 7
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine lanoe committed Jun 21, 2023
1 parent ea7be22 commit a56a048
Show file tree
Hide file tree
Showing 5 changed files with 214 additions and 103 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ALRIGHT REACT APP

Professional React app generator. Comes with an exposed, unopinionated, high performance configuration.
Jest, SWC, Storybook, Typescript 5, Webpack 5.
Jest, SWC, Storybook 7, Typescript 5, Webpack 5.

<img width="483" alt="screenshot" src="https://user-images.githubusercontent.com/43271780/233714020-52d818b3-5080-4b54-b328-b68832661fc3.png">

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alright-react-app",
"version": "2.0.3",
"version": "2.0.4",
"description": "Professional React app generator. Shipped with an exposed, unopinionated, highly-performant config. Jest-SWC, Storybook, SWC, Typescript, Webpack 5.",
"main": "index.js",
"author": "DoneDeal0",
Expand Down
52 changes: 26 additions & 26 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,47 +19,47 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@storybook/addon-actions": "^7.0.7",
"@storybook/addon-essentials": "^7.0.7",
"@storybook/addon-interactions": "^7.0.7",
"@storybook/addon-actions": "^7.0.22",
"@storybook/addon-essentials": "^7.0.22",
"@storybook/addon-interactions": "^7.0.22",
"@storybook/jest": "^0.1.0",
"@storybook/react-webpack5": "^7.0.7",
"@storybook/react": "^7.0.7",
"@storybook/testing-library": "^0.1.0",
"@svgr/webpack": "^7.0.0",
"@storybook/react-webpack5": "^7.0.22",
"@storybook/react": "^7.0.22",
"@storybook/testing-library": "^0.2.0",
"@svgr/webpack": "^8.0.1",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.55",
"@swc/core": "^1.3.66",
"@swc/jest": "^0.2.26",
"@types/jest": "^29.5.1",
"@types/react-dom": "^18.2.0",
"@types/react": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@types/jest": "^29.5.2",
"@types/react-dom": "^18.2.6",
"@types/react": "^18.2.13",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"compression-webpack-plugin": "^10.0.0",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^5.0.0",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"dotenv-webpack": "^8.0.1",
"eslint-config-prettier": "^8.8.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-storybook": "^0.6.11",
"eslint": "^8.39.0",
"eslint-plugin-storybook": "^0.6.12",
"eslint": "^8.43.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.1",
"html-webpack-plugin": "^5.5.3",
"jest": "^29.5.0",
"lint-staged": "^13.2.1",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"storybook": "^7.0.7",
"storybook": "^7.0.22",
"swc-loader": "^0.2.3",
"terser-webpack-plugin": "^5.3.7",
"typescript": "^5.0.4",
"webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.13.3",
"webpack": "^5.80.0"
"terser-webpack-plugin": "^5.3.9",
"typescript": "^5.1.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack": "^5.87.0"
}
}
4 changes: 2 additions & 2 deletions template/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"noEmit": true,
"noImplicitAny": false,
"downlevelIteration": true,
"lib": ["es6", "es2019.array", "dom"],
"lib": ["ESNext", "dom"],
"rootDir": "src",
"module": "esnext",
"target": "es5",
"target": "ESNext",
"allowSyntheticDefaultImports": true,
"moduleResolution": "node",
"resolveJsonModule": true,
Expand Down
Loading

0 comments on commit a56a048

Please sign in to comment.