Compare commits
1 commit
65eb37c18e
...
87583cc9a4
| Author | SHA1 | Date | |
|---|---|---|---|
| 87583cc9a4 |
2 changed files with 12 additions and 12 deletions
|
|
@ -10,10 +10,10 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
|
||||||
|
|
||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
cache: npm
|
cache: npm
|
||||||
|
|
|
||||||
20
package-lock.json
generated
20
package-lock.json
generated
|
|
@ -18,16 +18,16 @@
|
||||||
"vite-plugin-svgr": "^4.3.0"
|
"vite-plugin-svgr": "^4.3.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/js": "^9.33.0",
|
"@eslint/js": "9.33.0",
|
||||||
"@types/react": "^19.1.10",
|
"@types/react": "19.1.10",
|
||||||
"@types/react-dom": "^19.0.4",
|
"@types/react-dom": "19.1.7",
|
||||||
"@vitejs/plugin-react": "^5.0.0",
|
"@vitejs/plugin-react": "5.0.1",
|
||||||
"eslint": "^9.33.0",
|
"eslint": "9.33.0",
|
||||||
"eslint-plugin-react": "^7.37.4",
|
"eslint-plugin-react": "7.37.5",
|
||||||
"eslint-plugin-react-hooks": "^5.2.0",
|
"eslint-plugin-react-hooks": "5.2.0",
|
||||||
"eslint-plugin-react-refresh": "^0.4.12",
|
"eslint-plugin-react-refresh": "0.4.20",
|
||||||
"globals": "^16.2.0",
|
"globals": "16.3.0",
|
||||||
"vite": "^7.1.2"
|
"vite": "7.1.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@ampproject/remapping": {
|
"node_modules/@ampproject/remapping": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue