Skip to content

Commit e049f20

Browse files
committed
Update dependencies (#172)
* Update dependencies * Fixing CI formatting issue
1 parent 17aa053 commit e049f20

File tree

2 files changed

+1095
-1082
lines changed

2 files changed

+1095
-1082
lines changed

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -64,54 +64,54 @@
6464
"dependencies": {
6565
"@types/p5": "^1.4.2",
6666
"microdiff": "^1.3.0",
67-
"p5": "^1.4.1",
68-
"rooks": "^5.11.5"
67+
"p5": "^1.4.2",
68+
"rooks": "^5.14.0"
6969
},
7070
"peerDependencies": {
7171
"react": ">= 17.0.2",
7272
"react-dom": ">= 17.0.2"
7373
},
7474
"devDependencies": {
75-
"@babel/cli": "^7.18.6",
76-
"@babel/core": "^7.18.6",
77-
"@babel/preset-env": "^7.18.6",
75+
"@babel/cli": "^7.18.9",
76+
"@babel/core": "^7.18.9",
77+
"@babel/preset-env": "^7.18.9",
7878
"@babel/preset-react": "^7.18.6",
7979
"@babel/preset-typescript": "^7.18.6",
8080
"@testing-library/jest-dom": "^5.16.4",
8181
"@testing-library/react": "^13.3.0",
8282
"@types/deep-equal": "^1.0.1",
83-
"@types/jest": "^28.1.3",
84-
"@types/react": "^18.0.14",
85-
"@types/react-dom": "^18.0.5",
86-
"@typescript-eslint/eslint-plugin": "^5.30.0",
87-
"@typescript-eslint/parser": "^5.30.0",
83+
"@types/jest": "^28.1.6",
84+
"@types/react": "^18.0.15",
85+
"@types/react-dom": "^18.0.6",
86+
"@typescript-eslint/eslint-plugin": "^5.30.7",
87+
"@typescript-eslint/parser": "^5.30.7",
8888
"babel-loader": "^8.2.5",
8989
"canvas": "^2.9.3",
9090
"css-loader": "^6.7.1",
91-
"eslint": "^8.18.0",
91+
"eslint": "^8.20.0",
9292
"eslint-config-prettier": "^8.5.0",
9393
"eslint-plugin-prettier": "^4.2.1",
9494
"eslint-plugin-react": "^7.30.1",
9595
"eslint-plugin-react-hooks": "^4.6.0",
9696
"eslint-plugin-simple-import-sort": "^7.0.0",
9797
"gh-pages": "^4.0.0",
9898
"html-webpack-plugin": "^5.5.0",
99-
"jest": "^28.1.2",
100-
"jest-environment-jsdom": "^28.1.2",
99+
"jest": "^28.1.3",
100+
"jest-environment-jsdom": "^28.1.3",
101101
"jest-environment-jsdom-global": "^3.1.2",
102102
"prettier": "^2.7.1",
103103
"react": "^18.2.0",
104104
"react-dom": "^18.2.0",
105105
"rimraf": "^3.0.2",
106-
"rollup": "^2.75.7",
106+
"rollup": "^2.77.0",
107107
"rollup-plugin-terser": "^7.0.2",
108108
"rollup-plugin-typescript2": "^0.32.1",
109109
"style-loader": "^3.3.1",
110-
"ts-jest": "^28.0.5",
110+
"ts-jest": "^28.0.7",
111111
"ts-loader": "^9.3.1",
112112
"tslib": "^2.4.0",
113113
"typescript": "^4.7.4",
114-
"webpack": "^5.73.0",
114+
"webpack": "^5.74.0",
115115
"webpack-cli": "^4.10.0",
116116
"webpack-dev-server": "^4.9.3"
117117
}

0 commit comments

Comments
 (0)