|
63 | 63 | "url": "https://github.com/P5-wrapper/react/issues"
|
64 | 64 | },
|
65 | 65 | "dependencies": {
|
| 66 | + "@rollup/plugin-terser": "^0.1.0", |
| 67 | + "@rollup/plugin-typescript": "^9.0.2", |
66 | 68 | "microdiff": "^1.3.1",
|
67 | 69 | "p5": "^1.5.0"
|
68 | 70 | },
|
|
71 | 73 | "react-dom": ">= 17.0.2"
|
72 | 74 | },
|
73 | 75 | "devDependencies": {
|
74 |
| - "@babel/core": "^7.19.6", |
75 |
| - "@babel/preset-env": "^7.19.4", |
| 76 | + "@babel/core": "^7.20.2", |
| 77 | + "@babel/preset-env": "^7.20.2", |
76 | 78 | "@babel/preset-react": "^7.18.6",
|
77 | 79 | "@babel/preset-typescript": "^7.18.6",
|
78 | 80 | "@testing-library/react": "^13.4.0",
|
79 | 81 | "@trivago/prettier-plugin-sort-imports": "^4.0.0",
|
80 |
| - "@types/jest": "^29.2.0", |
| 82 | + "@types/jest": "^29.2.3", |
81 | 83 | "@types/p5": "^1.4.3",
|
82 |
| - "@types/react": "^18.0.21", |
83 |
| - "@types/react-dom": "^18.0.6", |
84 |
| - "@typescript-eslint/eslint-plugin": "^5.40.1", |
85 |
| - "@typescript-eslint/parser": "^5.40.1", |
86 |
| - "babel-loader": "^9.0.0", |
87 |
| - "canvas": "^2.10.1", |
88 |
| - "css-loader": "^6.7.1", |
89 |
| - "eslint": "^8.26.0", |
90 |
| - "eslint-plugin-react": "^7.31.10", |
| 84 | + "@types/react": "^18.0.25", |
| 85 | + "@types/react-dom": "^18.0.9", |
| 86 | + "@typescript-eslint/eslint-plugin": "^5.44.0", |
| 87 | + "@typescript-eslint/parser": "^5.44.0", |
| 88 | + "babel-loader": "^9.1.0", |
| 89 | + "canvas": "^2.10.2", |
| 90 | + "css-loader": "^6.7.2", |
| 91 | + "eslint": "^8.28.0", |
| 92 | + "eslint-plugin-react": "^7.31.11", |
91 | 93 | "eslint-plugin-react-hooks": "^4.6.0",
|
92 | 94 | "gh-pages": "^4.0.0",
|
93 | 95 | "html-webpack-plugin": "^5.5.0",
|
94 |
| - "jest": "^29.2.1", |
95 |
| - "jest-environment-jsdom": "^29.2.1", |
| 96 | + "jest": "^29.3.1", |
| 97 | + "jest-environment-jsdom": "^29.3.1", |
96 | 98 | "jest-environment-jsdom-global": "^4.0.0",
|
97 |
| - "prettier": "^2.7.1", |
| 99 | + "prettier": "^2.8.0", |
98 | 100 | "react": "^18.2.0",
|
99 | 101 | "react-dom": "^18.2.0",
|
100 | 102 | "rimraf": "^3.0.2",
|
101 |
| - "rollup": "^3.0.0", |
102 |
| - "rollup-plugin-terser": "^7.0.2", |
103 |
| - "rollup-plugin-typescript2": "^0.34.1", |
| 103 | + "rollup": "^3.4.0", |
104 | 104 | "style-loader": "^3.3.1",
|
105 | 105 | "ts-jest": "^29.0.3",
|
106 | 106 | "ts-loader": "^9.4.1",
|
107 |
| - "tslib": "^2.4.0", |
108 |
| - "typescript": "^4.8.4", |
109 |
| - "webpack": "^5.74.0", |
| 107 | + "tslib": "^2.4.1", |
| 108 | + "typescript": "^4.9.3", |
| 109 | + "webpack": "^5.75.0", |
110 | 110 | "webpack-cli": "^5.0.0",
|
111 | 111 | "webpack-dev-server": "^4.11.1"
|
112 | 112 | }
|
|
0 commit comments