|
6 | 6 | "analyze": "ANALYZE=true yarn build", |
7 | 7 | "dev": "run-p dev:*", |
8 | 8 | "dev:next": "next dev", |
9 | | - "dev:path": "pathpida --watch", |
10 | | - "dev:api": "aspida --watch", |
11 | | - "build": "pathpida && aspida && next build", |
| 9 | + "dev:path": "pathpida --output src/utils --watch", |
| 10 | + "build": "pathpida --output src/utils && next build", |
12 | 11 | "start": "next start", |
13 | | - "test": "jest", |
14 | 12 | "fix": "prettier --write './**/*.{js,jsx,ts,tsx}'", |
15 | 13 | "lint-staged": "lint-staged", |
16 | 14 | "lint": "next lint", |
|
25 | 23 | ] |
26 | 24 | }, |
27 | 25 | "dependencies": { |
28 | | - "@aspida/axios": "1.7.1", |
29 | | - "axios": "0.21.1", |
30 | | - "dayjs": "1.10.6", |
31 | | - "highlight.js": "11.2.0", |
32 | | - "microcms-richedit-processer": "1.0.3", |
33 | | - "next": "11.0.1", |
| 26 | + "dayjs": "1.10.7", |
| 27 | + "highlight.js": "11.4.0", |
| 28 | + "microcms-js-sdk": "2.0.0", |
| 29 | + "microcms-richedit-processer": "1.0.4", |
| 30 | + "next": "12.0.8", |
34 | 31 | "react": "17.0.2", |
35 | 32 | "react-dom": "17.0.2", |
36 | | - "react-scroll": "1.8.3", |
37 | | - "react-use": "17.2.4", |
| 33 | + "react-scroll": "1.8.4", |
| 34 | + "react-use": "17.3.2", |
38 | 35 | "rss": "1.2.2", |
39 | | - "swr": "0.5.6" |
| 36 | + "swr": "1.1.2" |
40 | 37 | }, |
41 | 38 | "devDependencies": { |
42 | | - "@babel/core": "7.15.0", |
43 | | - "@next/bundle-analyzer": "11.0.1", |
44 | | - "@testing-library/jest-dom": "5.14.1", |
45 | | - "@testing-library/react": "12.0.0", |
46 | | - "@testing-library/react-hooks": "7.0.1", |
47 | | - "@types/react": "17.0.17", |
| 39 | + "@next/bundle-analyzer": "12.0.8", |
| 40 | + "@types/prettier": "^2.4.3", |
| 41 | + "@types/react": "17.0.38", |
48 | 42 | "@types/react-scroll": "1.8.3", |
49 | 43 | "@types/rss": "0.0.29", |
50 | | - "@typescript-eslint/eslint-plugin": "4.29.1", |
51 | | - "@typescript-eslint/parser": "4.29.1", |
52 | | - "babel-jest": "27.0.6", |
53 | | - "dotenv": "10.0.0", |
54 | | - "eslint": "7.32.0", |
55 | | - "eslint-config-next": "11.0.1", |
| 44 | + "@typescript-eslint/eslint-plugin": "5.10.0", |
| 45 | + "@typescript-eslint/parser": "5.10.0", |
| 46 | + "eslint": "8.7.0", |
| 47 | + "eslint-config-next": "12.0.8", |
56 | 48 | "eslint-config-prettier": "8.3.0", |
57 | | - "eslint-plugin-prettier": "3.4.0", |
58 | | - "globby": "11.0.4", |
59 | | - "husky": "7.0.1", |
60 | | - "jest": "27.0.6", |
61 | | - "jest-watch-typeahead": "0.6.4", |
62 | | - "lint-staged": "11.1.2", |
63 | | - "next-compose-plugins": "2.2.1", |
64 | | - "next-transpile-modules": "8.0.0", |
| 49 | + "eslint-plugin-prettier": "4.0.0", |
| 50 | + "husky": "7.0.4", |
| 51 | + "lint-staged": "12.2.2", |
65 | 52 | "npm-run-all": "4.1.5", |
66 | | - "pathpida": "0.15.4", |
67 | | - "postcss": "8.3.6", |
68 | | - "postcss-custom-properties": "11.0.0", |
| 53 | + "pathpida": "0.17.0", |
| 54 | + "postcss": "8.4.5", |
| 55 | + "postcss-custom-properties": "12.1.3", |
69 | 56 | "postcss-nested": "5.0.6", |
70 | | - "prettier": "2.3.2", |
71 | | - "react-test-renderer": "17.0.2", |
72 | | - "typescript": "4.3.5" |
| 57 | + "prettier": "2.5.1", |
| 58 | + "typescript": "4.5.5" |
73 | 59 | } |
74 | 60 | } |
0 commit comments