Compare commits

..

5 commits

Author SHA1 Message Date
e01b05d53a Update dependency @types/react-dom to v17.0.23
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-16 13:26:06 +00:00
634e3b3023 Update dependency replace-in-file to v7.0.2
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
2023-11-16 14:25:46 +01:00
97d573a5c6 Update dependency ts-jest to v27.1.5
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
2023-11-16 14:25:30 +01:00
22bc342f41 Update dependency tsconfig-paths to v3.14.2
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-16 13:22:07 +00:00
cf4c01fd2d Update dependency postcss to v8.4.31
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-16 12:44:41 +00:00
3 changed files with 8 additions and 8 deletions

View file

@ -13,7 +13,7 @@
}, },
"dependencies": { "dependencies": {
"minimist": "1.2.8", "minimist": "1.2.8",
"replace-in-file": "7.0.1" "replace-in-file": "7.0.2"
}, },
"devDependencies": { "devDependencies": {
"prettier": "3.0.3" "prettier": "3.0.3"

8
pnpm-lock.yaml generated
View file

@ -9,8 +9,8 @@ dependencies:
specifier: 1.2.8 specifier: 1.2.8
version: 1.2.8 version: 1.2.8
replace-in-file: replace-in-file:
specifier: 7.0.1 specifier: 7.0.2
version: 7.0.1 version: 7.0.2
devDependencies: devDependencies:
prettier: prettier:
@ -142,8 +142,8 @@ packages:
hasBin: true hasBin: true
dev: true dev: true
/replace-in-file@7.0.1: /replace-in-file@7.0.2:
resolution: {integrity: sha512-KbhgPq04eA+TxXuUxpgWIH9k/TjF+28ofon2PXP7vq6izAILhxOtksCVcLuuQLtyjouBaPdlH6RJYYcSPVxCOA==} resolution: {integrity: sha512-tPG+Qmqf+x2Rf1WVdb/9B5tFIf6KJ5hs3fgxh1OTzPRUugPPvyAva7NvCJtnSpmyq6r+ABYcuUOqZkm6yzGSUw==}
engines: {node: '>=10'} engines: {node: '>=10'}
hasBin: true hasBin: true
dependencies: dependencies:

View file

@ -75,15 +75,15 @@
"jest": "27.5.1", "jest": "27.5.1",
"mini-css-extract-plugin": "2.6.0", "mini-css-extract-plugin": "2.6.0",
"nightwatch": "3.0.1", "nightwatch": "3.0.1",
"postcss": "8.4.21", "postcss": "8.4.31",
"postcss-loader": "6.2.1", "postcss-loader": "6.2.1",
"prettier": "2.6.1", "prettier": "2.6.1",
"tailwindcss": "3.0.23", "tailwindcss": "3.0.23",
"ts-node": "10.9.1", "ts-node": "10.9.1",
"ts-jest": "27.1.4", "ts-jest": "27.1.5",
"ts-loader": "9.2.8", "ts-loader": "9.2.8",
"ts-prune": "^0.10.3", "ts-prune": "^0.10.3",
"tsconfig-paths": "3.14.1", "tsconfig-paths": "3.14.2",
"url-loader": "4.1.1", "url-loader": "4.1.1",
"webpack": "5.70.0", "webpack": "5.70.0",
"webpack-bundle-analyzer": "^4.5.0", "webpack-bundle-analyzer": "^4.5.0",