|
1 | 1 | { |
2 | 2 | "name": "spectacle-monorepo", |
3 | 3 | "devDependencies": { |
4 | | - "@babel/cli": "^7.12.8", |
5 | | - "@babel/core": "^7.17.2", |
| 4 | + "@babel/cli": "^7.19.3", |
| 5 | + "@babel/core": "^7.19.3", |
6 | 6 | "@babel/plugin-proposal-class-properties": "^7.12.1", |
7 | 7 | "@babel/plugin-proposal-object-rest-spread": "^7.12.1", |
8 | | - "@babel/preset-env": "^7.12.7", |
| 8 | + "@babel/preset-env": "^7.19.3", |
9 | 9 | "@babel/preset-react": "^7.16.7", |
10 | 10 | "@babel/preset-typescript": "^7.16.0", |
11 | | - "@changesets/cli": "^2.23.1", |
| 11 | + "@changesets/cli": "^2.24.4", |
12 | 12 | "@svitejs/changesets-changelog-github-compact": "^0.1.1", |
13 | 13 | "@testing-library/jest-dom": "^5.16.4", |
14 | 14 | "@testing-library/react": "^13.3.0", |
15 | | - "@types/jest": "^27.5.2", |
| 15 | + "@types/jest": "^29.1.1", |
16 | 16 | "@types/testing-library__jest-dom": "^5.14.5", |
17 | | - "@typescript-eslint/eslint-plugin": "^5.4.0", |
18 | | - "@typescript-eslint/parser": "^5.4.0", |
19 | | - "babel-eslint": "^10.1.0", |
| 17 | + "@typescript-eslint/eslint-plugin": "^5.38.1", |
| 18 | + "@typescript-eslint/parser": "^5.38.1", |
20 | 19 | "babel-loader": "^8.0.6", |
21 | 20 | "babel-plugin-transform-jsx-to-htm": "^2.0.0", |
22 | | - "concurrently": "^7.3.0", |
| 21 | + "concurrently": "^7.4.0", |
23 | 22 | "cross-env": "^7.0.3", |
24 | | - "eslint": "^8.2.0", |
| 23 | + "eslint": "^8.24.0", |
25 | 24 | "eslint-config-prettier": "^8.3.0", |
26 | | - "eslint-plugin-react": "^7.27.0", |
27 | | - "eslint-plugin-prettier": "^3.3.1", |
| 25 | + "eslint-plugin-prettier": "^4.2.1", |
| 26 | + "eslint-plugin-react": "^7.31.8", |
28 | 27 | "eslint-plugin-react-hooks": "^4.3.0", |
29 | 28 | "html-webpack-plugin": "^5.5.0", |
30 | | - "jest": "^28.1.3", |
31 | | - "jest-environment-jsdom": "^28.1.3", |
| 29 | + "jest": "^29.1.2", |
| 30 | + "jest-environment-jsdom": "^29.1.2", |
32 | 31 | "jest-puppeteer": "^6.1.1", |
33 | 32 | "mkdirp": "^1.0.4", |
34 | 33 | "nps": "^5.10.0", |
35 | 34 | "prettier": "^2.4.1", |
36 | | - "puppeteer": "^16.0.0", |
| 35 | + "puppeteer": "^18.0.5", |
37 | 36 | "raw-loader": "^4.0.0", |
38 | 37 | "rimraf": "^3.0.0", |
39 | 38 | "serve": "^14.0.1", |
40 | | - "ts-jest": "^28.0.7", |
41 | | - "typescript": "^4.7.4", |
| 39 | + "ts-jest": "^29.0.3", |
| 40 | + "typescript": "^4.8.4", |
42 | 41 | "wait-on": "^6.0.1", |
43 | 42 | "webpack": "^5.68.0", |
44 | 43 | "webpack-cli": "^4.10.0", |
45 | | - "webpack-dev-server": "^4.7.4", |
46 | | - "wireit": "^0.7.1" |
| 44 | + "webpack-dev-server": "^4.11.1", |
| 45 | + "wireit": "^0.7.2" |
47 | 46 | }, |
48 | 47 | "pnpm": { |
49 | 48 | "neverBuiltDependencies": [ |
|
0 commit comments