diff --git a/package-lock.json b/package-lock.json index c6191f292..54173f556 100644 --- a/package-lock.json +++ b/package-lock.json @@ -116,8 +116,8 @@ "ts-node": "10.9.2", "ts-patch": "3.2.1", "tsconfig-paths-webpack-plugin": "4.1.0", - "typescript": "5.5.4", - "typescript-transform-paths": "3.5.1", + "typescript": "5.6.3", + "typescript-transform-paths": "3.5.2", "webpack": "5.94.0" }, "peerDependencies": { @@ -36342,11 +36342,10 @@ } }, "node_modules/typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "dev": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -36356,9 +36355,9 @@ } }, "node_modules/typescript-transform-paths": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/typescript-transform-paths/-/typescript-transform-paths-3.5.1.tgz", - "integrity": "sha512-nq+exuF+38rAby9zrP+S6t0HWuwv69jeFu0I5UwjdoCIDPmnKIAr6a7JfYkbft7h5OzYKEDRhT/jLvvtTvWF4Q==", + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/typescript-transform-paths/-/typescript-transform-paths-3.5.2.tgz", + "integrity": "sha512-IRDVXfU7oscLwTvLabXprFrFCMUdBJbdUDtxbHFEsau9FlqrrdgS8PfwUltKDAh75vJFkQ8QdXAt/nzIWWp+fA==", "dev": true, "dependencies": { "minimatch": "^9.0.5" diff --git a/package.json b/package.json index 69c0215ee..8f781c187 100644 --- a/package.json +++ b/package.json @@ -118,8 +118,8 @@ "ts-node": "10.9.2", "ts-patch": "3.2.1", "tsconfig-paths-webpack-plugin": "4.1.0", - "typescript": "5.5.4", - "typescript-transform-paths": "3.5.1", + "typescript": "5.6.3", + "typescript-transform-paths": "3.5.2", "webpack": "5.94.0" }, "homepage": "https://act-org.github.io/dls", @@ -225,7 +225,7 @@ "test:prettier": "prettier . --check", "test:types": "tspc --noEmit", "test:unit": "jest --maxWorkers=2 --silent", - "test:build": "npm run build", + "test:build": "npm-run-all build build-storybook", "watch": "npm run build && npm run copy && npm run build:components -- --watch" }, "types": "index.d.ts",