Compare commits

..

8 commits

Author SHA1 Message Date
787484eb0c Update dependency prettier to v2.8.8
Some checks are pending
forgejo/Procyon/seedling/pipeline/pr-master Build queued...
forgejo/Procyon/seedling/pipeline/head This commit looks good
2023-11-17 21:18:51 +01:00
4015f6b2f4 Update dependency tailwindcss to v3.3.5
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
2023-11-17 21:12:32 +01:00
507ddb9453 Update dependency ts-loader to v9.5.1
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
2023-11-17 21:12:15 +01:00
98ee93ed67 Update dependency react-redux to v8.1.3
Some checks are pending
forgejo/Procyon/seedling/pipeline/head Build queued...
2023-11-17 21:12:09 +01:00
93b8dcdc92 Update dependency ramda to v0.29.1
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
2023-11-17 21:12:02 +01:00
24523f0c27 Update dependency nightwatch to v3.3.2
Some checks are pending
forgejo/Procyon/seedling/pipeline/head Build queued...
2023-11-17 21:11:55 +01:00
348fbaa1c1 Update dependency eslint-plugin-typescript-sort-keys to v2.3.0
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
2023-11-17 21:11:26 +01:00
f0a3153ff2 Update dependency eslint-plugin-react-hooks to v4.6.0
All checks were successful
forgejo/Procyon/seedling/pipeline/pr-master This commit looks good
forgejo/Procyon/seedling/pipeline/head This commit looks good
2023-11-17 09:33:51 +00:00

View file

@ -34,10 +34,10 @@
"clsx": "^1.2.1",
"date-fns": "2.30.0",
"history": "5.3.0",
"ramda": "0.28.0",
"ramda": "0.29.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "8.0.2",
"react-redux": "8.1.3",
"typescript": "5.0.4",
"wouter": "2.11.0",
"yup": "0.32.11"
@ -47,7 +47,7 @@
"@types/enzyme": "3.10.11",
"@types/jest": "27.4.1",
"@types/nightwatch": "2.3.28",
"@types/ramda": "0.28.13",
"@types/ramda": "0.29.9",
"@types/react": "17.0.70",
"@types/react-dom": "17.0.23",
"@types/react-redux": "7.1.30",
@ -65,23 +65,23 @@
"eslint-config-prettier": "8.10.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-typescript": "0.14.0",
"eslint-plugin-typescript-sort-keys": "2.1.0",
"eslint-plugin-typescript-sort-keys": "2.3.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.5.3",
"http-server-spa": "1.3.0",
"jest": "27.5.1",
"mini-css-extract-plugin": "2.6.0",
"nightwatch": "3.0.1",
"nightwatch": "3.3.2",
"postcss": "8.4.31",
"postcss-loader": "6.2.1",
"prettier": "2.8.8",
"tailwindcss": "3.0.23",
"tailwindcss": "3.3.5",
"ts-node": "10.9.1",
"ts-jest": "27.1.5",
"ts-loader": "9.2.8",
"ts-loader": "9.5.1",
"ts-prune": "^0.10.3",
"tsconfig-paths": "3.14.2",
"url-loader": "4.1.1",