Skip to content

Commit

Permalink
chore: minor dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-hulski committed Jul 15, 2023
1 parent e8bed64 commit 1671da1
Show file tree
Hide file tree
Showing 12 changed files with 183 additions and 149 deletions.
293 changes: 164 additions & 129 deletions package-lock.json

Large diffs are not rendered by default.

17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"dependencies": {
"@absinthe/socket": "0.2.1",
"color-hash": "2.0.2",
"electron": "25.2.0",
"electron": "25.3.0",
"electron-json-storage": "4.6.0",
"emotion": "9.2.12",
"graphql": "16.7.1",
"graphql-request": "5.1.0",
"graphql-tag": "2.12.6",
"is-plain-obj": "3.0.0",
"lodash.clonedeep": "4.5.0",
"phoenix": "1.7.6",
"phoenix": "1.7.7",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-icons": "3.5.0",
Expand All @@ -45,28 +45,27 @@
"ws": "8.13.0"
},
"devDependencies": {
"@babel/core": "7.22.8",
"@babel/core": "7.22.9",
"@babel/node": "7.22.6",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-transform-react-jsx": "7.22.5",
"@babel/plugin-transform-runtime": "7.22.7",
"@babel/preset-env": "7.22.7",
"@babel/plugin-transform-runtime": "7.22.9",
"@babel/preset-env": "7.22.9",
"@babel/preset-react": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/svelte": "3.2.2",
"@types/jest": "29.5.2",
"@types/node": "20.4.1",
"@types/jest": "29.5.3",
"@types/node": "20.4.2",
"@types/phoenix": "1.6.0",
"@types/react": "16.7.13",
"@types/react-dom": "16.0.6",
"@types/testing-library__jest-dom": "5.14.6",
"@types/vscode": "1.80.0",
"@types/ws": "8.5.5",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"babel-loader": "9.1.2",
"babel-loader": "9.1.3",
"bundlesize": "0.18.1",
"commitizen": "4.3.0",
"cz-customizable": "7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/betsy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"tslib": "^2.6.0"
},
"devDependencies": {
"@types/node": "^20.4.1"
"@types/node": "^20.4.2"
}
}
2 changes: 1 addition & 1 deletion packages/overmind-devtools-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@types/node": "^20.4.1",
"@types/node": "^20.4.2",
"@types/ws": "8.5.5",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.88.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/overmind-devtools-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"build": "rimraf devtoolsDist && cp -R ../overmind-devtools-client/dist devtoolsDist"
},
"devDependencies": {
"@types/node": "^20.4.1",
"@types/node": "^20.4.2",
"@types/vscode": "^1.80.0",
"webpack": "^5.88.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/overmind-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devtool"
],
"dependencies": {
"electron": "^25.2.0",
"electron": "^25.3.0",
"electron-json-storage": "^4.6.0",
"overmind-devtools-client": "next",
"ws": "^8.13.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/overmind-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"graphql-request": "^5.1.0",
"graphql-tag": "^2.12.6",
"overmind": "next",
"phoenix": "^1.7.6",
"phoenix": "^1.7.7",
"tslib": "^2.6.0"
},
"devDependencies": {
"@types/node": "^20.4.1",
"@types/node": "^20.4.2",
"@types/phoenix": "^1.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/overmind-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"tslib": "^2.6.0"
},
"devDependencies": {
"@types/node": "^20.4.1"
"@types/node": "^20.4.2"
},
"peerDependencies": {
"react": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/overmind-statechart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"tslib": "^2.6.0"
},
"devDependencies": {
"@types/node": "^20.4.1"
"@types/node": "^20.4.2"
}
}
2 changes: 1 addition & 1 deletion packages/overmind-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/svelte": "^3.2.2",
"@types/node": "^20.4.1",
"@types/node": "^20.4.2",
"svelte-jester": "^2.3.2"
},
"setupFilesAfterEnv": [
Expand Down
2 changes: 1 addition & 1 deletion packages/overmind-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"tslib": "^2.6.0"
},
"devDependencies": {
"@types/node": "^20.4.1"
"@types/node": "^20.4.2"
},
"peerDependencies": {
"vue": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/overmind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"tslib": "^2.6.0"
},
"devDependencies": {
"@types/node": "^20.4.1",
"@types/node": "^20.4.2",
"bundlesize": "^0.18.1",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.88.1"
Expand Down

0 comments on commit 1671da1

Please sign in to comment.