Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 61e9372

Browse files
Update devDependencies (non-major)
1 parent 9e4d9c7 commit 61e9372

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,19 @@
5252
"yup": "^0.32.11"
5353
},
5454
"devDependencies": {
55-
"@babel/core": "7.18.5",
55+
"@babel/core": "7.18.9",
5656
"@babel/plugin-transform-modules-commonjs": "^7.18.2",
57-
"@babel/preset-env": "7.18.2",
58-
"@babel/preset-react": "7.17.12",
59-
"@babel/preset-typescript": "7.17.12",
60-
"@graphql-codegen/cli": "2.6.2",
57+
"@babel/preset-env": "7.18.9",
58+
"@babel/preset-react": "7.18.6",
59+
"@babel/preset-typescript": "7.18.6",
60+
"@graphql-codegen/cli": "2.8.1",
6161
"@graphql-codegen/introspection": "^2.1.1",
62-
"@graphql-codegen/typescript": "2.4.5",
63-
"@graphql-codegen/typescript-operations": "2.3.2",
64-
"@graphql-codegen/typescript-react-apollo": "3.2.8",
62+
"@graphql-codegen/typescript": "2.7.1",
63+
"@graphql-codegen/typescript-operations": "2.5.1",
64+
"@graphql-codegen/typescript-react-apollo": "3.3.1",
6565
"@holo-host/mock-conductor": "^0.3.3",
66-
"@holochain-open-dev/core-types": "^0.2.1",
67-
"@innei-util/eslint-config-react-ts": "^0.1.2",
66+
"@holochain-open-dev/core-types": "0.4.0",
67+
"@innei-util/eslint-config-react-ts": "0.8.2",
6868
"@innei-util/prettier": "0.8.2",
6969
"@jest/types": "^28.1.1",
7070
"@storybook/addon-actions": "6.5.9",
@@ -80,16 +80,16 @@
8080
"@testing-library/jest-dom": "^5.16.4",
8181
"@testing-library/react": "^13.3.0",
8282
"@testing-library/user-event": "^14.2.1",
83-
"@types/jest": "28.1.3",
84-
"@types/react": "18.0.14",
83+
"@types/jest": "28.1.6",
84+
"@types/react": "18.0.15",
8585
"@types/react-dom": "^18.0.5",
8686
"@types/react-router-dom": "^5.3.3",
8787
"@types/testing-library__jest-dom": "^5.14.5",
8888
"@vitejs/plugin-react": "^1.3.2",
8989
"@zougt/some-loader-utils": "^1.4.3",
9090
"@zougt/vite-plugin-theme-preprocessor": "^1.4.5",
9191
"autoprefixer": "10.4.7",
92-
"babel-jest": "28.1.1",
92+
"babel-jest": "28.1.3",
9393
"babel-loader": "8.2.5",
9494
"babel-plugin-import-graphql": "^2.8.1",
9595
"babel-plugin-macros": "^3.1.0",
@@ -99,7 +99,7 @@
9999
"css-loader": "^5.2.7",
100100
"esbuild": "^0.14.48",
101101
"eslint": "7.32.0",
102-
"eslint-plugin-storybook": "^0.5.12",
102+
"eslint-plugin-storybook": "0.6.1",
103103
"git-branch-is": "^4.0.0",
104104
"graphql-codegen-typescript-mock-data": "^2.2.3",
105105
"graphql-scalars": "^1.17.0",
@@ -109,14 +109,14 @@
109109
"jest-environment-jsdom": "^28.1.2",
110110
"less": "^4.1.3",
111111
"less-loader": "^11.0.0",
112-
"lint-staged": "11.1.2",
112+
"lint-staged": "11.2.6",
113113
"node-sass": "^7.0.1",
114-
"postcss": "8.3.6",
114+
"postcss": "8.4.14",
115115
"postcss-cli": "^9.1.0",
116116
"postcss-nested": "5.0.6",
117117
"postcss-scss": "^4.0.4",
118-
"prettier": "2.4.0",
119-
"react-is": "18.1.0",
118+
"prettier": "2.7.1",
119+
"react-is": "18.2.0",
120120
"require-from-string": "^2.0.2",
121121
"sass": "^1.52.3",
122122
"sass-loader": "^10.0.0",
@@ -128,11 +128,11 @@
128128
"ts-jest": "^28.0.5",
129129
"ts-loader": "^6",
130130
"tsconfig-paths-webpack-plugin": "^3.5.2",
131-
"typescript": "4.4.3",
131+
"typescript": "4.7.4",
132132
"typescript-plugin-styled-components": "^2.0.0",
133133
"vite": "^2.9.12",
134-
"vite-plugin-checker": "0.3.4",
134+
"vite-plugin-checker": "0.4.9",
135135
"vite-plugin-simple-gql": "^0.5.0",
136-
"vite-tsconfig-paths": "3.3.14"
136+
"vite-tsconfig-paths": "3.5.0"
137137
}
138138
}

0 commit comments

Comments
 (0)