Skip to content

Commit

Permalink
chore: updates all dependencies to latest versions (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Jun 18, 2023
1 parent 06f59c9 commit a950122
Show file tree
Hide file tree
Showing 9 changed files with 2,005 additions and 1,555 deletions.
16 changes: 8 additions & 8 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@noodle/ui": "workspace:^",
"next": "13.4.4",
"next": "13.4.6",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand All @@ -33,20 +33,20 @@
"@noodle/tailwind": "workspace:^",
"@noodle/tsconfig": "workspace:^",
"@noodle/vitest": "workspace:^",
"@playwright/test": "^1.34.3",
"@testing-library/dom": "^9.3.0",
"@playwright/test": "^1.35.1",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/react": "18.2.9",
"@types/react-dom": "18.2.4",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"@types/testing-library__jest-dom": "^5.14.6",
"@vitest/coverage-v8": "^0.32.0",
"@vitest/coverage-v8": "^0.32.2",
"autoprefixer": "^10.4.14",
"dotenv": "^16.1.4",
"dotenv": "^16.3.1",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"vitest": "^0.32.0"
"vitest": "^0.32.2"
},
"volta": {
"extends": "../../package.json"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"@commitlint/config-conventional": "^17.6.5",
"@ianvs/prettier-plugin-sort-imports": "^4.0.2",
"@noodle/tsconfig": "workspace:^",
"@types/eslint": "^8.40.0",
"@types/node": "^20.2.5",
"@types/eslint": "^8.40.2",
"@types/node": "^20.3.1",
"@types/prettier": "^2.7.3",
"del-cli": "^5.0.0",
"eslint": "^8.42.0",
"eslint": "^8.43.0",
"eslint-config-noodle": "workspace:^",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"lint:fix": "pnpm run lint --fix"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.4",
"@next/eslint-plugin-next": "^13.4.6",
"@noodle/tsconfig": "workspace:^",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest-dom": "^5.0.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
Expand All @@ -31,7 +31,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.12",
"eslint-plugin-testing-library": "^5.11.0",
"eslint-plugin-vitest": "^0.2.5"
"eslint-plugin-vitest": "^0.2.6"
},
"volta": {
"extends": "../../../package.json"
Expand Down
8 changes: 4 additions & 4 deletions packages/config/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@storybook/addon-styling": "^1.0.8",
"@storybook/react": "^7.0.18",
"@storybook/react-vite": "^7.0.18",
"@storybook/types": "^7.0.18"
"@storybook/addon-styling": "^1.3.0",
"@storybook/react": "^7.0.22",
"@storybook/react-vite": "^7.0.22",
"@storybook/types": "^7.0.22"
},
"devDependencies": {
"@noodle/tsconfig": "workspace:^"
Expand Down
2 changes: 1 addition & 1 deletion packages/config/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@radix-ui/colors": "^0.1.8",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"tailwindcss-animate": "^1.0.5",
"tailwindcss-animate": "^1.0.6",
"windy-radix-palette": "^0.6.1",
"windy-radix-typography": "^0.2.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/config/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"devDependencies": {
"@noodle/tsconfig": "workspace:^",
"@vitejs/plugin-react": "^4.0.0",
"@vitest/coverage-v8": "^0.32.0",
"@vitest/ui": "^0.32.0",
"@vitest/coverage-v8": "^0.32.2",
"@vitest/ui": "^0.32.2",
"happy-dom": "^9.20.3",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.32.0"
"vitest": "^0.32.2"
},
"volta": {
"extends": "../../../package.json"
Expand Down
18 changes: 9 additions & 9 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
"@noodle/storybook-config": "workspace:^",
"@noodle/tailwind": "workspace:^",
"@noodle/tsconfig": "workspace:^",
"@storybook/addon-a11y": "^7.0.18",
"@storybook/addon-essentials": "^7.0.18",
"@storybook/addon-interactions": "^7.0.18",
"@storybook/addon-links": "^7.0.18",
"@storybook/addon-styling": "^1.0.8",
"@storybook/blocks": "^7.0.18",
"@storybook/react": "^7.0.18",
"@storybook/react-vite": "^7.0.18",
"@storybook/addon-a11y": "^7.0.22",
"@storybook/addon-essentials": "^7.0.22",
"@storybook/addon-interactions": "^7.0.22",
"@storybook/addon-links": "^7.0.22",
"@storybook/addon-styling": "^1.3.0",
"@storybook/blocks": "^7.0.22",
"@storybook/react": "^7.0.22",
"@storybook/react-vite": "^7.0.22",
"@storybook/testing-library": "^0.1.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"storybook": "^7.0.18",
"storybook": "^7.0.22",
"storybook-addon-pseudo-states": "^2.0.1",
"tailwindcss": "^3.3.2",
"vite": "^4.3.9"
Expand Down
30 changes: 15 additions & 15 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,37 +27,37 @@
"clsx": "^1.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-merge": "^1.13.0"
"tailwind-merge": "^1.13.2"
},
"devDependencies": {
"@noodle/storybook-config": "workspace:^",
"@noodle/tailwind": "workspace:^",
"@noodle/tsconfig": "workspace:^",
"@noodle/vitest": "workspace:^",
"@storybook/addon-a11y": "^7.0.18",
"@storybook/addon-essentials": "^7.0.18",
"@storybook/addon-interactions": "^7.0.18",
"@storybook/addon-links": "^7.0.18",
"@storybook/addon-styling": "^1.0.8",
"@storybook/blocks": "^7.0.18",
"@storybook/react": "^7.0.18",
"@storybook/react-vite": "^7.0.18",
"@storybook/addon-a11y": "^7.0.22",
"@storybook/addon-essentials": "^7.0.22",
"@storybook/addon-interactions": "^7.0.22",
"@storybook/addon-links": "^7.0.22",
"@storybook/addon-styling": "^1.3.0",
"@storybook/blocks": "^7.0.22",
"@storybook/react": "^7.0.22",
"@storybook/react-vite": "^7.0.22",
"@storybook/testing-library": "^0.1.0",
"@testing-library/dom": "^9.3.0",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/react": "18.2.9",
"@types/react-dom": "18.2.4",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"@types/testing-library__jest-dom": "^5.14.6",
"@vitest/coverage-v8": "^0.32.0",
"@vitest/coverage-v8": "^0.32.2",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"storybook": "^7.0.18",
"storybook": "^7.0.22",
"storybook-addon-pseudo-states": "^2.0.1",
"tailwindcss": "^3.3.2",
"vite": "^4.3.9",
"vitest": "^0.32.0"
"vitest": "^0.32.2"
},
"volta": {
"extends": "../../package.json"
Expand Down
Loading

0 comments on commit a950122

Please sign in to comment.