🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@arch-ui/confirm

Package Overview
Dependencies
Maintainers
9
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arch-ui/confirm - npm Package Compare versions

Comparing version

to
0.0.25

10

CHANGELOG.md
# @arch-ui/confirm
## 0.0.25
### Patch Changes
- [#95](https://github.com/keystonejs/keystone-5/pull/95) [`a890b0576`](https://github.com/keystonejs/keystone-5/commit/a890b057628b60c2d1870cc3f5afd8e87b03f7df) Thanks [@bladey](https://github.com/bladey)! - Renamed branch `master` to `main`.
- Updated dependencies [[`a890b0576`](https://github.com/keystonejs/keystone-5/commit/a890b057628b60c2d1870cc3f5afd8e87b03f7df)]:
- @arch-ui/modal-utils@1.0.15
- @arch-ui/theme@0.0.13
## 0.0.24

@@ -4,0 +14,0 @@

18

package.json
{
"name": "@arch-ui/confirm",
"description": "Confirmation UI as used in @keystonejs Admin UI.",
"version": "0.0.24",
"version": "0.0.25",
"author": "Jed Watson",

@@ -9,13 +9,13 @@ "license": "MIT",

"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"dependencies": {
"@arch-ui/modal-utils": "^1.0.14",
"@arch-ui/theme": "^0.0.12",
"@babel/runtime": "^7.12.13",
"@arch-ui/modal-utils": "^1.0.15",
"@arch-ui/theme": "^0.0.13",
"@babel/runtime": "^7.13.10",
"@emotion/core": "^10.1.1",

@@ -27,3 +27,3 @@ "@emotion/styled": "^10.0.27",

"module": "dist/confirm.esm.js",
"repository": "https://github.com/keystonejs/keystone-5/tree/master/packages/arch/packages/confirm"
"repository": "https://github.com/keystonejs/keystone-5/tree/main/packages/arch/packages/confirm"
}