Skip to content

Commit

Permalink
fix(deps): ⬆️ update prod dependencies (minor) to v3.0.0 (#364)
Browse files Browse the repository at this point in the history
Co-authored-by: Navin Moorthy <navin007.a@gmail.com>
  • Loading branch information
renovate[bot] and navin-moorthy committed Jun 16, 2022
1 parent 3249cdf commit 44ef03a
Show file tree
Hide file tree
Showing 10 changed files with 322 additions and 310 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- name: Install deps
- name: Install Dependencies
run: yarn

- name: Build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- name: Install deps
- name: Install Dependencies
run: yarn

- name: Build
- name: Lint
run: yarn lint
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
with:
timezone: Asia/Kolkata

- name: Install deps
- name: Install Dependencies
run: yarn

- name: Test
run: yarn test
2 changes: 1 addition & 1 deletion .kodiak.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = 1
[merge]
automerge_label = "ready 🎉"
require_automerge_label = false
method = "squash"
method = "rebase"
delete_branch_on_merge = true
optimistic_updates = true
prioritize_ready_to_merge = true
Expand Down
2 changes: 1 addition & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
core: { builder: "webpack5" },
framework: "@storybook/react",
core: { builder: "webpack5" },
features: { babelModeV7: true },
stories: ["../src/**/*.stories.@(js|jsx|ts|tsx)"],
addons: [
Expand Down
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"vivaxy.vscode-conventional-commits",
"christian-kohler.path-intellisense",
"bradlc.vscode-tailwindcss",
"orta.vscode-jest",
"tlent.jest-snapshot-language-support",
"vespa-dev-works.jestrunit"
Expand Down
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"git.branchProtection": ["main"],
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": "file:///Users/navin/Documents/github/react-tailwind/.github/workflows/build.yml"
}
}
65 changes: 33 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@
],
"scripts": {
"postinstall": "concurrently \"husky install\" \"patch-package\"",
"previews": "node scripts/builds/create-previews.js",
"storybook": "yarn previews && cross-env TAILWIND_MODE=watch start-storybook -p 6006",
"previews": "node scripts/builds/create-previews.js",
"test": "jest --config ./jest.config.ts --no-cache",
"lint": "eslint --color --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "eslint --color --ext .js,.jsx,.ts,.tsx . --fix",
"format": "prettier -wl \"./**/*.{html,css,js,jsx,ts,tsx,md,json}\"",
"format": "prettier --check \"./**/*.{html,css,js,jsx,ts,tsx,md,json}\"",
"format:fix": "prettier --write --list-different --cache \"./**/*.{html,css,js,jsx,ts,tsx,md,json}\"",
"format:package": "sort-package-json package.json",
"docs": "node scripts/builds/docs.js",
"prebuild": "rimraf dist",
Expand All @@ -51,12 +52,12 @@
"build:esm": "cross-env BABEL_ENV=esm babel src --extensions .ts,.tsx -d dist/esm --source-maps",
"build:types": "tsc --emitDeclarationOnly --project tsconfig.prod.json",
"storybook-build": "yarn previews && build-storybook",
"commit": "gacp",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"prepublishOnly": "pinst --disable",
"release": "release-it",
"postpublish": "pinst --enable"
"postpublish": "pinst --enable",
"commit": "gacp",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"commitlint": {
"extends": [
Expand Down Expand Up @@ -84,21 +85,21 @@
]
},
"dependencies": {
"@chakra-ui/react-utils": "^2.0.0",
"@chakra-ui/utils": "^2.0.1",
"@internationalized/date": "3.0.0-rc.1",
"@react-aria/button": "^3.5.0",
"@react-aria/calendar": "3.0.0-rc.1",
"@react-aria/datepicker": "3.0.0-rc.1",
"@react-aria/i18n": "^3.4.0",
"@react-aria/numberfield": "^3.2.0",
"@react-aria/slider": "^3.1.0",
"@react-aria/spinbutton": "^3.1.0",
"@react-aria/utils": "^3.13.0",
"@react-stately/calendar": "3.0.0-rc.1",
"@react-stately/datepicker": "3.0.0-rc.1",
"@react-stately/numberfield": "^3.1.0",
"@react-stately/slider": "^3.1.0",
"@chakra-ui/react-utils": "^2.0.1",
"@chakra-ui/utils": "^2.0.2",
"@internationalized/date": "3.0.0",
"@react-aria/button": "^3.5.1",
"@react-aria/calendar": "3.0.0",
"@react-aria/datepicker": "3.0.0",
"@react-aria/i18n": "^3.4.1",
"@react-aria/numberfield": "^3.2.1",
"@react-aria/slider": "^3.1.1",
"@react-aria/spinbutton": "^3.1.1",
"@react-aria/utils": "^3.13.1",
"@react-stately/calendar": "3.0.0",
"@react-stately/datepicker": "3.0.0",
"@react-stately/numberfield": "^3.1.1",
"@react-stately/slider": "^3.1.1",
"ariakit": "2.0.0-next.30",
"ariakit-utils": "0.17.0-next.21",
"raf": "^3.4.1"
Expand All @@ -117,13 +118,13 @@
"@commitlint/config-conventional": "17.0.2",
"@emotion/css": "11.9.0",
"@react-spring/web": "9.4.5",
"@react-types/button": "3.5.0",
"@react-types/calendar": "3.0.0-rc.1",
"@react-types/datepicker": "3.0.0-rc.1",
"@react-types/dialog": "3.4.0",
"@react-types/numberfield": "3.3.0",
"@react-types/shared": "3.13.0",
"@react-types/slider": "3.1.0",
"@react-types/button": "3.5.1",
"@react-types/calendar": "3.0.0",
"@react-types/datepicker": "3.0.0",
"@react-types/dialog": "3.4.1",
"@react-types/numberfield": "3.3.1",
"@react-types/shared": "3.13.1",
"@react-types/slider": "3.1.1",
"@release-it/conventional-changelog": "5.0.0",
"@storybook/addon-a11y": "6.5.9",
"@storybook/addon-actions": "6.5.9",
Expand All @@ -141,7 +142,7 @@
"@types/jest-axe": "3.5.3",
"@types/jest-in-case": "1.0.5",
"@types/mockdate": "3.0.0",
"@types/node": "17.0.40",
"@types/node": "18.0.0",
"@types/raf": "3.4.0",
"@types/react": "18.0.12",
"@types/react-dom": "18.0.5",
Expand All @@ -153,7 +154,7 @@
"babel-jest": "28.1.1",
"babel-loader": "8.2.5",
"babel-plugin-jsx-remove-data-test-id": "3.0.0",
"chalk": "4.1.0",
"chalk": "4.1.2",
"codesandbox": "2.2.3",
"concurrently": "7.2.2",
"cross-env": "7.0.3",
Expand All @@ -178,15 +179,15 @@
"markdown-toc": "1.2.0",
"md-node-inject": "2.0.0",
"mockdate": "3.0.5",
"node-fetch": "2.6.1",
"node-fetch": "2.6.7",
"outdent": "0.8.0",
"patch-package": "6.4.7",
"pinst": "3.0.0",
"postcss": "8.4.14",
"postcss-import": "14.1.0",
"postcss-merge-selectors": "0.0.6",
"postcss-scopify": "0.1.10",
"prettier": "2.7.0",
"prettier": "2.7.1",
"raw-loader": "4.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["config:base"],
"extends": ["config:base", ":semanticCommitTypeAll(chore)"],
"commitMessageAction": "⬆️ update",
"ignoreDeps": ["node-fetch", "chalk"],
"packageRules": [
Expand Down

1 comment on commit 44ef03a

@vercel
Copy link

@vercel vercel bot commented on 44ef03a Jun 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react – ./

react-timelessco.vercel.app
react-git-main-timelessco.vercel.app
adaptui-react.vercel.app

Please sign in to comment.