Skip to content

Commit

Permalink
Update dependencies (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhardy committed Sep 5, 2022
1 parent 86b5162 commit 850630c
Show file tree
Hide file tree
Showing 8 changed files with 2,297 additions and 2,243 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x, 18.x]

steps:
- name: Checkout Repository
Expand Down Expand Up @@ -61,10 +61,10 @@ jobs:
with:
fetch-depth: 0

- name: Setup Node.js 12.x
- name: Setup Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 14.x

- name: Install dependencies
run: yarn
Expand Down
53 changes: 27 additions & 26 deletions package.json
Expand Up @@ -44,43 +44,44 @@
}
},
"dependencies": {
"@babel/core": "^7.17.2",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-numeric-separator": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/register": "^7.17.0",
"@changesets/cli": "^2.20.0",
"@babel/core": "^7.18.13",
"@babel/eslint-parser": "^7.18.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/register": "^7.18.9",
"@changesets/cli": "^2.24.4",
"@manypkg/cli": "^0.19.1",
"@testing-library/jest-dom": "^5.16.4",
"@types/babel__core": "^7.1.18",
"@testing-library/jest-dom": "^5.16.5",
"@types/babel__core": "^7.1.19",
"@types/content-type": "^1.1.5",
"@types/jest": "^27.4.0",
"@types/jest-when": "^3.5.0",
"@types/lodash": "^4.14.182",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"@types/jest": "^28.1.8",
"@types/jest-when": "^3.5.2",
"@types/lodash": "^4.14.184",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"babel-plugin-lodash": "^3.3.4",
"core-js": "^3.21.0",
"core-js": "^3.25.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"jest": "^27.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.6",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"jsdom": "^19.0.0",
"jsdom-global": "^3.0.2",
"lodash": "^4.17.21",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
"ts-jest": "^28.0.8",
"typescript": "^4.8.2"
}
}
20 changes: 10 additions & 10 deletions packages/eslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@kablamo/eslint-config",
"version": "0.0.5",
"version": "0.0.6",
"main": "index.js",
"repository": "https://github.com/KablamoOSS/kerosene/tree/master/packages/eslint-config",
"bugs": {
Expand All @@ -21,19 +21,19 @@
"eslint": "^7.32.0"
},
"engines": {
"node": ">=10.13.0"
"node": ">= 14.15.0"
},
"dependencies": {
"@kablamo/eslint-plugin": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0"
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.6",
"eslint-plugin-react-hooks": "^4.6.0"
}
}
8 changes: 4 additions & 4 deletions packages/kerosene-test/package.json
Expand Up @@ -32,7 +32,7 @@
"access": "public"
},
"engines": {
"node": ">= 10"
"node": ">= 14.15.0"
},
"keywords": [
"jest",
Expand All @@ -46,10 +46,10 @@
"utils"
],
"dependencies": {
"@types/lodash": "^4.14.182",
"@types/sinon": "^10.0.11",
"@types/lodash": "^4.14.184",
"@types/sinon": "^10.0.13",
"lodash": "^4.17.21",
"sinon": "^13.0.1"
"sinon": "^14.0.0"
},
"devDependencies": {
"react": "^18.2.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/kerosene-test/src/react/createStubComponent.tsx
Expand Up @@ -65,6 +65,7 @@ export default function createStubComponent<
if (functional) {
return Object.assign(
({ children, ...props }: Props) => (
// eslint-disable-next-line react/no-unknown-property
<div __displayName__={displayName} {...props}>
{typeof children === "function"
? transformRenderPropResult(children(...getRenderProps!(props)))
Expand All @@ -83,6 +84,7 @@ export default function createStubComponent<
const { children, ...props } = this.props;

return (
// eslint-disable-next-line react/no-unknown-property
<div __displayName__={displayName} {...props}>
{typeof children === "function"
? transformRenderPropResult(
Expand Down
20 changes: 10 additions & 10 deletions packages/kerosene-ui/package.json
Expand Up @@ -18,27 +18,27 @@
"access": "public"
},
"engines": {
"node": ">= 10"
"node": ">= 14.15.0"
},
"dependencies": {
"@babel/runtime": "^7.17.2",
"@babel/runtime": "^7.18.9",
"@kablamo/kerosene": "^0.0.25",
"@types/lodash": "^4.14.182",
"@types/lodash": "^4.14.184",
"lodash": "^4.17.21"
},
"devDependencies": {
"@kablamo/kerosene-test": "^0.0.10",
"@rollup/plugin-babel": "^5.3.0",
"@sinonjs/fake-timers": "^9.1.1",
"@testing-library/dom": "^8.14.0",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.1",
"@types/sinonjs__fake-timers": "^8.1.1",
"@rollup/plugin-babel": "^5.3.1",
"@sinonjs/fake-timers": "^9.1.2",
"@testing-library/dom": "^8.17.1",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/sinonjs__fake-timers": "^8.1.2",
"jest-sandbox": "^1.1.2",
"jest-when": "^3.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^2.67.2",
"rollup": "^2.79.0",
"rollup-plugin-node-resolve": "^5.2.0"
},
"peerDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions packages/kerosene/package.json
Expand Up @@ -18,22 +18,22 @@
"access": "public"
},
"engines": {
"node": ">= 10"
"node": ">= 14.15.0"
},
"dependencies": {
"@babel/runtime": "^7.17.2",
"@types/lodash": "^4.14.182",
"@babel/runtime": "^7.18.9",
"@types/lodash": "^4.14.184",
"content-type": "^1.0.4",
"core-js-pure": "^3.21.0",
"date-fns": "^2.28.0",
"core-js-pure": "^3.25.0",
"date-fns": "^2.29.2",
"lodash": "^4.17.21"
},
"devDependencies": {
"@rollup/plugin-babel": "^5.3.0",
"@sinonjs/fake-timers": "^9.1.1",
"@rollup/plugin-babel": "^5.3.1",
"@sinonjs/fake-timers": "^9.1.2",
"@types/seed-random": "^2.2.1",
"jest-when": "^3.5.1",
"rollup": "^2.67.2",
"rollup": "^2.79.0",
"rollup-plugin-node-resolve": "^5.2.0",
"seed-random": "^2.2.0"
},
Expand Down

0 comments on commit 850630c

Please sign in to comment.