diff --git a/ui/extensions/hello/package-lock.json b/ui/extensions/hello/package-lock.json index b50e8bc..72727b0 100644 --- a/ui/extensions/hello/package-lock.json +++ b/ui/extensions/hello/package-lock.json @@ -9,32 +9,32 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@crowdstrike/falcon-shoelace": "^0.4.0", - "@crowdstrike/foundry-js": "^0.19.0", - "@crowdstrike/tailwind-toucan-base": "^5.0.0", - "@shoelace-style/shoelace": "^2.20.1", + "@crowdstrike/falcon-shoelace": "0.4.0", + "@crowdstrike/foundry-js": "0.19.0", + "@crowdstrike/tailwind-toucan-base": "5.0.0", + "@shoelace-style/shoelace": "2.20.1", "react": "19.1.1", "react-dom": "19.1.1", "react-router-dom": "7.9.1" }, "devDependencies": { "@babel/core": "7.28.4", - "@babel/preset-env": "^7.28.3", + "@babel/preset-env": "7.28.3", "@babel/preset-react": "7.27.1", "@rollup/plugin-babel": "6.0.4", "@rollup/plugin-commonjs": "28.0.6", "@rollup/plugin-json": "6.1.0", "@rollup/plugin-node-resolve": "16.0.1", "@rollup/plugin-replace": "6.0.2", - "@testing-library/jest-dom": "^6.8.0", - "@testing-library/react": "^16.3.0", - "@testing-library/user-event": "^14.6.1", + "@testing-library/jest-dom": "6.8.0", + "@testing-library/react": "16.3.0", + "@testing-library/user-event": "14.6.1", "@web/rollup-plugin-html": "2.3.0", - "jest": "^30.1.3", - "jest-environment-jsdom": "^30.1.2", - "postcss": "^8.5.6", + "jest": "30.1.3", + "jest-environment-jsdom": "30.1.2", + "postcss": "8.5.6", "rollup": "4.50.2", - "rollup-plugin-postcss": "^4.0.2" + "rollup-plugin-postcss": "4.0.2" }, "engines": { "node": ">=22" diff --git a/ui/extensions/hello/package.json b/ui/extensions/hello/package.json index c3612e9..92a5c64 100644 --- a/ui/extensions/hello/package.json +++ b/ui/extensions/hello/package.json @@ -13,32 +13,32 @@ "watch": "npm run build -- --watch" }, "dependencies": { - "@crowdstrike/falcon-shoelace": "^0.4.0", - "@crowdstrike/foundry-js": "^0.19.0", - "@crowdstrike/tailwind-toucan-base": "^5.0.0", - "@shoelace-style/shoelace": "^2.20.1", + "@crowdstrike/falcon-shoelace": "0.4.0", + "@crowdstrike/foundry-js": "0.19.0", + "@crowdstrike/tailwind-toucan-base": "5.0.0", + "@shoelace-style/shoelace": "2.20.1", "react": "19.1.1", "react-dom": "19.1.1", "react-router-dom": "7.9.1" }, "devDependencies": { "@babel/core": "7.28.4", - "@babel/preset-env": "^7.28.3", + "@babel/preset-env": "7.28.3", "@babel/preset-react": "7.27.1", "@rollup/plugin-babel": "6.0.4", "@rollup/plugin-commonjs": "28.0.6", "@rollup/plugin-json": "6.1.0", "@rollup/plugin-node-resolve": "16.0.1", "@rollup/plugin-replace": "6.0.2", - "@testing-library/jest-dom": "^6.8.0", - "@testing-library/react": "^16.3.0", - "@testing-library/user-event": "^14.6.1", + "@testing-library/jest-dom": "6.8.0", + "@testing-library/react": "16.3.0", + "@testing-library/user-event": "14.6.1", "@web/rollup-plugin-html": "2.3.0", - "jest": "^30.1.3", - "jest-environment-jsdom": "^30.1.2", - "postcss": "^8.5.6", + "jest": "30.1.3", + "jest-environment-jsdom": "30.1.2", + "postcss": "8.5.6", "rollup": "4.50.2", - "rollup-plugin-postcss": "^4.0.2" + "rollup-plugin-postcss": "4.0.2" }, "jest": { "moduleFileExtensions": [