Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Aug 22, 2023
1 parent 74d2415 commit de961b1
Show file tree
Hide file tree
Showing 130 changed files with 8,810 additions and 17,128 deletions.
24 changes: 12 additions & 12 deletions examples/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
"private": true,
"dependencies": {
"@chakra-ui/react": "workspace:*",
"@emotion/react": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"framer-motion": "^10.12.16",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "^4.2.0"
"framer-motion": "^10.16.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@types/jest": "^28.1.1",
"@types/react": "^18.0.30",
"@types/react-dom": "^18.0.11",
"eslint": "8.19.0",
"@testing-library/jest-dom": "^6.0.1",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.3",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"eslint": "8.47.0",
"eslint-config-react-app": "^7.0.1",
"react-scripts": "^5.0.1",
"typescript": "^5.0.2"
"typescript": "^5.1.6"
},
"scripts": {
"start": "react-scripts start",
Expand Down
26 changes: 13 additions & 13 deletions examples/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@
"dependencies": {
"@chakra-ui/gatsby-plugin": "workspace:*",
"@chakra-ui/react": "workspace:*",
"@emotion/react": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"framer-motion": "^10.12.16",
"gatsby": "^4.18.2",
"framer-motion": "^10.16.1",
"gatsby": "^5.11.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-manifest": "^4.18.1",
"gatsby-plugin-offline": "^5.18.1",
"gatsby-plugin-react-helmet": "^5.18.0",
"gatsby-plugin-sharp": "^4.18.1",
"gatsby-source-filesystem": "^4.18.1",
"gatsby-transformer-sharp": "^4.18.1",
"prop-types": "^15.7.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"gatsby-plugin-manifest": "^5.11.0",
"gatsby-plugin-offline": "^6.11.0",
"gatsby-plugin-react-helmet": "^6.11.0",
"gatsby-plugin-sharp": "^5.11.0",
"gatsby-source-filesystem": "^5.11.0",
"gatsby-transformer-sharp": "^5.11.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"prettier": "^2.7.1"
"prettier": "^3.0.2"
},
"keywords": [
"gatsby"
Expand Down
14 changes: 7 additions & 7 deletions examples/next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"@chakra-ui/react": "workspace:*",
"@chakra-ui/theme-tools": "workspace:*",
"@chakra-ui/next-js": "workspace:*",
"@emotion/react": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@types/node": "^18.0.0",
"@types/react": "^18.0.30",
"@types/react-dom": "^18.0.11",
"framer-motion": "^10.12.16",
"next": "^13.0.7",
"@types/node": "^20.5.2",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"framer-motion": "^10.16.1",
"next": "^13.4.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.0.2"
"typescript": "^5.1.6"
},
"repository": {
"type": "git",
Expand Down
18 changes: 9 additions & 9 deletions examples/next-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"@chakra-ui/icons": "workspace:*",
"@chakra-ui/react": "workspace:*",
"@chakra-ui/theme-tools": "workspace:*",
"@emotion/react": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@faker-js/faker": "^7.1.0",
"@types/node": "^18.0.0",
"@types/react": "^18.0.30",
"@types/react-dom": "^18.0.11",
"framer-motion": "^10.12.16",
"next": "^13.0.7",
"@faker-js/faker": "^8.0.2",
"@types/node": "^20.5.2",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"framer-motion": "^10.16.1",
"next": "^13.4.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.2.0",
"typescript": "^5.0.2"
"react-icons": "^4.10.1",
"typescript": "^5.1.6"
},
"repository": {
"type": "git",
Expand Down
12 changes: 6 additions & 6 deletions examples/storybook-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/core": "^7.22.10",
"@chakra-ui/storybook-addon": "workspace:*",
"@storybook/addon-actions": "^6.5.6",
"@storybook/react": "^6.5.6"
"@storybook/addon-actions": "^7.3.2",
"@storybook/react": "^7.3.2"
},
"devDependencies": {
"@storybook/addon-essentials": "^6.5.6",
"@storybook/addon-links": "^6.3.12",
"babel-loader": "^8.2.3"
"@storybook/addon-essentials": "^7.3.2",
"@storybook/addon-links": "^7.3.2",
"babel-loader": "^9.1.3"
},
"scripts": {
"storybook": "start-storybook -p 6006",
Expand Down
14 changes: 7 additions & 7 deletions examples/vite-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"preview": "vite preview"
},
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@chakra-ui/react": "workspace:*",
"@types/react": "^18.0.30",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.0.0",
"typescript": "^5.0.2",
"vite": "^4.0.2"
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"typescript": "^5.1.6",
"vite": "^4.4.9"
}
}
9 changes: 4 additions & 5 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @type {import('jest').Config} */
module.exports = {
testEnvironment: "jsdom",
collectCoverageFrom: ["packages/**/*.{ts,tsx}"],
Expand All @@ -7,13 +8,11 @@ module.exports = {
"<rootDir>/tooling/cra-template*",
],
transform: {
"^.+\\.(ts|tsx|js|jsx)?$": "@swc-node/jest",
"^.+\\.(ts|tsx|js|jsx)?$": "@swc/jest",
},
transformIgnorePatterns: ["[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$"],
setupFilesAfterEnv: [
"@testing-library/jest-dom/extend-expect",
"./scripts/setup-test.ts",
],
setupFilesAfterEnv: ["./scripts/setup-test.ts"],
testTimeout: 10000,
globals: {
"ts-jest": {
tsconfig: "tsconfig.json",
Expand Down
112 changes: 56 additions & 56 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dev": "turbo run dev --filter=!./examples/*",
"typecheck": "tsc --noEmit",
"build:theme": "cd packages/components/theme && pnpm build:fast",
"test": "jest",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"lint": "eslint packages/**/**/src --ext .ts,.tsx --config .eslintrc --cache",
"format:check": "prettier --check packages/**/**/src --cache",
"format:write": "prettier --write packages/**/**/src --cache",
Expand All @@ -46,10 +46,10 @@
},
"version": "2.0.0",
"dependencies": {
"@babel/core": "^7.18.9",
"@babel/eslint-parser": "^7.18.9",
"@babel/core": "^7.22.10",
"@babel/eslint-parser": "^7.22.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/runtime": "^7.20.7",
"@babel/runtime": "^7.22.10",
"@chakra-ui/cli": "workspace:*",
"@chakra-ui/storybook-addon": "workspace:*",
"@chakra-ui/test-utils": "workspace:*",
Expand All @@ -58,66 +58,66 @@
"@changesets/cli": "2.26.2",
"@changesets/get-release-plan": "3.0.17",
"@changesets/types": "5.2.1",
"@commitlint/cli": "14.1.0",
"@commitlint/config-conventional": "14.1.0",
"@octokit/rest": "^19.0.4",
"@storybook/addon-a11y": "^7.0.20",
"@storybook/addon-essentials": "^7.0.20",
"@storybook/addon-storysource": "^7.0.20",
"@storybook/addons": "^7.0.20",
"@storybook/cli": "^7.0.20",
"@storybook/react": "^7.0.20",
"@storybook/react-vite": "^7.0.20",
"@storybook/theming": "^7.0.20",
"@swc-node/jest": "^1.5.2",
"@swc/core": "^1.2.177",
"@testing-library/jest-dom": "^5.16.4",
"@types/edit-json-file": "^1.6.1",
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@octokit/rest": "^20.0.1",
"@storybook/addon-a11y": "^7.3.2",
"@storybook/addon-essentials": "^7.3.2",
"@storybook/addon-storysource": "^7.3.2",
"@storybook/addons": "^7.3.2",
"@storybook/cli": "^7.3.2",
"@storybook/react": "^7.3.2",
"@storybook/react-vite": "^7.3.2",
"@storybook/theming": "^7.3.2",
"@swc/core": "^1.3.78",
"@swc/jest": "^0.2.29",
"@testing-library/jest-dom": "^6.0.1",
"@types/edit-json-file": "^1.7.0",
"@types/fs-extra": "11.0.1",
"@types/jest": "^29.5.1",
"@types/jest": "^29.5.3",
"@types/mkdirp": "1.0.2",
"@types/node": "^18.0.0",
"@types/react": "^18.0.30",
"@types/react-dom": "^18.0.11",
"@types/testing-library__jest-dom": "5.14.8",
"@typescript-eslint/eslint-plugin": "5.30.3",
"@typescript-eslint/parser": "5.30.3",
"dotenv": "16.0.3",
"@types/node": "^20.5.2",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/testing-library__jest-dom": "5.14.9",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"dotenv": "16.3.1",
"edit-json-file": "1.7.0",
"eslint": "8.19.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.5.0",
"eslint": "8.47.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-react": "1.1.7",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-testing-library": "5.5.1",
"find-packages": "9.0.13",
"eslint-plugin-testing-library": "6.0.0",
"find-packages": "10.0.4",
"find-up": "^6.3.0",
"fs-extra": "11.1.1",
"husky": "^7.0.4",
"jest": "^28.1.1",
"jest-environment-jsdom": "^28.1.1",
"jest-watch-typeahead": "1.1.0",
"lint-staged": "11.2.6",
"node-fetch": "3.3.1",
"husky": "^8.0.3",
"jest": "^29.6.3",
"jest-environment-jsdom": "^29.6.3",
"jest-watch-typeahead": "2.2.2",
"lint-staged": "14.0.1",
"node-fetch": "3.3.2",
"npm-run-all": "^4.1.5",
"ora": "6.1.2",
"ora": "7.0.1",
"outdent": "^0.8.0",
"plop": "3.1.2",
"prettier": "^2.7.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rimraf": "3.0.2",
"storybook": "^7.0.20",
"tsup": "^6.7.0",
"tsx": "^3.8.1",
"turbo": "1.3.4",
"typescript": "^5.0.2",
"unbuild": "0.7.4",
"vite": "^4.3.9"
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "5.0.1",
"storybook": "^7.3.2",
"tsup": "^7.2.0",
"tsx": "^3.12.7",
"turbo": "1.10.12",
"typescript": "^5.1.6",
"unbuild": "1.2.1",
"vite": "^4.4.9"
},
"pnpm": {
"overrides": {
Expand All @@ -129,8 +129,8 @@
"node": ">=16.x"
},
"devDependencies": {
"@babel/preset-env": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6"
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5"
}
}
4 changes: 2 additions & 2 deletions packages/components/accordion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"@chakra-ui/react-use-disclosure": "workspace:*",
"@chakra-ui/system": "workspace:*",
"@chakra-ui/modal": "workspace:*",
"framer-motion": "^10.12.16",
"react": "^18.0.0",
"framer-motion": "^10.16.1",
"react": "^18.2.0",
"clean-package": "2.2.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/components/alert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@chakra-ui/system": "workspace:*",
"@chakra-ui/layout": "workspace:*",
"react": "^18.0.0",
"react": "^18.2.0",
"clean-package": "2.2.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/components/avatar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@chakra-ui/object-utils": "workspace:*",
"@chakra-ui/system": "workspace:*",
"@chakra-ui/layout": "workspace:*",
"react": "^18.0.0",
"react": "^18.2.0",
"clean-package": "2.2.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/components/breadcrumb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"devDependencies": {
"@chakra-ui/icons": "workspace:*",
"@chakra-ui/system": "workspace:*",
"react-router-dom": "6.14.1",
"react": "^18.0.0",
"react-router-dom": "6.15.0",
"react": "^18.2.0",
"clean-package": "2.2.0"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/components/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"@chakra-ui/icons": "workspace:*",
"@chakra-ui/theme": "workspace:*",
"@chakra-ui/layout": "workspace:*",
"framer-motion": "^10.12.16",
"react-icons": "^4.2.0",
"react-spinners": "0.11.0",
"react": "^18.0.0",
"framer-motion": "^10.16.1",
"react-icons": "^4.10.1",
"react-spinners": "0.13.8",
"react": "^18.2.0",
"clean-package": "2.2.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit de961b1

Please sign in to comment.