Skip to content

Commit

Permalink
Update various dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lkostrowski committed Aug 3, 2023
1 parent 4e3f4c7 commit a0e0ac1
Show file tree
Hide file tree
Showing 16 changed files with 977 additions and 846 deletions.
6 changes: 3 additions & 3 deletions apps/cms-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"strapi-sdk-js": "2.2.0",
"urql": "^4.0.4",
"usehooks-ts": "^2.9.1",
"vite": "4.3.9",
"vitest": "0.31.3",
"vite": "4.4.8",
"vitest": "0.34.1",
"zod": "3.21.4"
},
"devDependencies": {
Expand All @@ -58,7 +58,7 @@
"@testing-library/react-hooks": "^8.0.1",
"@types/react": "18.2.5",
"@types/react-dom": "18.2.5",
"eslint": "8.44.0",
"eslint": "8.46.0",
"eslint-config-saleor": "workspace:*",
"node-mocks-http": "^1.12.2",
"typescript": "5.1.6"
Expand Down
6 changes: 3 additions & 3 deletions apps/crm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"react-is": "^18.2.0",
"urql": "^4.0.4",
"usehooks-ts": "^2.9.1",
"vite": "4.3.9",
"vitest": "0.31.3",
"vite": "4.4.8",
"vitest": "0.34.1",
"zod": "3.21.4"
},
"devDependencies": {
Expand All @@ -54,7 +54,7 @@
"@types/mailchimp__mailchimp_marketing": "^3.0.7",
"@types/react": "18.2.5",
"@types/react-dom": "18.2.5",
"eslint": "8.44.0",
"eslint": "8.46.0",
"eslint-config-saleor": "workspace:*",
"node-mocks-http": "^1.12.2",
"typescript": "5.1.6"
Expand Down
7 changes: 3 additions & 4 deletions apps/data-importer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"react-dom": "18.2.0",
"urql": "^4.0.4",
"usehooks-ts": "^2.9.1",
"vite": "4.3.9",
"vitest": "0.31.3",
"vite": "4.4.8",
"vitest": "0.34.1",
"zod": "3.21.4"
},
"devDependencies": {
Expand All @@ -53,8 +53,7 @@
"@types/dot-object": "^2.1.2",
"@types/react": "18.2.5",
"@types/react-dom": "18.2.5",
"@vitest/coverage-c8": "^0.28.4",
"eslint": "8.44.0",
"eslint": "8.46.0",
"eslint-config-saleor": "workspace:*",
"typescript": "5.1.6"
},
Expand Down
8 changes: 4 additions & 4 deletions apps/emails-and-messages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@urql/exchange-auth": "^2.1.4",
"@vitejs/plugin-react": "4.0.0",
"clsx": "^1.2.1",
"dotenv": "^16.0.3",
"dotenv": "^16.3.1",
"graphql": "16.7.1",
"graphql-tag": "^2.12.6",
"handlebars": "^4.7.7",
Expand All @@ -47,8 +47,8 @@
"react-is": "^18.2.0",
"urql": "^4.0.4",
"usehooks-ts": "^2.9.1",
"vite": "4.3.9",
"vitest": "0.31.3",
"vite": "4.4.8",
"vitest": "0.34.1",
"zod": "3.21.4"
},
"devDependencies": {
Expand All @@ -67,7 +67,7 @@
"@types/nodemailer": "^6.4.7",
"@types/react": "18.2.5",
"@types/react-dom": "18.2.5",
"eslint": "8.44.0",
"eslint": "8.46.0",
"eslint-config-saleor": "workspace:*",
"typescript": "5.1.6"
},
Expand Down
9 changes: 4 additions & 5 deletions apps/invoices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@urql/exchange-auth": "^2.1.4",
"@web-std/file": "^3.0.2",
"clsx": "^1.2.1",
"eslint": "8.44.0",
"eslint": "8.46.0",
"graphql": "16.7.1",
"graphql-tag": "^2.12.6",
"microinvoice": "^1.0.6",
Expand Down Expand Up @@ -53,14 +53,13 @@
"@types/react-dom": "18.2.5",
"@types/rimraf": "^3.0.2",
"@vitejs/plugin-react": "4.0.0",
"@vitest/coverage-c8": "^0.28.4",
"dotenv": "^16.0.3",
"dotenv": "^16.3.1",
"eslint-config-saleor": "workspace:*",
"jsdom": "^20.0.3",
"rimraf": "^3.0.2",
"typescript": "5.1.6",
"vite": "4.3.9",
"vitest": "0.31.3"
"vite": "4.4.8",
"vitest": "0.34.1"
},
"private": true,
"saleor": {
Expand Down
6 changes: 3 additions & 3 deletions apps/klaviyo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"react-helmet": "^6.1.0",
"urql": "^4.0.4",
"usehooks-ts": "^2.9.1",
"vite": "4.3.9",
"vitest": "0.31.3"
"vite": "4.4.8",
"vitest": "0.34.1"
},
"devDependencies": {
"@graphql-codegen/cli": "4.0.1",
Expand All @@ -47,7 +47,7 @@
"@types/react-dom": "18.2.5",
"autoprefixer": "^10.4.7",
"clean-publish": "^4.0.1",
"eslint": "8.44.0",
"eslint": "8.46.0",
"eslint-config-saleor": "workspace:*",
"postcss": "^8.4.14",
"pretty-quick": "^3.1.3",
Expand Down
6 changes: 3 additions & 3 deletions apps/products-feed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"react-is": "^18.2.0",
"urql": "^4.0.4",
"usehooks-ts": "^2.9.1",
"vite": "4.3.9",
"vitest": "0.31.3",
"vite": "4.4.8",
"vitest": "0.34.1",
"zod": "3.21.4"
},
"devDependencies": {
Expand All @@ -58,7 +58,7 @@
"@testing-library/react-hooks": "^8.0.1",
"@types/react": "18.2.5",
"@types/react-dom": "18.2.5",
"eslint": "8.44.0",
"eslint": "8.46.0",
"eslint-config-saleor": "workspace:*",
"typescript": "5.1.6"
},
Expand Down
6 changes: 3 additions & 3 deletions apps/search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
"@types/react": "18.2.5",
"@types/react-dom": "18.2.5",
"@vitejs/plugin-react": "4.0.0",
"eslint": "8.44.0",
"eslint": "8.46.0",
"eslint-config-saleor": "workspace:*",
"node-mocks-http": "^1.12.2",
"typescript": "5.1.6",
"vite": "4.3.9",
"vitest": "0.31.3"
"vite": "4.4.8",
"vitest": "0.34.1"
},
"private": true,
"saleor": {
Expand Down
6 changes: 3 additions & 3 deletions apps/slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@sentry/nextjs": "7.55.2",
"@urql/exchange-auth": "^2.1.4",
"clsx": "^1.2.1",
"eslint": "8.44.0",
"eslint": "8.46.0",
"graphql": "16.7.1",
"graphql-tag": "^2.12.6",
"jose": "^4.11.2",
Expand All @@ -34,8 +34,8 @@
"react-helmet": "^6.1.0",
"urql": "^4.0.4",
"usehooks-ts": "^2.9.1",
"vite": "4.3.9",
"vitest": "0.31.3"
"vite": "4.4.8",
"vitest": "0.34.1"
},
"devDependencies": {
"@graphql-codegen/cli": "4.0.1",
Expand Down
8 changes: 4 additions & 4 deletions apps/taxes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@urql/exchange-auth": "^2.1.4",
"avatax": "^23.3.2",
"clsx": "^1.2.1",
"dotenv": "^16.0.3",
"dotenv": "^16.3.1",
"graphql": "16.7.1",
"graphql-tag": "^2.12.6",
"jotai": "^2.0.0",
Expand All @@ -41,8 +41,8 @@
"taxjar": "^4.0.1",
"urql": "^4.0.4",
"usehooks-ts": "^2.9.1",
"vite": "4.3.9",
"vitest": "0.31.3",
"vite": "4.4.8",
"vitest": "0.34.1",
"zod": "3.21.4"
},
"devDependencies": {
Expand All @@ -59,7 +59,7 @@
"@types/react": "18.2.5",
"@types/react-dom": "18.2.5",
"@vitejs/plugin-react": "4.0.0",
"eslint": "8.44.0",
"eslint": "8.46.0",
"eslint-config-saleor": "workspace:*",
"typescript": "5.1.6"
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"test": "turbo run test"
},
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@changesets/cli": "^2.26.2",
"@types/node": "18.15.3",
"eslint": "8.44.0",
"eslint": "8.46.0",
"eslint-config-saleor": "workspace:*",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"lint-staged": "^13.2.3",
"next": "13.4.8",
"prettier": "3.0.1",
"syncpack": "10.9.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-saleor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eslint-config-saleor",
"version": "0.4.4",
"devDependencies": {
"eslint": "8.44.0",
"eslint": "8.46.0",
"eslint-config-next": "13.4.8",
"eslint-config-prettier": "8.8.0",
"eslint-config-turbo": "1.10.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-hook-form-macaw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"storybook": "storybook dev -p 6006"
},
"dependencies": {
"eslint": "8.44.0"
"eslint": "8.46.0"
},
"devDependencies": {
"@babel/core": "^7.21.8",
Expand All @@ -30,7 +30,7 @@
"react-hook-form": "^7.43.9",
"storybook": "^7.0.12",
"typescript": "5.1.6",
"vite": "4.3.9",
"vite": "4.4.8",
"webpack": "^5.82.1"
},
"main": "index.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"@urql/exchange-auth": "^2.1.4",
"eslint": "8.44.0",
"eslint": "8.46.0",
"pino": "^8.14.1",
"pino-pretty": "^10.0.0",
"semver": "^7.5.1",
Expand All @@ -27,8 +27,8 @@
"next": "13.4.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"vite": "4.3.9",
"vitest": "0.31.3"
"vite": "4.4.8",
"vitest": "0.34.1"
},
"main": "index.ts",
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"lint:fix": "eslint --fix ."
},
"dependencies": {
"eslint": "8.44.0",
"eslint": "8.46.0",
"typescript": "5.1.6"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit a0e0ac1

Please sign in to comment.