Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2024
1 parent 7243d7d commit 19f81e4
Show file tree
Hide file tree
Showing 15 changed files with 5,086 additions and 3,630 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
node-version-file: "package.json"

- name: setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
id: pnpm-install
with:
# Version of pnpm to install:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/app-format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
node-version-file: "package.json"

- name: setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
id: pnpm-install
with:
# Version of pnpm to install:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/app-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
node-version-file: "package.json"

- name: setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
id: pnpm-install
with:
# Version of pnpm to install:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/app-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
node-version-file: "package.json"

- name: setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
id: pnpm-install
with:
# Version of pnpm to install:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/app-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
node-version-file: "package.json"

- name: setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
id: pnpm-install
with:
# Version of pnpm to install:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website-chromatic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
node-version-file: "package.json"

- name: setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
id: pnpm-install
with:
# Version of pnpm to install:
Expand Down
56 changes: 28 additions & 28 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,50 +24,50 @@
"dependencies": {
"@nitic-astronomy/cms": "workspace:*",
"@nitic-astronomy/model": "workspace:*",
"@radix-ui/react-navigation-menu": "1.1.2",
"@t3-oss/env-nextjs": "0.3.1",
"@vercel/analytics": "1.0.1",
"@vercel/og": "0.5.3",
"@radix-ui/react-navigation-menu": "1.1.4",
"@t3-oss/env-nextjs": "0.8.0",
"@vercel/analytics": "1.1.2",
"@vercel/og": "0.6.2",
"date-fns": "2.30.0",
"date-fns-tz": "2.0.0",
"dotenv": "16.0.3",
"framer-motion": "10.12.11",
"microcms-js-sdk": "2.4.0",
"next": "13.4.2",
"dotenv": "16.4.1",
"framer-motion": "10.18.0",
"microcms-js-sdk": "2.7.0",
"next": "13.5.6",
"next-themes": "0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.8.0",
"react-icons": "4.12.0",
"recoil": "0.7.7",
"sharp": "0.32.1",
"tailwind-merge": "1.12.0",
"tailwind-variants": "0.1.7",
"sharp": "0.33.2",
"tailwind-merge": "1.14.0",
"tailwind-variants": "0.1.20",
"ts-pattern": "4.3.0",
"unicount": "1.2.0",
"zod": "3.21.4"
"zod": "3.22.4"
},
"devDependencies": {
"@funboxteam/optimizt": "4.1.1",
"@nitic-astronomy/jest": "workspace:*",
"@nitic-astronomy/prettier": "workspace:*",
"@nitic-astronomy/stylelint": "workspace:*",
"@nitic-astronomy/tsconfig": "workspace:*",
"@storybook/addon-a11y": "7.0.12",
"@storybook/addon-essentials": "7.0.12",
"@storybook/addon-viewport": "7.0.12",
"@storybook/nextjs": "7.0.12",
"@storybook/react": "7.0.12",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@types/webpack": "5.28.1",
"autoprefixer": "10.4.14",
"chromatic": "6.17.4",
"@storybook/addon-a11y": "7.6.12",
"@storybook/addon-essentials": "7.6.12",
"@storybook/addon-viewport": "7.6.12",
"@storybook/nextjs": "7.6.12",
"@storybook/react": "7.6.12",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@types/webpack": "5.28.5",
"autoprefixer": "10.4.17",
"chromatic": "6.24.1",
"eslint-config-nitic-astronomy-nextjs": "workspace:*",
"postcss": "8.4.23",
"sass": "1.62.1",
"storybook": "7.0.12",
"tailwind-scrollbar": "3.0.4",
"tailwindcss": "3.3.2",
"postcss": "8.4.33",
"sass": "1.70.0",
"storybook": "7.6.12",
"tailwind-scrollbar": "3.0.5",
"tailwindcss": "3.4.1",
"tw-colors": "1.2.6"
}
}
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"node": ">=18.0.0 <19",
"pnpm": ">=7.0.0"
},
"packageManager": "pnpm@8.5.1",
"packageManager": "pnpm@8.15.1",
"volta": {
"node": "18.16.0"
"node": "18.19.0"
},
"scripts": {
"prepare": "husky install",
Expand All @@ -26,22 +26,22 @@
"cms": "pnpm --filter @nitic-astronomy/cms"
},
"devDependencies": {
"@types/jest": "29.5.1",
"@types/node": "18.16.9",
"@types/uuid": "9.0.1",
"@types/jest": "29.5.11",
"@types/node": "18.19.11",
"@types/uuid": "9.0.8",
"cross-env": "7.0.3",
"eslint": "8.40.0",
"graphql": "16.6.0",
"eslint": "8.56.0",
"graphql": "16.8.1",
"graphql-type-json": "0.3.2",
"husky": "8.0.3",
"jest": "29.5.0",
"lint-staged": "13.2.2",
"jest": "29.7.0",
"lint-staged": "13.3.0",
"prettier": "2.8.8",
"rimraf": "5.0.0",
"stylelint": "15.6.1",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"turbo": "1.9.5",
"typescript": "5.1.3"
"rimraf": "5.0.5",
"stylelint": "15.11.0",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"turbo": "1.12.1",
"typescript": "5.3.3"
}
}
8 changes: 4 additions & 4 deletions packages/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"@nitic-astronomy/prettier": "workspace:*",
"@nitic-astronomy/tsconfig": "workspace:*",
"eslint-config-nitic-astronomy-node": "workspace:*",
"jest": "29.5.0"
"jest": "29.7.0"
},
"dependencies": {
"dotenv": "16.0.3",
"microcms-js-sdk": "2.4.0",
"zod": "3.21.4",
"dotenv": "16.4.1",
"microcms-js-sdk": "2.7.0",
"zod": "3.22.4",
"@nitic-astronomy/model": "workspace:*"
}
}
18 changes: 9 additions & 9 deletions packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
"lint:fix": "eslint ./**/*.json --fix"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.59.6",
"@typescript-eslint/parser": "5.59.6",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-next": "13.4.2",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-next": "13.5.6",
"eslint-config-nitic-astronomy-base": "workspace:*",
"eslint-config-prettier": "8.8.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-storybook": "0.6.12",
"eslint-plugin-tailwindcss": "3.12.0"
"eslint-plugin-react": "7.33.2",
"eslint-plugin-storybook": "0.6.15",
"eslint-plugin-tailwindcss": "3.14.1"
}
}
8 changes: 4 additions & 4 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"devDependencies": {
"@nitic-astronomy/prettier": "workspace:*",
"eslint-config-nitic-astronomy-base": "workspace:*",
"jest-environment-jsdom": "29.5.0"
"jest-environment-jsdom": "29.7.0"
},
"dependencies": {
"@types/jest": "29.5.1",
"jest": "29.5.0",
"ts-jest": "29.1.0"
"@types/jest": "29.5.11",
"jest": "29.7.0",
"ts-jest": "29.1.2"
}
}
4 changes: 2 additions & 2 deletions packages/model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"@nitic-astronomy/prettier": "workspace:*",
"@nitic-astronomy/tsconfig": "workspace:*",
"eslint-config-nitic-astronomy-node": "workspace:*",
"jest": "29.5.0"
"jest": "29.7.0"
},
"dependencies": {
"zod": "3.21.4"
"zod": "3.22.4"
}
}
2 changes: 1 addition & 1 deletion packages/stylelint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@nitic-astronomy/prettier": "workspace:*",
"eslint-config-nitic-astronomy-base": "workspace:*",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-recess-order": "4.0.0",
"stylelint-config-recess-order": "4.4.0",
"stylelint-config-standard-scss": "9.0.0",
"stylelint-prettier": "3.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@tsconfig/next-strictest": "1.0.1",
"@tsconfig/node-lts-strictest": "18.12.1",
"@tsconfig/node-lts-strictest-esm": "18.12.1",
"@tsconfig/strictest": "2.0.1",
"@tsconfig/strictest": "2.0.2",
"eslint-config-nitic-astronomy-base": "workspace:*"
}
}
Loading

0 comments on commit 19f81e4

Please sign in to comment.