|
1 | 1 | { |
2 | 2 | "name": "next-starter", |
3 | | - "version": "2.10.1", |
| 3 | + "version": "3.0.0", |
4 | 4 | "description": "⏭ next.js starter", |
5 | 5 | "keywords": [ |
6 | 6 | "typescript", |
|
30 | 30 | "scripts": { |
31 | 31 | "start": "next", |
32 | 32 | "build": "next build", |
33 | | - "vercel": "npm run test && npm run build", |
34 | 33 | "lint": "eslint .", |
35 | 34 | "lint:fix": "eslint . --fix", |
36 | 35 | "format": "prettier --check .", |
37 | 36 | "format:fix": "prettier --write .", |
| 37 | + "typecheck": "tsc", |
38 | 38 | "test": "jest --passWithNoTests", |
39 | 39 | "test:watch": "npm run test -- --watch", |
40 | 40 | "contributors": "all-contributors generate", |
41 | 41 | "new": "plop" |
42 | 42 | }, |
43 | 43 | "dependencies": { |
44 | 44 | "@bradgarropy/next-google-analytics": "^1.0.2", |
45 | | - "@bradgarropy/next-link": "^1.0.2", |
| 45 | + "@bradgarropy/next-link": "^1.1.0", |
46 | 46 | "@bradgarropy/next-seo": "^1.1.0", |
47 | | - "@heroicons/react": "^1.0.6", |
| 47 | + "@heroicons/react": "^2.0.16", |
48 | 48 | "classnames": "^2.3.1", |
49 | | - "next": "^12.0.4", |
50 | | - "react-dom": "^17.0.1" |
| 49 | + "next": "^13.2.2", |
| 50 | + "react-dom": "^18.2.0" |
51 | 51 | }, |
52 | 52 | "devDependencies": { |
53 | 53 | "@bradgarropy/eslint-config": "^1.1.0", |
|
57 | 57 | "@bradgarropy/plop-generator-react-context": "^1.0.0", |
58 | 58 | "@bradgarropy/plop-generator-react-hook": "^1.0.0", |
59 | 59 | "@testing-library/jest-dom": "^5.11.6", |
60 | | - "@testing-library/react": "^12.0.0", |
61 | | - "@testing-library/react-hooks": "^7.0.1", |
62 | | - "@testing-library/user-event": "^13.2.1", |
63 | | - "@types/jest": "^27.0.1", |
64 | | - "@types/react": "^17.0.19", |
| 60 | + "@testing-library/react": "^14.0.0", |
| 61 | + "@testing-library/user-event": "^14.4.3", |
| 62 | + "@types/jest": "^29.4.0", |
| 63 | + "@types/react": "^18.0.28", |
65 | 64 | "@typescript-eslint/eslint-plugin": "^5.4.0", |
66 | 65 | "@typescript-eslint/parser": "^5.4.0", |
67 | 66 | "all-contributors-cli": "^6.20.0", |
68 | 67 | "babel-eslint": "^10.1.0", |
69 | 68 | "eslint": "^8.2.0", |
70 | | - "eslint-config-next": "^12.0.4", |
| 69 | + "eslint-config-next": "^13.2.2", |
71 | 70 | "eslint-config-prettier": "^8.3.0", |
72 | 71 | "eslint-plugin-jsx-a11y": "^6.4.1", |
73 | 72 | "eslint-plugin-react": "^7.21.5", |
74 | 73 | "eslint-plugin-react-hooks": "^4.2.0", |
75 | | - "eslint-plugin-simple-import-sort": "^7.0.0", |
| 74 | + "eslint-plugin-simple-import-sort": "^10.0.0", |
76 | 75 | "identity-obj-proxy": "^3.0.0", |
77 | | - "jest": "^27.0.6", |
| 76 | + "jest": "^29.4.3", |
| 77 | + "jest-environment-jsdom": "^29.4.3", |
78 | 78 | "plop": "^2.7.4", |
79 | 79 | "prettier": "^2.3.2", |
80 | | - "react": "^17.0.1", |
| 80 | + "react": "^18.2.0", |
81 | 81 | "regenerator-runtime": "^0.13.9", |
82 | 82 | "typescript": "^4.3.5" |
83 | 83 | } |
|
0 commit comments