|
64 | 64 | "dependencies": {
|
65 | 65 | "@types/p5": "^1.4.2",
|
66 | 66 | "microdiff": "^1.3.0",
|
67 |
| - "p5": "^1.4.1", |
68 |
| - "rooks": "^5.11.5" |
| 67 | + "p5": "^1.4.2", |
| 68 | + "rooks": "^5.14.0" |
69 | 69 | },
|
70 | 70 | "peerDependencies": {
|
71 | 71 | "react": ">= 17.0.2",
|
72 | 72 | "react-dom": ">= 17.0.2"
|
73 | 73 | },
|
74 | 74 | "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", |
78 | 78 | "@babel/preset-react": "^7.18.6",
|
79 | 79 | "@babel/preset-typescript": "^7.18.6",
|
80 | 80 | "@testing-library/jest-dom": "^5.16.4",
|
81 | 81 | "@testing-library/react": "^13.3.0",
|
82 | 82 | "@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", |
88 | 88 | "babel-loader": "^8.2.5",
|
89 | 89 | "canvas": "^2.9.3",
|
90 | 90 | "css-loader": "^6.7.1",
|
91 |
| - "eslint": "^8.18.0", |
| 91 | + "eslint": "^8.20.0", |
92 | 92 | "eslint-config-prettier": "^8.5.0",
|
93 | 93 | "eslint-plugin-prettier": "^4.2.1",
|
94 | 94 | "eslint-plugin-react": "^7.30.1",
|
95 | 95 | "eslint-plugin-react-hooks": "^4.6.0",
|
96 | 96 | "eslint-plugin-simple-import-sort": "^7.0.0",
|
97 | 97 | "gh-pages": "^4.0.0",
|
98 | 98 | "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", |
101 | 101 | "jest-environment-jsdom-global": "^3.1.2",
|
102 | 102 | "prettier": "^2.7.1",
|
103 | 103 | "react": "^18.2.0",
|
104 | 104 | "react-dom": "^18.2.0",
|
105 | 105 | "rimraf": "^3.0.2",
|
106 |
| - "rollup": "^2.75.7", |
| 106 | + "rollup": "^2.77.0", |
107 | 107 | "rollup-plugin-terser": "^7.0.2",
|
108 | 108 | "rollup-plugin-typescript2": "^0.32.1",
|
109 | 109 | "style-loader": "^3.3.1",
|
110 |
| - "ts-jest": "^28.0.5", |
| 110 | + "ts-jest": "^28.0.7", |
111 | 111 | "ts-loader": "^9.3.1",
|
112 | 112 | "tslib": "^2.4.0",
|
113 | 113 | "typescript": "^4.7.4",
|
114 |
| - "webpack": "^5.73.0", |
| 114 | + "webpack": "^5.74.0", |
115 | 115 | "webpack-cli": "^4.10.0",
|
116 | 116 | "webpack-dev-server": "^4.9.3"
|
117 | 117 | }
|
|
0 commit comments