mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-24 02:36:36 +00:00
Compare commits
26 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6e6222c513 | ||
|
|
78682e0265 | ||
|
|
adc1610524 | ||
|
|
b9b45a2689 | ||
|
|
a2395881c7 | ||
|
|
a4c0e8e369 | ||
|
|
2ab9eb4e91 | ||
|
|
b19d8dcba3 | ||
|
|
de3483ec30 | ||
|
|
e0c5bfbe9e | ||
|
|
b2440de96b | ||
|
|
57108cce09 | ||
|
|
97466c5065 | ||
|
|
518e8eba70 | ||
|
|
a2b41a03e9 | ||
|
|
5f3a437365 | ||
|
|
dbff3a8781 | ||
|
|
5617da9c68 | ||
|
|
5847b53c53 | ||
|
|
1c274898aa | ||
|
|
265ed91ec2 | ||
|
|
5208ba2fef | ||
|
|
03614ad3b9 | ||
|
|
4937b73115 | ||
|
|
a481d8c2bd | ||
|
|
e6e2fe714a |
@@ -1,4 +1,4 @@
|
||||
FROM node:25.5-alpine AS node
|
||||
FROM node:25.6-alpine AS node
|
||||
COPY . /shlink-web-client
|
||||
ARG VERSION="latest"
|
||||
ENV VERSION=${VERSION}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM mcr.microsoft.com/playwright:v1.58.1-noble
|
||||
FROM mcr.microsoft.com/playwright:v1.58.2-noble
|
||||
|
||||
ENV NODE_VERSION 22.14
|
||||
ENV TINI_VERSION v0.19.0
|
||||
|
||||
1017
package-lock.json
generated
1017
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
22
package.json
22
package.json
@@ -20,12 +20,12 @@
|
||||
"test:verbose": "node --run test -- --verbose"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-free": "^7.1.0",
|
||||
"@fortawesome/fontawesome-svg-core": "^7.1.0",
|
||||
"@fortawesome/free-brands-svg-icons": "^7.1.0",
|
||||
"@fortawesome/free-regular-svg-icons": "^7.1.0",
|
||||
"@fortawesome/free-solid-svg-icons": "^7.1.0",
|
||||
"@fortawesome/react-fontawesome": "^3.1.1",
|
||||
"@fortawesome/fontawesome-free": "^7.2.0",
|
||||
"@fortawesome/fontawesome-svg-core": "^7.2.0",
|
||||
"@fortawesome/free-brands-svg-icons": "^7.2.0",
|
||||
"@fortawesome/free-regular-svg-icons": "^7.2.0",
|
||||
"@fortawesome/free-solid-svg-icons": "^7.2.0",
|
||||
"@fortawesome/react-fontawesome": "^3.2.0",
|
||||
"@json2csv/plainjs": "^7.0.6",
|
||||
"@reduxjs/toolkit": "^2.11.2",
|
||||
"@shlinkio/data-manipulation": "^1.0.4",
|
||||
@@ -53,15 +53,15 @@
|
||||
"devDependencies": {
|
||||
"@shlinkio/eslint-config-js-coding-standard": "~3.7.0",
|
||||
"@stylistic/eslint-plugin": "^5.7.1",
|
||||
"@tailwindcss/vite": "^4.1.18",
|
||||
"@tailwindcss/vite": "^4.2.0",
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^16.3.2",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@total-typescript/shoehorn": "^0.1.2",
|
||||
"@types/node": "^25.1.0",
|
||||
"@types/react": "^19.2.10",
|
||||
"@types/node": "^25.3.0",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@vitejs/plugin-react": "^5.1.2",
|
||||
"@vitejs/plugin-react": "^5.1.4",
|
||||
"@vitest/browser": "^4.0.3",
|
||||
"@vitest/coverage-v8": "^4.0.18",
|
||||
"adm-zip": "^0.5.16",
|
||||
@@ -75,7 +75,7 @@
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"eslint-plugin-simple-import-sort": "^12.1.1",
|
||||
"history": "^5.3.0",
|
||||
"playwright": "^1.58.1",
|
||||
"playwright": "^1.58.2",
|
||||
"tailwindcss": "^4.1.3",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.54.0",
|
||||
|
||||
Reference in New Issue
Block a user