|
23 | 23 | "format": "pnpm prettier --write .",
|
24 | 24 | "lint:fix": "pnpm lint --fix",
|
25 | 25 | "lint": "eslint --config config/eslint/eslint.json . --ignore-path .gitignore",
|
26 |
| - "prettier": "prettier --config config/prettier/prettier.json --ignore-path .gitignore", |
| 26 | + "prettier": "prettier --config config/prettier/prettier.json --ignore-path config/prettier/.prettierignore", |
27 | 27 | "release": "pnpm build && gh-pages -d dist/demo && pnpm publish",
|
28 | 28 | "start": "webpack serve --config config/webpack/webpack.config.js --mode development",
|
29 | 29 | "test:watch": "pnpm test --watch",
|
|
74 | 74 | },
|
75 | 75 | "dependencies": {
|
76 | 76 | "microdiff": "^1.3.1",
|
77 |
| - "p5": "^1.5.0" |
| 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.20.2", |
| 84 | + "@babel/core": "^7.21.3", |
85 | 85 | "@babel/preset-env": "^7.20.2",
|
86 | 86 | "@babel/preset-react": "^7.18.6",
|
87 |
| - "@babel/preset-typescript": "^7.18.6", |
| 87 | + "@babel/preset-typescript": "^7.21.0", |
88 | 88 | "@rollup/plugin-replace": "^5.0.2",
|
89 | 89 | "@rollup/plugin-terser": "^0.4.0",
|
90 | 90 | "@rollup/plugin-typescript": "^11.0.0",
|
91 | 91 | "@testing-library/react": "^14.0.0",
|
92 |
| - "@trivago/prettier-plugin-sort-imports": "^4.0.0", |
93 |
| - "@types/jest": "^29.2.3", |
94 |
| - "@types/p5": "^1.4.3", |
95 |
| - "@types/react": "^18.0.25", |
96 |
| - "@types/react-dom": "^18.0.9", |
97 |
| - "@typescript-eslint/eslint-plugin": "^5.44.0", |
98 |
| - "@typescript-eslint/parser": "^5.44.0", |
| 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", |
| 96 | + "@types/react-dom": "^18.0.11", |
| 97 | + "@typescript-eslint/eslint-plugin": "^5.55.0", |
| 98 | + "@typescript-eslint/parser": "^5.55.0", |
99 | 99 | "@vue/compiler-sfc": "3",
|
100 |
| - "babel-loader": "^9.1.0", |
101 |
| - "canvas": "^2.10.2", |
102 |
| - "css-loader": "^6.7.2", |
103 |
| - "eslint": "^8.28.0", |
104 |
| - "eslint-plugin-react": "^7.31.11", |
| 100 | + "babel-loader": "^9.1.2", |
| 101 | + "canvas": "^2.11.0", |
| 102 | + "css-loader": "^6.7.3", |
| 103 | + "eslint": "^8.36.0", |
| 104 | + "eslint-plugin-react": "^7.32.2", |
105 | 105 | "eslint-plugin-react-hooks": "^4.6.0",
|
106 | 106 | "gh-pages": "^5.0.0",
|
107 | 107 | "html-webpack-plugin": "^5.5.0",
|
108 |
| - "jest": "^29.3.1", |
109 |
| - "jest-environment-jsdom": "^29.3.1", |
| 108 | + "jest": "^29.5.0", |
| 109 | + "jest-environment-jsdom": "^29.5.0", |
110 | 110 | "jest-environment-jsdom-global": "^4.0.0",
|
111 |
| - "prettier": "^2.8.0", |
| 111 | + "prettier": "^2.8.4", |
112 | 112 | "react": "^18.2.0",
|
113 | 113 | "react-dom": "^18.2.0",
|
114 |
| - "rimraf": "^4.0.0", |
115 |
| - "rollup": "^3.4.0", |
116 |
| - "style-loader": "^3.3.1", |
117 |
| - "ts-jest": "^29.0.3", |
118 |
| - "ts-loader": "^9.4.1", |
119 |
| - "tslib": "^2.4.1", |
120 |
| - "typescript": "^4.9.3", |
121 |
| - "webpack": "^5.75.0", |
122 |
| - "webpack-cli": "^5.0.0", |
123 |
| - "webpack-dev-server": "^4.11.1" |
| 114 | + "rimraf": "^4.4.0", |
| 115 | + "rollup": "^3.19.1", |
| 116 | + "style-loader": "^3.3.2", |
| 117 | + "ts-jest": "^29.0.5", |
| 118 | + "ts-loader": "^9.4.2", |
| 119 | + "tslib": "^2.5.0", |
| 120 | + "typescript": "^5.0.2", |
| 121 | + "webpack": "^5.76.2", |
| 122 | + "webpack-cli": "^5.0.1", |
| 123 | + "webpack-dev-server": "^4.13.0" |
124 | 124 | }
|
125 | 125 | }
|
0 commit comments