|
1 | 1 | { |
2 | 2 | "name": "nextjs-project", |
3 | | - "version": "2.1.3", |
| 3 | + "version": "2.2.0", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | 6 | "dev": "next dev", |
|
9 | 9 | "export": "next build && next export", |
10 | 10 | "lint": "next lint && stylelint \"source/**/*.css\"", |
11 | 11 | "prepare": "husky install", |
12 | | - "prettier": "prettier --check pages source/", |
| 12 | + "prettier": "prettier --check app source/", |
13 | 13 | "prettier:write": "prettier --write app source/", |
14 | 14 | "tsc": "tsc --noEmit", |
15 | 15 | "test": "npm run lint && npm run tsc", |
|
24 | 24 | ">= 1% in US" |
25 | 25 | ], |
26 | 26 | "dependencies": { |
27 | | - "next": "15.4.5", |
| 27 | + "next": "15.5.2", |
28 | 28 | "react": "19.1.1", |
29 | 29 | "react-dom": "19.1.1", |
30 | 30 | "react-select": "^5.10.2" |
31 | 31 | }, |
32 | 32 | "devDependencies": { |
33 | | - "@csstools/postcss-global-data": "^3.0.0", |
| 33 | + "@csstools/postcss-global-data": "^3.1.0", |
34 | 34 | "@eslint/eslintrc": "^3.3.1", |
35 | | - "@forumone/eslint-config-es5": "^3.0.2", |
| 35 | + "@forumone/eslint-config-es5": "^3.0.3", |
36 | 36 | "@forumone/eslint-config-react": "^3.0.2", |
37 | | - "@next/eslint-plugin-next": "15.4.5", |
38 | | - "@storybook/addon-a11y": "^9.1.1", |
39 | | - "@storybook/addon-docs": "^9.1.1", |
40 | | - "@storybook/addon-links": "^9.1.1", |
41 | | - "@storybook/nextjs": "^9.1.1", |
| 37 | + "@next/eslint-plugin-next": "15.5.2", |
| 38 | + "@storybook/addon-a11y": "^9.1.4", |
| 39 | + "@storybook/addon-docs": "^9.1.4", |
| 40 | + "@storybook/addon-links": "^9.1.4", |
| 41 | + "@storybook/nextjs": "^9.1.4", |
42 | 42 | "@svgr/babel-plugin-add-jsx-attribute": "^8.0.0", |
43 | 43 | "@svgr/babel-plugin-remove-jsx-attribute": "^8.0.0", |
44 | 44 | "@svgr/cli": "^8.1.0", |
45 | | - "@types/node": "^20.19.9", |
46 | | - "@types/react": "19.1.9", |
47 | | - "@types/react-dom": "19.1.7", |
| 45 | + "@types/node": "^22.18.1", |
| 46 | + "@types/react": "19.1.12", |
| 47 | + "@types/react-dom": "19.1.9", |
48 | 48 | "@typescript-eslint/eslint-plugin": "^8.29.1", |
49 | 49 | "@typescript-eslint/parser": "^8.29.1", |
50 | 50 | "clsx": "^2.1.1", |
51 | 51 | "css-loader": "^7.1.2", |
52 | 52 | "csstype": "3.1.3", |
53 | | - "enhanced-resolve": "^5.18.2", |
54 | | - "eslint": "^9.32.0", |
| 53 | + "enhanced-resolve": "^5.18.3", |
| 54 | + "eslint": "^9.34.0", |
55 | 55 | "html-react-parser": "^5.2.6", |
56 | 56 | "husky": "^9.1.7", |
57 | 57 | "inquirer": "^10.2.2", |
58 | 58 | "plop": "^4.0.1", |
59 | 59 | "postcss": "^8.5.6", |
60 | 60 | "postcss-advanced-variables": "github:kmonahan/postcss-advanced-variables", |
61 | 61 | "postcss-import": "^16.1.1", |
62 | | - "postcss-loader": "^8.1.1", |
| 62 | + "postcss-loader": "^8.2.0", |
63 | 63 | "postcss-nesting": "^13.0.2", |
64 | | - "postcss-preset-env": "^10.2.4", |
| 64 | + "postcss-preset-env": "^10.3.1", |
65 | 65 | "postcss-rem": "^3.0.0", |
66 | 66 | "prettier": "^3.6.2", |
67 | 67 | "prettier-plugin-organize-imports": "^4.2.0", |
68 | | - "storybook": "^9.1.1", |
| 68 | + "storybook": "^9.1.4", |
69 | 69 | "style-loader": "^4.0.0", |
70 | | - "stylelint": "^16.23.0", |
| 70 | + "stylelint": "^16.23.1", |
71 | 71 | "stylelint-config-standard": "^39.0.0", |
72 | 72 | "stylelint-order": "^7.0.0", |
73 | 73 | "stylelint-webpack-plugin": "^5.0.1", |
74 | | - "typescript": "~5.8.3", |
75 | | - "yaml": "^2.8.0" |
| 74 | + "typescript": "~5.9.2", |
| 75 | + "yaml": "^2.8.1" |
76 | 76 | }, |
77 | 77 | "overrides": { |
78 | 78 | "csstype": "3.1.3", |
79 | | - "@types/react": "19.1.9", |
80 | | - "@types/react-dom": "19.1.7", |
| 79 | + "@types/react": "19.1.12", |
| 80 | + "@types/react-dom": "19.1.9", |
81 | 81 | "storybook": "$storybook" |
| 82 | + }, |
| 83 | + "engines": { |
| 84 | + "node": ">=22" |
82 | 85 | } |
83 | 86 | } |
0 commit comments