@inquirer/demo 1.1.0 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +6 -6
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2023 Simon Boudrias
1
+ Copyright (c) 2025 Simon Boudrias
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person
4
4
  obtaining a copy of this software and associated documentation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inquirer/demo",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Inquirer demos",
5
5
  "keywords": [
6
6
  "answer",
@@ -70,14 +70,14 @@
70
70
  "tsc": "tshy"
71
71
  },
72
72
  "dependencies": {
73
- "@inquirer/core": "^10.1.1",
74
- "@inquirer/figures": "^1.0.8",
75
- "@inquirer/prompts": "^7.2.0",
73
+ "@inquirer/core": "^10.1.3",
74
+ "@inquirer/figures": "^1.0.9",
75
+ "@inquirer/prompts": "^7.2.2",
76
76
  "yoctocolors-cjs": "^2.1.2"
77
77
  },
78
78
  "devDependencies": {
79
79
  "@repo/tsconfig": "workspace:*",
80
- "@types/node": "^22.10.1",
80
+ "@types/node": "^22.10.5",
81
81
  "tshy": "^3.0.2"
82
82
  },
83
83
  "engines": {
@@ -101,5 +101,5 @@
101
101
  "peerDependencies": {
102
102
  "@types/node": ">=18"
103
103
  },
104
- "gitHead": "5713287885155c0081fca4190c17c18c598d9602"
104
+ "gitHead": "43afbb5a1a96a23342f9fa3867e3d5d0a9abc8fe"
105
105
  }