|
1 | 1 | {
|
2 | 2 | "name": "react-p5-wrapper",
|
3 |
| - "version": "4.1.1", |
| 3 | + "version": "4.1.2", |
4 | 4 | "description": "A wrapper component that allows you to utilise P5 sketches within React apps.",
|
5 | 5 | "homepage": "https://github.com/P5-wrapper/react",
|
6 | 6 | "license": "MIT",
|
|
73 | 73 | "url": "https://github.com/P5-wrapper/react/issues"
|
74 | 74 | },
|
75 | 75 | "dependencies": {
|
76 |
| - "microdiff": "^1.3.1", |
| 76 | + "microdiff": "^1.3.2", |
77 | 77 | "p5": "^1.6.0"
|
78 | 78 | },
|
79 | 79 | "peerDependencies": {
|
80 | 80 | "react": ">= 17.0.2",
|
81 | 81 | "react-dom": ">= 17.0.2"
|
82 | 82 | },
|
83 | 83 | "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", |
86 | 86 | "@babel/preset-react": "^7.18.6",
|
87 |
| - "@babel/preset-typescript": "^7.21.0", |
| 87 | + "@babel/preset-typescript": "^7.21.4", |
88 | 88 | "@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", |
91 | 91 | "@testing-library/react": "^14.0.0",
|
92 | 92 | "@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", |
96 | 96 | "@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", |
100 | 100 | "babel-loader": "^9.1.2",
|
101 |
| - "canvas": "^2.11.0", |
| 101 | + "canvas": "^2.11.2", |
102 | 102 | "css-loader": "^6.7.3",
|
103 |
| - "eslint": "^8.36.0", |
| 103 | + "eslint": "^8.38.0", |
104 | 104 | "eslint-plugin-react": "^7.32.2",
|
105 | 105 | "eslint-plugin-react-hooks": "^4.6.0",
|
106 | 106 | "gh-pages": "^5.0.0",
|
107 |
| - "html-webpack-plugin": "^5.5.0", |
| 107 | + "html-webpack-plugin": "^5.5.1", |
108 | 108 | "jest": "^29.5.0",
|
109 | 109 | "jest-environment-jsdom": "^29.5.0",
|
110 | 110 | "jest-environment-jsdom-global": "^4.0.0",
|
111 |
| - "prettier": "^2.8.4", |
| 111 | + "prettier": "^2.8.7", |
112 | 112 | "react": "^18.2.0",
|
113 | 113 | "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", |
116 | 116 | "style-loader": "^3.3.2",
|
117 |
| - "ts-jest": "^29.0.5", |
| 117 | + "ts-jest": "^29.1.0", |
118 | 118 | "ts-loader": "^9.4.2",
|
119 | 119 | "tslib": "^2.5.0",
|
120 |
| - "typescript": "^5.0.2", |
121 |
| - "webpack": "^5.76.2", |
| 120 | + "typescript": "^5.0.4", |
| 121 | + "webpack": "^5.79.0", |
122 | 122 | "webpack-cli": "^5.0.1",
|
123 |
| - "webpack-dev-server": "^4.13.0" |
| 123 | + "webpack-dev-server": "^4.13.3" |
124 | 124 | }
|
125 | 125 | }
|
0 commit comments