Skip to content

Commit

Permalink
chore: minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kaminskypavel committed Jan 28, 2023
1 parent d360576 commit 80cf639
Show file tree
Hide file tree
Showing 2 changed files with 2,732 additions and 1,700 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"@fullpower-stack/eslint-config-custom": "workspace:*",
"@playwright/test": "^1.29.1",
"@playwright/test": "^1.30.0",
"@storybook/addon-essentials": "7.0.0-alpha.54",
"@storybook/addon-interactions": "7.0.0-alpha.54",
"@storybook/addon-links": "7.0.0-alpha.54",
Expand All @@ -42,42 +42,42 @@
"@storybook/testing-library": "0.0.13",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@tsconfig/next": "^1.0.3",
"@tsconfig/next": "^1.0.5",
"@tsconfig/node18": "^1.0.1",
"@tsconfig/vite-react": "^1.0.1",
"@types/node": "^17.0.45",
"@vitejs/plugin-react": "^3.0.0",
"@vitejs/plugin-react": "^3.0.1",
"artillery": "2.0.0-27",
"autoprefixer": "^10.4.12",
"autoprefixer": "^10.4.13",
"cross-env": "^7.0.3",
"eslint": "7.32.0",
"eslint-config-prettier": "^8.5.0",
"happy-dom": "^7.6.4",
"eslint-config-prettier": "^8.6.0",
"happy-dom": "^7.8.1",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"playwright": "^1.29.1",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"playwright": "^1.30.0",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.1.13",
"start-server-and-test": "^1.15.2",
"start-server-and-test": "^1.15.3",
"storybook": "7.0.0-alpha.54",
"ts-node-dev": "latest",
"turbo": "latest",
"vitest": "^0.25.4"
"vitest": "^0.25.8"
},
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"@commitlint/cli": "^17.4.0",
"@commitlint/config-conventional": "^17.4.0",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"dotenv": "^16.0.3",
"rimraf": "^3.0.2",
"tailwindcss": "^3.2.1",
"tsup": "^6.3.0",
"typescript": "beta",
"vite": "^4.0.0",
"zod": "^3.19.1"
"tailwindcss": "^3.2.4",
"tsup": "^6.5.0",
"typescript": "5.0.0-beta",
"vite": "^4.0.4",
"zod": "^3.20.2"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 80cf639

Please sign in to comment.