Skip to content

Commit

Permalink
Merge pull request #2 from MR-Mostafa/dev
Browse files Browse the repository at this point in the history
package updated
  • Loading branch information
MR-Mostafa authored Aug 15, 2022
2 parents 1d49a88 + 4a03bc0 commit f469a48
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 43 deletions.
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# @see {@link https://github.com/storybookjs/builder-vite#installation}
# When using pnpm, shamefully-hoist may need to enable
shamefully-hoist=true
85 changes: 42 additions & 43 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"boilerplate react",
"boilerplate react vite"
],
"packageManager": "[email protected]",
"main": "./src/main.tsx",
"scripts": {
"reset:git": "rimraf .git && git init && git add . && git commit -m \"init commit\"",
Expand All @@ -66,60 +65,60 @@
"url": "https://github.com/MR-Mostafa/viact/issues"
},
"dependencies": {
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@commitlint/cli": "^16.2.4",
"@commitlint/config-conventional": "^16.2.4",
"@fullstacksjs/eslint-config": "^8.4.3",
"@storybook/addon-actions": "^6.5.0-beta.8",
"@storybook/addon-essentials": "^6.5.0-beta.8",
"@storybook/addon-interactions": "^6.5.0-beta.8",
"@storybook/addon-links": "^6.5.0-beta.8",
"@storybook/builder-vite": "^0.1.33",
"@storybook/react": "^6.5.0-beta.8",
"@storybook/testing-library": "^0.0.11",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@types/jest": "^27.5.1",
"@types/node": "^17.0.33",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"@typescript-eslint/parser": "^5.23.0",
"@unocss/vite": "^0.33.2",
"@vitejs/plugin-legacy": "^1.8.2",
"@vitejs/plugin-react": "^1.3.2",
"autoprefixer": "^10.4.7",
"@babel/core": "^7.18.10",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@fullstacksjs/eslint-config": "^8.5.1",
"@storybook/addon-actions": "^6.5.10",
"@storybook/addon-essentials": "^6.5.10",
"@storybook/addon-interactions": "^6.5.10",
"@storybook/addon-links": "^6.5.10",
"@storybook/builder-vite": "^0.2.2",
"@storybook/react": "^6.5.10",
"@storybook/testing-library": "^0.0.13",
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"@types/jest": "^28.1.6",
"@types/node": "^18.7.3",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/parser": "^5.33.0",
"@unocss/vite": "^0.45.6",
"@vitejs/plugin-legacy": "^2.0.1",
"@vitejs/plugin-react": "^2.0.1",
"autoprefixer": "^10.4.8",
"babel-loader": "^8.2.5",
"cross-env": "^7.0.3",
"eslint": "^8.15.0",
"eslint-plugin-github": "^4.3.6",
"eslint-plugin-regexp": "^1.7.0",
"eslint": "^8.22.0",
"eslint-plugin-github": "^4.3.7",
"eslint-plugin-regexp": "^1.8.0",
"eslint-plugin-security": "^1.5.0",
"eslint-plugin-storybook": "^0.5.11",
"eslint-plugin-storybook": "^0.6.4",
"json-server": "^0.17.0",
"less": "^4.1.2",
"postcss": "^8.4.13",
"prettier": "^2.6.2",
"less": "^4.1.3",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"rollup-plugin-visualizer": "^5.6.0",
"rtlcss": "^3.5.0",
"sass": "^1.51.0",
"stylelint": "^14.8.2",
"rollup-plugin-visualizer": "^5.7.1",
"rtlcss": "^4.0.0",
"sass": "^1.54.4",
"stylelint": "^14.10.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-standard": "^25.0.0",
"stylelint-config-standard-scss": "^3.0.0",
"typescript": "^4.6.4",
"unocss": "^0.33.2",
"vite": "^2.9.9",
"vite-plugin-chunk-split": "^0.2.2",
"stylelint-config-standard": "^27.0.0",
"stylelint-config-standard-scss": "^5.0.0",
"typescript": "^4.7.4",
"unocss": "^0.45.6",
"vite": "^3.0.7",
"vite-plugin-chunk-split": "^0.2.7",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-mkcert": "^1.6.0",
"vite-plugin-svgr": "^2.1.0"
"vite-plugin-mkcert": "^1.9.0",
"vite-plugin-svgr": "^2.2.1"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit f469a48

Please sign in to comment.