Skip to content

Commit

Permalink
Update dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
HeavenVolkoff committed Nov 21, 2023
1 parent 1eda128 commit a253587
Show file tree
Hide file tree
Showing 12 changed files with 2,834 additions and 2,849 deletions.
10 changes: 5 additions & 5 deletions apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
},
"devDependencies": {
"@sd/config": "workspace:*",
"@sentry/vite-plugin": "^2.9.0",
"@sentry/vite-plugin": "^2.10.1",
"@tauri-apps/cli": "^1.5.6",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^4.1.1",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.16",
"@vitejs/plugin-react": "^4.2.0",
"sass": "^1.69.5",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"vite": "^4.5.0",
"vite-plugin-html": "^3.2.0",
"vite-plugin-svgr": "^3.3.0",
Expand Down
10 changes: 5 additions & 5 deletions apps/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
"@sd/config": "workspace:*",
"@svgr/webpack": "^8.1.0",
"@types/node": "~18.17.19",
"@types/react": "^18.2.34",
"@types/react-burger-menu": "^2.8.5",
"@types/react-dom": "^18.2.14",
"@types/three": "^0.158.2",
"@types/react": "^18.2.38",
"@types/react-burger-menu": "^2.8.6",
"@types/react-dom": "^18.2.16",
"@types/three": "^0.158.3",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"sharp": "^0.32.6",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
}
}
8 changes: 4 additions & 4 deletions apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@
"zod": "~3.22.4"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@rnx-kit/metro-config": "^1.3.12",
"@babel/core": "^7.23.3",
"@rnx-kit/metro-config": "^1.3.14",
"@sd/config": "workspace:*",
"@types/react": "^18.2.34",
"@types/react": "^18.2.38",
"babel-plugin-module-resolver": "^5.0.0",
"eslint-plugin-react-native": "^4.1.0",
"react-native-svg-transformer": "^1.1.0",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
}
}
10 changes: 5 additions & 5 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"devDependencies": {
"@sd/config": "workspace:*",
"@sd/ui": "workspace:*",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^4.1.1",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.16",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"postcss-pseudo-companion-classes": "^0.1.1",
"prop-types": "^15.8.1",
"storybook": "^7.5.2",
"storybook": "^7.5.3",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"vite": "^4.5.0"
}
}
10 changes: 5 additions & 5 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
"react-router-dom": "6.18.0"
},
"devDependencies": {
"@playwright/test": "^1.39.0",
"@playwright/test": "^1.40.0",
"@sd/config": "workspace:*",
"@sd/ui": "workspace:*",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^4.1.1",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.16",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"rollup-plugin-visualizer": "^5.9.2",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"vite": "^4.5.0",
"vite-plugin-html": "^3.2.0",
"vite-plugin-svgr": "^3.3.0",
Expand Down
12 changes: 6 additions & 6 deletions interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@
"devDependencies": {
"@sd/config": "workspace:*",
"@types/node": "~18.17.19",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@types/uuid": "^9.0.6",
"@vitejs/plugin-react": "^4.1.1",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.16",
"@types/uuid": "^9.0.7",
"@vitejs/plugin-react": "^4.2.0",
"tailwindcss": "^3.3.5",
"type-fest": "^4.6.0",
"typescript": "^5.2.2",
"type-fest": "^4.8.2",
"typescript": "^5.3.2",
"vite": "^4.5.0",
"vite-plugin-svgr": "^3.3.0"
}
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@
}
},
"devDependencies": {
"@babel/plugin-syntax-import-assertions": "^7.22.5",
"@babel/plugin-syntax-import-assertions": "^7.23.3",
"@cspell/dict-rust": "^4.0.1",
"@cspell/dict-typescript": "^3.1.2",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@storybook/react-vite": "^7.5.2",
"cspell": "^7.3.8",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"@storybook/react-vite": "^7.5.3",
"cspell": "^8.0.0",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"turbo": "^1.10.16",
"turbo-ignore": "^1.10.16",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"vite": "^4.5.0"
},
"overrides": {
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"devDependencies": {
"@sd/config": "workspace:*",
"@types/react": "^18.2.34",
"typescript": "^5.2.2"
"@types/react": "^18.2.38",
"typescript": "^5.3.2"
},
"peerDependencies": {
"react": "^18.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"lint": "eslint . --cache"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.53.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-config-next": "^13.5.6",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.16",
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,21 @@
"zod": "~3.22.4"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/core": "^7.23.3",
"@headlessui/tailwindcss": "^0.2.0",
"@sd/config": "workspace:*",
"@storybook/types": "^7.5.2",
"@tailwindcss/forms": "^0.5.6",
"@storybook/types": "^7.5.3",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "~18.17.19",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.16",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"sass": "^1.69.5",
"tailwindcss": "^3.3.5",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-radix": "^2.8.0",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
}
}
Loading

0 comments on commit a253587

Please sign in to comment.