Skip to content

Commit

Permalink
package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
traviskuhl committed Jun 3, 2024
1 parent 23b15fc commit 0a3cbc5
Show file tree
Hide file tree
Showing 11 changed files with 613 additions and 385 deletions.
6 changes: 3 additions & 3 deletions apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@electron-toolkit/preload": "^3.0.1",
"@electron-toolkit/utils": "^3.0.0",
"electron-updater": "^6.1.8"
"electron-updater": "^6.2.1"
},
"devDependencies": {
"@electron-toolkit/eslint-config-prettier": "^2.0.0",
Expand All @@ -38,7 +38,7 @@
"@elwood/typescript-config": "workspace:*",
"@elwood/ui": "workspace:*",
"@tanstack/react-query": "^5.40.0",
"@types/node": "^20.13.0",
"@types/node": "^20.14.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
Expand All @@ -51,7 +51,7 @@
"eslint-plugin-react": "^7.34.2",
"lowdb": "^7.0.1",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier": "^3.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@markdoc/next.js": "^0.3.7",
"@sindresorhus/slugify": "^2.2.1",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20.13.0",
"@types/node": "^20.14.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-highlight-words": "^0.20.0",
Expand All @@ -47,7 +47,7 @@
"eslint-config-next": "latest",
"eslint-plugin-next": "^0.0.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier": "^3.3.0",
"sharp": "0.33.4"
}
}
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@elwood/eslint-config": "workspace:*",
"@elwood/typescript-config": "workspace:*",
"@next/eslint-plugin-next": "^14.2.3",
"@types/node": "^20.13.0",
"@types/node": "^20.14.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"typescript": "^5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@elwood/eslint-config": "workspace:*",
"@elwood/typescript-config": "workspace:*",
"@next/eslint-plugin-next": "^14.2.3",
"@types/node": "^20.13.0",
"@types/node": "^20.14.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"typescript": "^5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion config/jest-presets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ts-jest": "^29.1.4"
},
"devDependencies": {
"@types/node": "^20.13.0",
"@types/node": "^20.14.0",
"jest-environment-jsdom": "^29.7.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"husky": "^9.0.11",
"prettier": "^3.2.5",
"prettier": "^3.3.0",
"prettier-plugin-sql-cst": "^0.11.5",
"prettier-plugin-tailwindcss": "^0.6.1",
"turbo": "latest"
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"@elwood/jest-presets": "workspace:*",
"@elwood/typescript-config": "workspace:*",
"@types/jest": "^29.5.12",
"@types/node": "^20.13.0",
"@types/node": "^20.14.0",
"jest": "^29.7.0",
"tsup": "^8.0.2",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"@elwood/jest-presets": "workspace:*",
"@elwood/typescript-config": "workspace:*",
"@types/jest": "^29.5.12",
"@types/node": "^20.13.0",
"@types/node": "^20.14.0",
"jest": "^29.7.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsup": "^8.0.2",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
}
}
5 changes: 3 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"sse.js": "^2.4.1"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@chromatic-com/storybook": "^1.5.0",
"@elwood/eslint-config": "workspace:*",
"@elwood/jest-presets": "workspace:*",
Expand All @@ -64,15 +65,15 @@
"@storybook/test": "^8.1.5",
"@types/crypto-js": "^4.2.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.13.0",
"@types/node": "^20.14.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"jest": "^29.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.1.5",
"tailwindcss": "^3.4.3",
"tsup": "^8.0.2",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"vite": "^5.2.12",
"vite-tsconfig-paths": "^4.3.2"
Expand Down
12 changes: 4 additions & 8 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist/**",
"tailwind.config.js",
"postcss.config.js"
],
"files": ["dist/**", "tailwind.config.js", "postcss.config.js"],
"scripts": {
"build": "pnpm run build:ts && pnpm run build:css",
"build:ts": "tsup src/index.ts --format esm,cjs --dts --external react",
Expand Down Expand Up @@ -46,7 +42,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"lucide-react": "^0.381.0",
"lucide-react": "^0.383.0",
"next-themes": "^0.3.0",
"react-loading-skeleton": "^3.4.0",
"react-textarea-autosize": "^8.5.3",
Expand All @@ -72,7 +68,7 @@
"@storybook/react-vite": "^8.1.5",
"@storybook/test": "^8.1.5",
"@types/jest": "^29.5.12",
"@types/node": "^20.13.0",
"@types/node": "^20.14.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"jest": "^29.7.0",
Expand All @@ -82,7 +78,7 @@
"storybook": "^8.1.5",
"storybook-dark-mode": "^4.0.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsup": "^8.0.2",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 0a3cbc5

Please sign in to comment.