Skip to content

Commit aca0725

Browse files
authored
Update dependencies (#236)
* Update dependencies * 4.1.2
1 parent 03108ab commit aca0725

File tree

2 files changed

+2039
-2153
lines changed

2 files changed

+2039
-2153
lines changed

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-p5-wrapper",
3-
"version": "4.1.1",
3+
"version": "4.1.2",
44
"description": "A wrapper component that allows you to utilise P5 sketches within React apps.",
55
"homepage": "https://github.com/P5-wrapper/react",
66
"license": "MIT",
@@ -73,53 +73,53 @@
7373
"url": "https://github.com/P5-wrapper/react/issues"
7474
},
7575
"dependencies": {
76-
"microdiff": "^1.3.1",
76+
"microdiff": "^1.3.2",
7777
"p5": "^1.6.0"
7878
},
7979
"peerDependencies": {
8080
"react": ">= 17.0.2",
8181
"react-dom": ">= 17.0.2"
8282
},
8383
"devDependencies": {
84-
"@babel/core": "^7.21.3",
85-
"@babel/preset-env": "^7.20.2",
84+
"@babel/core": "^7.21.4",
85+
"@babel/preset-env": "^7.21.4",
8686
"@babel/preset-react": "^7.18.6",
87-
"@babel/preset-typescript": "^7.21.0",
87+
"@babel/preset-typescript": "^7.21.4",
8888
"@rollup/plugin-replace": "^5.0.2",
89-
"@rollup/plugin-terser": "^0.4.0",
90-
"@rollup/plugin-typescript": "^11.0.0",
89+
"@rollup/plugin-terser": "^0.4.1",
90+
"@rollup/plugin-typescript": "^11.1.0",
9191
"@testing-library/react": "^14.0.0",
9292
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
93-
"@types/jest": "^29.5.0",
94-
"@types/p5": "^1.5.0",
95-
"@types/react": "^18.0.28",
93+
"@types/jest": "^29.5.1",
94+
"@types/p5": "^1.6.0",
95+
"@types/react": "^18.0.37",
9696
"@types/react-dom": "^18.0.11",
97-
"@typescript-eslint/eslint-plugin": "^5.55.0",
98-
"@typescript-eslint/parser": "^5.55.0",
99-
"@vue/compiler-sfc": "3",
97+
"@typescript-eslint/eslint-plugin": "^5.59.0",
98+
"@typescript-eslint/parser": "^5.59.0",
99+
"@vue/compiler-sfc": "^3.2.47",
100100
"babel-loader": "^9.1.2",
101-
"canvas": "^2.11.0",
101+
"canvas": "^2.11.2",
102102
"css-loader": "^6.7.3",
103-
"eslint": "^8.36.0",
103+
"eslint": "^8.38.0",
104104
"eslint-plugin-react": "^7.32.2",
105105
"eslint-plugin-react-hooks": "^4.6.0",
106106
"gh-pages": "^5.0.0",
107-
"html-webpack-plugin": "^5.5.0",
107+
"html-webpack-plugin": "^5.5.1",
108108
"jest": "^29.5.0",
109109
"jest-environment-jsdom": "^29.5.0",
110110
"jest-environment-jsdom-global": "^4.0.0",
111-
"prettier": "^2.8.4",
111+
"prettier": "^2.8.7",
112112
"react": "^18.2.0",
113113
"react-dom": "^18.2.0",
114-
"rimraf": "^4.4.0",
115-
"rollup": "^3.19.1",
114+
"rimraf": "^5.0.0",
115+
"rollup": "^3.20.6",
116116
"style-loader": "^3.3.2",
117-
"ts-jest": "^29.0.5",
117+
"ts-jest": "^29.1.0",
118118
"ts-loader": "^9.4.2",
119119
"tslib": "^2.5.0",
120-
"typescript": "^5.0.2",
121-
"webpack": "^5.76.2",
120+
"typescript": "^5.0.4",
121+
"webpack": "^5.79.0",
122122
"webpack-cli": "^5.0.1",
123-
"webpack-dev-server": "^4.13.0"
123+
"webpack-dev-server": "^4.13.3"
124124
}
125125
}

0 commit comments

Comments
 (0)