Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sebstryczek committed Sep 11, 2023
1 parent db890d7 commit e18b901
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 29 deletions.
12 changes: 6 additions & 6 deletions apps/next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"lint": "next lint"
},
"devDependencies": {
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"eslint": "8.44.0",
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"eslint": "8.49.0",
"eslint-config-custom": "*",
"tsconfig": "*",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"dependencies": {
"next": "13.4.8",
"next": "13.4.19",
"react": "18.2.0",
"react-dom": "18.2.0",
"package-template": "*"
Expand Down
8 changes: 4 additions & 4 deletions apps/vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
},
"devDependencies": {
"@vitejs/plugin-basic-ssl": "^1.0.1",
"eslint": "8.44.0",
"eslint": "8.49.0",
"eslint-config-custom": "*",
"tsconfig": "*",
"typescript": "5.1.6",
"vite": "^4.4.2",
"vitest": "^0.33.0"
"typescript": "5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.4"
},
"dependencies": {}
}
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"packageManager": "[email protected]",
"workspaces": [
"apps/[^_]*",
"apps/vite-app",
"packages/[^_]*",
"shared/[^_]*"
],
Expand All @@ -14,13 +14,15 @@
"test": "turbo run test",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"ncu": "npx npm-check-updates --deep",
"ncu:u": "npx npm-check-updates --deep -u"
},
"devDependencies": {
"@turbo/gen": "^1.9.7",
"eslint": "8.44.0",
"@turbo/gen": "^1.10.13",
"eslint": "8.49.0",
"eslint-config-custom": "*",
"prettier": "^3.0.0",
"prettier": "^3.0.3",
"turbo": "latest"
}
}
8 changes: 4 additions & 4 deletions packages/_package-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"lint:fix": "eslint \"lib/**/*.{ts,tsx}\" --fix"
},
"devDependencies": {
"eslint": "8.44.0",
"eslint": "8.49.0",
"eslint-config-custom": "*",
"tsconfig": "*",
"typescript": "5.1.6",
"vite": "^4.4.2",
"vitest": "^0.33.0"
"typescript": "5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.4"
},
"dependencies": {},
"peerDependencies": {}
Expand Down
20 changes: 10 additions & 10 deletions shared/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"license": "MIT",
"private": true,
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-turbo": "^1.10.7",
"eslint-plugin-import": "^2.26.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.13",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.25.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^47.0.0",
"typescript": "^5.1.6"
"eslint-plugin-unicorn": "^48.0.1",
"typescript": "^5.2.2"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit e18b901

Please sign in to comment.