Skip to content

Commit

Permalink
chore: dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-hulski committed Sep 8, 2023
1 parent ea67ae6 commit 17e9c99
Show file tree
Hide file tree
Showing 16 changed files with 3,629 additions and 4,713 deletions.
8,198 changes: 3,559 additions & 4,639 deletions package-lock.json

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"dependencies": {
"@absinthe/socket": "0.2.1",
"color-hash": "2.0.2",
"electron": "25.3.0",
"electron": "26.2.0",
"electron-json-storage": "4.6.0",
"emotion": "9.2.12",
"graphql": "16.7.1",
"graphql": "16.8.0",
"graphql-request": "5.1.0",
"graphql-tag": "2.12.6",
"is-plain-obj": "3.0.0",
Expand All @@ -40,62 +40,62 @@
"react-icons": "3.5.0",
"split-pane-react": "0.1.3",
"svelte": "3.59.2",
"tslib": "2.6.0",
"tslib": "2.6.2",
"vue": "3.3.4",
"ws": "8.13.0"
"ws": "8.14.1"
},
"devDependencies": {
"@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.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",
"@babel/core": "7.22.17",
"@babel/node": "7.22.15",
"@babel/plugin-transform-class-properties": "7.22.5",
"@babel/plugin-transform-object-rest-spread": "7.22.15",
"@babel/plugin-transform-react-jsx": "7.22.15",
"@babel/plugin-transform-runtime": "7.22.15",
"@babel/preset-env": "7.22.15",
"@babel/preset-react": "7.22.15",
"@babel/preset-typescript": "7.22.15",
"@testing-library/jest-dom": "6.1.3",
"@testing-library/react": "14.0.0",
"@testing-library/svelte": "3.2.2",
"@types/jest": "29.5.3",
"@types/node": "20.4.2",
"@types/phoenix": "1.6.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/vscode": "1.80.0",
"@types/jest": "29.5.4",
"@types/node": "20.5.9",
"@types/phoenix": "1.6.1",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/vscode": "1.82.0",
"@types/ws": "8.5.5",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "6.6.0",
"babel-loader": "9.1.3",
"bundlesize": "0.18.1",
"commitizen": "4.3.0",
"cz-customizable": "7.0.0",
"cz-customizable-ghooks": "2.0.0",
"eslint": "8.45.0",
"eslint-config-prettier": "8.8.0",
"eslint": "8.48.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-standard": "17.1.0",
"eslint-config-standard-jsx": "11.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-standard": "4.1.0",
"html-webpack-plugin": "5.5.3",
"husky": "8.0.3",
"jest": "29.6.1",
"jest-environment-jsdom": "29.6.1",
"lint-staged": "13.2.3",
"prettier": "3.0.0",
"jest": "29.6.4",
"jest-environment-jsdom": "29.6.4",
"lint-staged": "14.0.1",
"prettier": "3.0.3",
"repo-cooker": "8.0.21",
"rimraf": "5.0.1",
"svelte-jester": "2.3.2",
"terser-webpack-plugin": "5.3.9",
"ts-jest": "29.1.1",
"ts-loader": "9.4.4",
"typescript": "5.1.6",
"typescript": "5.2.2",
"url-loader": "4.1.1",
"webpack": "5.88.1",
"webpack": "5.88.2",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
"webpack-merge": "5.9.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/betsy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"es"
],
"dependencies": {
"tslib": "^2.6.0"
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/node": "^20.4.2"
"@types/node": "^20.5.9"
}
}
12 changes: 6 additions & 6 deletions packages/overmind-devtools-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
"lodash.clonedeep": "^4.5.0",
"overmind-react": "next",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dom": "^18.2.0",
"split-pane-react": "^0.1.3",
"tslib": "^2.6.0",
"ws": "^8.13.0"
"tslib": "^2.6.2",
"ws": "^8.14.1"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@types/node": "^20.4.2",
"@babel/plugin-transform-class-properties": "7.22.5",
"@types/node": "^20.5.9",
"@types/ws": "8.5.5",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.88.1",
"webpack": "^5.88.2",
"webpack-merge": "^5.9.0"
}
}
2 changes: 1 addition & 1 deletion packages/overmind-devtools-client/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = {
'@babel/preset-env',
],
plugins: [
'@babel/plugin-proposal-class-properties',
'@babel/plugin-transform-class-properties',
'@babel/plugin-transform-runtime',
],
},
Expand Down
9 changes: 5 additions & 4 deletions packages/overmind-devtools-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/cerebral/overmind.git"
},
"engines": {
"vscode": "^1.80.0"
"vscode": "^1.82.0"
},
"categories": [
"Other"
Expand Down Expand Up @@ -61,9 +61,10 @@
"build": "rimraf devtoolsDist && cp -R ../overmind-devtools-client/dist devtoolsDist"
},
"devDependencies": {
"@types/node": "^20.4.2",
"@types/vscode": "^1.80.0",
"webpack": "^5.88.1"
"@babel/plugin-transform-class-properties": "7.22.5",
"@types/node": "^20.5.9",
"@types/vscode": "^1.82.0",
"webpack": "^5.88.2"
},
"peerDependencies": {
"overmind-devtools-client": "next"
Expand Down
4 changes: 2 additions & 2 deletions packages/overmind-devtools-vscode/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = (env) => ({
options: {
presets: ['@babel/preset-typescript', '@babel/preset-env'],
plugins: [
'@babel/plugin-proposal-class-properties',
'@babel/plugin-transform-class-properties',
'@babel/plugin-transform-runtime',
],
},
Expand All @@ -36,7 +36,7 @@ module.exports = (env) => ({
test: /\.js$/,
loader: 'babel-loader',
options: {
plugins: ['@babel/plugin-proposal-object-rest-spread'],
plugins: ['@babel/plugin-transform-object-rest-spread'],
},
},
],
Expand Down
7 changes: 2 additions & 5 deletions packages/overmind-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@
"devtool"
],
"dependencies": {
"electron": "^25.3.0",
"electron": "^26.2.0",
"electron-json-storage": "^4.6.0",
"overmind-devtools-client": "next",
"ws": "^8.13.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6"
"ws": "^8.14.1"
}
}
8 changes: 4 additions & 4 deletions packages/overmind-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
],
"dependencies": {
"@absinthe/socket": "^0.2.1",
"graphql": "^16.7.1",
"graphql": "^16.8.0",
"graphql-request": "^5.1.0",
"graphql-tag": "^2.12.6",
"overmind": "next",
"phoenix": "^1.7.7",
"tslib": "^2.6.0"
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/node": "^20.4.2",
"@types/phoenix": "^1.6.0"
"@types/node": "^20.5.9",
"@types/phoenix": "^1.6.1"
}
}
5 changes: 3 additions & 2 deletions packages/overmind-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@
],
"dependencies": {
"overmind": "next",
"tslib": "^2.6.0"
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/node": "^20.4.2",
"@types/node": "^20.5.9",
"@testing-library/jest-dom": "6.1.3",
"@testing-library/react": "^14.0.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/overmind-statechart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
],
"dependencies": {
"overmind": "next",
"tslib": "^2.6.0"
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/node": "^20.4.2"
"@types/node": "^20.5.9"
}
}
11 changes: 4 additions & 7 deletions packages/overmind-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,12 @@
"dependencies": {
"overmind": "next",
"svelte": "^3.59.2",
"tslib": "^2.6.0"
"tslib": "^2.6.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-dom": "6.1.3",
"@testing-library/svelte": "^3.2.2",
"@types/node": "^20.4.2",
"@types/node": "^20.5.9",
"svelte-jester": "^2.3.2"
},
"setupFilesAfterEnv": [
"@testing-library/jest-dom/extend-expect"
]
}
}
2 changes: 1 addition & 1 deletion packages/overmind-svelte/src/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import '@testing-library/jest-dom/extend-expect'
import '@testing-library/jest-dom'
import { render, fireEvent } from '@testing-library/svelte'

import { Overmind } from 'overmind'
Expand Down
4 changes: 2 additions & 2 deletions packages/overmind-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
],
"dependencies": {
"overmind": "next",
"tslib": "^2.6.0"
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/node": "^20.4.2"
"@types/node": "^20.5.9"
},
"peerDependencies": {
"vue": "*"
Expand Down
6 changes: 3 additions & 3 deletions packages/overmind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"betsy": "next",
"is-plain-obj": "^3.0.0",
"proxy-state-tree": "next",
"tslib": "^2.6.0"
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/node": "^20.4.2",
"@types/node": "^20.5.9",
"bundlesize": "^0.18.1",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.88.1"
"webpack": "^5.88.2"
},
"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 @@ -39,7 +39,7 @@
"devDependencies": {
"bundlesize": "^0.18.1",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.88.1"
"webpack": "^5.88.2"
},
"bundlesize": [
{
Expand Down

0 comments on commit 17e9c99

Please sign in to comment.