Merge branch 'main' into renovate/eslint-plugin-jest-27.x

This commit is contained in:
Nathan Bierema 2022-10-09 20:37:22 -05:00 committed by GitHub
commit 4683fb0c1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 15 deletions

View File

@ -29,9 +29,9 @@
"build:cjs": "babel src --extensions \".ts,.tsx\" --out-dir lib/cjs",
"build:esm": "babel src --config-file ./babel.config.esm.json --extensions \".ts,.tsx\" --out-dir lib/esm",
"build:types": "tsc --emitDeclarationOnly",
"build:web": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --env platform=web --progress",
"build:umd": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --progress --config webpack.config.umd.ts",
"build:umd:min": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --env production --progress --config webpack.config.umd.ts",
"build:web": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --env platform=web",
"build:umd": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --config webpack.config.umd.ts",
"build:umd:min": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --env production --config webpack.config.umd.ts",
"clean": "rimraf build lib umd",
"test": "jest",
"lint": "eslint . --ext .ts,.tsx",

View File

@ -11,7 +11,7 @@
},
"dependencies": {
"@babel/runtime": "^7.19.0",
"@chakra-ui/react": "^2.2.1",
"@chakra-ui/react": "^2.3.5",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mswjs/data": "^0.10.2",

View File

@ -25,8 +25,8 @@
},
"scripts": {
"start": "pnpm run storybook",
"storybook": "start-storybook -p 6006 -s ./fonts",
"build:storybook": "build-storybook -s ./fonts",
"storybook": "start-storybook --port 6006 --static-dir ./fonts",
"build:storybook": "build-storybook --static-dir ./fonts --quiet",
"build": "pnpm run build:lib && pnpm run build:storybook",
"build:lib": "pnpm run build:cjs && pnpm run build:esm && pnpm run build:types && pnpm run build:css",
"build:cjs": "babel src --extensions \".ts,.tsx\" --out-dir lib/cjs",

View File

@ -1876,7 +1876,7 @@ importers:
'@babel/preset-react': ^7.18.6
'@babel/preset-typescript': ^7.18.6
'@babel/runtime': ^7.19.0
'@chakra-ui/react': ^2.2.1
'@chakra-ui/react': ^2.3.5
'@emotion/react': ^11.10.4
'@emotion/styled': ^11.10.4
'@mswjs/data': ^0.10.2
@ -14199,7 +14199,7 @@ packages:
engines: {node: '>=12.0.0'}
dependencies:
ansi-escapes: 4.3.2
chalk: 4.1.1
chalk: 4.1.2
cli-cursor: 3.1.0
cli-width: 3.0.0
external-editor: 3.1.0
@ -15567,6 +15567,7 @@ packages:
chalk: 2.4.2
diff-match-patch: 1.0.5
dev: false
bundledDependencies: []
/jsonfile/4.0.0:
resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==}
@ -16114,7 +16115,7 @@ packages:
resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==}
engines: {node: '>=10'}
dependencies:
chalk: 4.1.1
chalk: 4.1.2
is-unicode-supported: 0.1.0
dev: false
@ -17247,7 +17248,7 @@ packages:
engines: {node: '>=10'}
dependencies:
bl: 4.1.0
chalk: 4.1.1
chalk: 4.1.2
cli-cursor: 3.1.0
cli-spinners: 2.7.0
is-interactive: 1.0.0

View File

@ -21,11 +21,6 @@
"matchPackageNames": ["source-map"],
"matchUpdateTypes": ["major", "minor"],
"groupName": "source-map"
},
{
"matchPackageNames": ["@chakra-ui/react"],
"matchUpdateTypes": ["major", "minor", "patch"],
"groupName": "chakra-ui"
}
]
}