Skip to content

Commit

Permalink
chore: upgrade minor deps and update lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-hulski committed Jul 9, 2023
1 parent 98eb73e commit ff59b95
Show file tree
Hide file tree
Showing 13 changed files with 6,842 additions and 16,540 deletions.
23,326 changes: 6,813 additions & 16,513 deletions package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
},
"dependencies": {
"@absinthe/socket": "0.2.1",
"color-hash": "1.0.3",
"color-hash": "2.0.2",
"electron": "13.1.2",
"electron-json-storage": "4.5.0",
"emotion": "9.2.12",
"graphql": "14.5.8",
"graphql-request": "3.3.0",
"graphql-tag": "2.10.3",
"is-plain-obj": "1.1.0",
"is-plain-obj": "3.0.0",
"lodash.clonedeep": "4.5.0",
"phoenix": "1.4.13",
"react": "16.9.0",
Expand All @@ -44,19 +44,19 @@
"ws": "7.5.9"
},
"devDependencies": {
"@babel/core": "7.22.5",
"@babel/node": "7.22.5",
"@babel/core": "7.22.8",
"@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.5",
"@babel/preset-env": "7.22.5",
"@babel/plugin-transform-runtime": "7.22.7",
"@babel/preset-env": "7.22.7",
"@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.3.1",
"@types/node": "20.4.1",
"@types/phoenix": "1.4.4",
"@types/react": "16.7.13",
"@types/react-dom": "16.0.6",
Expand All @@ -65,9 +65,9 @@
"@types/ws": "7.4.7",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"babel-loader": "8.3.0",
"bundlesize": "0.17.2",
"commitizen": "4.2.4",
"babel-loader": "9.1.2",
"bundlesize": "0.18.1",
"commitizen": "4.3.0",
"cz-customizable": "5.2.0",
"cz-customizable-ghooks": "1.5.0",
"eslint": "7.28.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.3.1"
"@types/node": "^20.4.1"
}
}
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.3.1",
"@types/node": "^20.4.1",
"@types/ws": "7.4.7",
"terser-webpack-plugin": "^5.3.9",
"webpack-merge": "^5.9.0"
Expand Down
4 changes: 3 additions & 1 deletion packages/overmind-devtools-client/src/overmind/utils.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import * as ColorHash from 'color-hash'
import clonedeep from 'lodash.clonedeep'

import { Action, App, Flush, Mutation, OperatorsByPath } from './types'

import clonedeep from 'lodash.clonedeep'

export const runMutation = (state) => (mutation: Mutation) => {
const pathArray = mutation.path.split(mutation.delimiter)
const key = pathArray.pop()
Expand Down Expand Up @@ -73,6 +74,7 @@ export const createApp = (data: Partial<App>): App =>

export const nameToColor = (name, lightness = 0.5, saturation = 0.5) => {
const colorHash = new ColorHash({
hash: 'bkdr',
saturation: saturation,
lightness: lightness,
})
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 @@ -62,7 +62,7 @@
"build": "rimraf devtoolsDist && cp -R ../overmind-devtools-client/dist devtoolsDist"
},
"devDependencies": {
"@types/node": "^20.3.1"
"@types/node": "^20.4.1"
},
"peerDependencies": {
"overmind-devtools-client": "next"
Expand Down
2 changes: 1 addition & 1 deletion packages/overmind-graphql/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.3.1",
"@types/node": "^20.4.1",
"@types/phoenix": "^1.4.4"
}
}
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.3.1"
"@types/node": "^20.4.1"
},
"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.3.1"
"@types/node": "^20.4.1"
}
}
4 changes: 2 additions & 2 deletions packages/overmind-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
],
"dependencies": {
"overmind": "next",
"svelte": "^3.49.0",
"svelte": "^3.59.2",
"tslib": "^2.6.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/svelte": "^3.2.2",
"@types/node": "^20.3.1",
"@types/node": "^20.4.1",
"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,6 +35,6 @@
"tslib": "^2.6.0"
},
"devDependencies": {
"@types/node": "^20.3.1"
"@types/node": "^20.4.1"
}
}
12 changes: 6 additions & 6 deletions packages/overmind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
"config"
],
"dependencies": {
"is-plain-obj": "^1.1.0",
"betsy": "next",
"tslib": "^2.6.0",
"proxy-state-tree": "next"
"is-plain-obj": "^3.0.0",
"proxy-state-tree": "next",
"tslib": "^2.6.0"
},
"devDependencies": {
"@types/node": "^20.3.1",
"bundlesize": "^0.17.2",
"@types/node": "^20.4.1",
"bundlesize": "^0.18.1",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.87.0"
"webpack": "^5.88.1"
},
"bundlesize": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/proxy-state-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"homepage": "https://github.com/christianalfoni/proxy-state-tree#readme",
"devDependencies": {
"bundlesize": "^0.17.2",
"bundlesize": "^0.18.1",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.87.0"
},
Expand Down

0 comments on commit ff59b95

Please sign in to comment.