Skip to content

Commit

Permalink
chore: upgrade some packages to try to solve vercel CD packages conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAmar committed Aug 4, 2024
1 parent b8e4e22 commit c811238
Show file tree
Hide file tree
Showing 12 changed files with 1,735 additions and 2,138 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
with:
node-version: 20.x
cache: 'yarn'
# corepack-enable: true

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down
Binary file modified .yarn/install-state.gz
Binary file not shown.
10 changes: 5 additions & 5 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@pillar-ui/icons": "*",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint-config-next": "^14.2.4",
"next": "^14.2.4",
"eslint-config-next": "^14.2.5",
"next": "^14.2.5",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.3.0",
"react": "^18.3.1",
Expand All @@ -32,12 +32,12 @@
"sugar-high": "^0.7.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.25.2",
"@pillar-ui/eslint": "*",
"@pillar-ui/tsconfig": "*",
"concurrently": "^8.2.0",
"concurrently": "^8.2.2",
"eslint": "7.32.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.5.2"
"typescript": "^5.5.4"
}
}
2 changes: 1 addition & 1 deletion apps/docs/src/app/docs/components/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export async function generateMetadata({ params }: SlugParamsProps): Promise<Met
title,
description,
type: 'article',
url: `${DOMAIN}/components/${slug}`,
url: `${DOMAIN}/docs/components/${slug}`,
},
twitter: {
card: 'summary_large_image',
Expand Down
40 changes: 20 additions & 20 deletions apps/stories/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,33 +13,33 @@
},
"dependencies": {
"@pillar-ui/core": "*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^7.22.5",
"@babel/preset-env": "^7.22.7",
"@babel/preset-react": "^7.22.5",
"@chromatic-com/storybook": "1",
"@babel/plugin-transform-react-jsx": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/preset-react": "^7.24.7",
"@chromatic-com/storybook": "1.6.1",
"@pillar-ui/tsconfig": "*",
"@storybook/addon-a11y": "^8.1.11",
"@storybook/addon-actions": "^8.1.11",
"@storybook/addon-docs": "^8.1.11",
"@storybook/addon-essentials": "^8.1.11",
"@storybook/addon-links": "^8.1.11",
"@storybook/nextjs": "8.1.11",
"@storybook/react": "^8.1.11",
"@storybook/test": "8.1.11",
"@storybook/test-runner": "^0.19.0",
"@vitejs/plugin-react": "^1.3.2",
"@storybook/addon-a11y": "^8.2.7",
"@storybook/addon-actions": "^8.2.7",
"@storybook/addon-docs": "^8.2.7",
"@storybook/addon-essentials": "^8.2.7",
"@storybook/addon-links": "^8.2.7",
"@storybook/nextjs": "8.2.7",
"@storybook/react": "^8.2.7",
"@storybook/test": "8.2.7",
"@storybook/test-runner": "^0.19.1",
"@vitejs/plugin-react": "^4.3.1",
"eslint-config-custom": "*",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.7",
"rimraf": "^6.0.1",
"serve": "^13.0.4",
"storybook": "8.1.11",
"storybook": "8.2.7",
"storybook-addon-pseudo-states": "^3.1.1",
"storybook-addon-themes": "^6.1.0",
"typescript": "^4.9.3",
"webpack": "^5.72.1"
"typescript": "^5.5.4",
"webpack": "^5.93.0"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@
"release": "changeset publish"
},
"devDependencies": {
"alex": "^11.0.0",
"alex": "^11.0.1",
"eslint-config-custom": "*",
"husky": "^8.0.3",
"lint-staged": "^v13.2.0",
"prettier": "latest",
"turbo": "^2.0.4"
"lint-staged": "^13.3.0",
"prettier": "^3.3.3",
"turbo": "^2.0.11"
},
"packageManager": "[email protected]",
"dependencies": {
"@changesets/cli": "^2.26.2"
"@changesets/cli": "^2.27.7"
},
"version": "0.0.0"
}
22 changes: 11 additions & 11 deletions packages/pillar-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,21 @@
"@pillar-ui/icons": "*",
"@pillar-ui/tsconfig": "*",
"@pillar-ui/utils": "*",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"autoprefixer": "^10.4.14",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"cssnano": "^5.1.15",
"eslint": "^8.15.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.21",
"postcss": "^8.4.40",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"postcss-nested": "^6.0.1",
"react": "^18.1.0",
"rimraf": "^5.0.7",
"sass": "^1.59.2",
"terser": "^5.19.1",
"tsup": "^8.0.1",
"typescript": "^4.5.3"
"postcss-nested": "^6.2.0",
"react": "^18.3.1",
"rimraf": "^6.0.1",
"sass": "^1.77.8",
"terser": "^5.31.3",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
}
}
8 changes: 4 additions & 4 deletions packages/pillar-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"eslint-config-next": "latest",
"eslint-config-prettier": "^8.3.0",
"eslint-config-turbo": "latest",
"eslint-plugin-react": "7.29.4"
"eslint-config-next": "^14.2.5",
"eslint-config-prettier": "^8.10.0",
"eslint-config-turbo": "^2.0.11",
"eslint-plugin-react": "7.35.0"
},
"scripts": {
"clean": "rm -rf node_modules"
Expand Down
22 changes: 11 additions & 11 deletions packages/pillar-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,19 @@
"@pillar-ui/eslint": "*",
"@pillar-ui/tsconfig": "*",
"@pillar-ui/utils": "*",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"@vitejs/plugin-react": "^4.0.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.15.0",
"jsdom": "^22.1.0",
"npm-run-all": "^4.1.5",
"react": "^18.1.0",
"rimraf": "^5.0.7",
"tsup": "^6.7.0",
"typescript": "^4.5.3",
"vite": "^4.3.9",
"vitest": "^0.31.1"
"react": "^18.3.1",
"rimraf": "^6.0.1",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vite": "^4.5.3",
"vitest": "^0.31.4"
}
}
12 changes: 6 additions & 6 deletions packages/pillar-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@
"devDependencies": {
"@pillar-ui/eslint": "*",
"@pillar-ui/tsconfig": "*",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8.15.0",
"npm-run-all": "^4.1.5",
"react": "^18.1.0",
"rimraf": "^5.0.7",
"tsup": "^8.0.1",
"typescript": "^4.5.3"
"react": "^18.3.1",
"rimraf": "^6.0.1",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
}
}
14 changes: 7 additions & 7 deletions packages/pillar-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@
"devDependencies": {
"@pillar-ui/eslint": "*",
"@pillar-ui/tsconfig": "*",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8.15.0",
"npm-run-all": "^4.1.5",
"react": "^18.1.0",
"rimraf": "^5.0.7",
"tsup": "^8.0.1",
"typescript": "^4.5.3",
"vitest": "^0.31.2"
"react": "^18.3.1",
"rimraf": "^6.0.1",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vitest": "^0.31.4"
}
}
Loading

0 comments on commit c811238

Please sign in to comment.