|
19 | 19 | "format": "npx prettier --write ./src/components/*.{ts,tsx}", |
20 | 20 | "test": "npx vitest --config ./vitest.config.ts --coverage", |
21 | 21 | "lint": "npx eslint ./src/components/**/*.{ts,tsx}", |
| 22 | + "fix-lint": "npx eslint ./src/components/**/*.{ts,tsx} --fix", |
22 | 23 | "build:dev": "webpack --mode=development", |
23 | 24 | "build:prod": "webpack --mode=production --node-env=production", |
24 | 25 | "watch": "webpack --watch", |
|
90 | 91 | }, |
91 | 92 | "main": "dist/react-wizardry.js", |
92 | 93 | "devDependencies": { |
93 | | - "@babel/core": "^7.18.2", |
94 | | - "@babel/plugin-transform-runtime": "^7.18.2", |
| 94 | + "@babel/core": "^7.18.5", |
| 95 | + "@babel/plugin-transform-runtime": "^7.18.5", |
95 | 96 | "@babel/preset-env": "^7.18.2", |
96 | 97 | "@babel/preset-react": "^7.17.12", |
97 | 98 | "@babel/runtime": "^7.18.3", |
98 | 99 | "@testing-library/jest-dom": "^5.16.4", |
99 | 100 | "@testing-library/react": "^13.3.0", |
100 | | - "@types/react": "^18.0.12", |
| 101 | + "@types/react": "^18.0.14", |
101 | 102 | "@types/react-dom": "^18.0.5", |
102 | | - "@typescript-eslint/eslint-plugin": "^5.27.1", |
103 | | - "@typescript-eslint/parser": "^5.27.1", |
| 103 | + "@typescript-eslint/eslint-plugin": "^5.29.0", |
| 104 | + "@typescript-eslint/parser": "^5.29.0", |
104 | 105 | "@vitejs/plugin-react": "^1.3.2", |
105 | | - "@webpack-cli/generators": "^2.4.2", |
| 106 | + "@webpack-cli/generators": "^2.5.0", |
106 | 107 | "autoprefixer": "^10.4.7", |
107 | 108 | "babel-loader": "^8.2.5", |
108 | 109 | "c8": "^7.11.3", |
109 | 110 | "copy-webpack-plugin": "^11.0.0", |
110 | 111 | "css-loader": "^6.7.1", |
111 | 112 | "esbuild-loader": "^2.19.0", |
112 | | - "eslint": "^8.17.0", |
| 113 | + "eslint": "^8.0.1", |
113 | 114 | "eslint-config-prettier": "^8.5.0", |
114 | 115 | "eslint-config-standard": "^17.0.0", |
115 | | - "eslint-plugin-import": "^2.22.1", |
116 | | - "eslint-plugin-n": "^15.2.2", |
| 116 | + "eslint-plugin-import": "^2.25.2", |
| 117 | + "eslint-plugin-n": "^15.0.0", |
117 | 118 | "eslint-plugin-node": "^11.1.0", |
118 | 119 | "eslint-plugin-promise": "^6.0.0", |
119 | 120 | "eslint-plugin-react": "^7.30.0", |
120 | 121 | "eslint-plugin-security": "^1.5.0", |
121 | 122 | "husky": "^8.0.1", |
122 | | - "jsdom": "^19.0.0", |
123 | | - "mini-css-extract-plugin": "^2.6.0", |
| 123 | + "jsdom": "^20.0.0", |
| 124 | + "mini-css-extract-plugin": "^2.6.1", |
124 | 125 | "postcss": "^8.4.14", |
125 | 126 | "postcss-loader": "^7.0.0", |
126 | 127 | "postcss-preset-env": "^7.7.1", |
127 | | - "prettier": "^2.6.2", |
| 128 | + "prettier": "^2.7.1", |
128 | 129 | "pretty-quick": "^3.1.3", |
129 | | - "react": "^18.1.0", |
130 | | - "react-dom": "^18.1.0", |
| 130 | + "react": "^18.2.0", |
| 131 | + "react-dom": "^18.2.0", |
131 | 132 | "sass": "^1.52.3", |
132 | 133 | "sass-loader": "^13.0.0", |
133 | 134 | "style-loader": "^3.3.1", |
134 | 135 | "stylelint": "^14.9.1", |
135 | 136 | "stylelint-config-standard": "^26.0.0", |
136 | 137 | "terser-webpack-plugin": "^5.3.3", |
137 | 138 | "ts-loader": "^9.3.0", |
138 | | - "typescript": "^4.7.3", |
| 139 | + "typescript": "^4.7.4", |
139 | 140 | "vite": "^2.9.12", |
140 | | - "vitest": "^0.14.2", |
| 141 | + "vitest": "^0.15.2", |
141 | 142 | "webpack": "^5.73.0", |
142 | 143 | "webpack-bundle-analyzer": "^4.5.0", |
143 | | - "webpack-cli": "^4.9.2", |
| 144 | + "webpack-cli": "^4.10.0", |
144 | 145 | "webpack-node-externals": "^3.0.0" |
145 | 146 | } |
146 | 147 | } |
0 commit comments