diff --git a/playground/package-lock.json b/playground/package-lock.json index 0f601ec..1ffb7b5 100644 --- a/playground/package-lock.json +++ b/playground/package-lock.json @@ -24,27 +24,6 @@ "vite": "^7.3.2" } }, - "..": { - "version": "2.4.0", - "extraneous": true, - "license": "MIT", - "devDependencies": { - "@types/react": "^19.2.14", - "@types/react-dom": "^19.2.3", - "babel-core": "^6.26.3", - "babel-runtime": "^6.26.0", - "react": "^19.2.4", - "react-dom": "^19.2.4", - "rimraf": "^6.1.3", - "rollup": "^4.57.1", - "rollup-plugin-typescript2": "^0.36.0", - "typescript": "^5.9.3" - }, - "peerDependencies": { - "react": ">=16", - "react-dom": ">=16" - } - }, "../react-dropdown-date": { "extraneous": true }, @@ -2241,10 +2220,20 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", - "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.0.tgz", + "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], "license": "MIT", "dependencies": { "argparse": "^2.0.1"