Compare commits

..

1 commit

Author SHA1 Message Date
1a2d1fa822 Update dependency @types/react-dom to v17.0.23
Some checks failed
forgejo/Procyon/seedling/pipeline/pr-master There was a failure building this commit
2023-11-16 12:44:40 +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.2" "replace-in-file": "7.0.1"
}, },
"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.2 specifier: 7.0.1
version: 7.0.2 version: 7.0.1
devDependencies: devDependencies:
prettier: prettier:
@ -142,8 +142,8 @@ packages:
hasBin: true hasBin: true
dev: true dev: true
/replace-in-file@7.0.2: /replace-in-file@7.0.1:
resolution: {integrity: sha512-tPG+Qmqf+x2Rf1WVdb/9B5tFIf6KJ5hs3fgxh1OTzPRUugPPvyAva7NvCJtnSpmyq6r+ABYcuUOqZkm6yzGSUw==} resolution: {integrity: sha512-KbhgPq04eA+TxXuUxpgWIH9k/TjF+28ofon2PXP7vq6izAILhxOtksCVcLuuQLtyjouBaPdlH6RJYYcSPVxCOA==}
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.31", "postcss": "8.4.21",
"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.5", "ts-jest": "27.1.4",
"ts-loader": "9.2.8", "ts-loader": "9.2.8",
"ts-prune": "^0.10.3", "ts-prune": "^0.10.3",
"tsconfig-paths": "3.14.2", "tsconfig-paths": "3.14.1",
"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",