Skip to content

Commit e27fce0

Browse files
authored
Remove dependency ranges from package.json and regenerate lock files (#56)
1 parent fa1d541 commit e27fce0

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

ui/extensions/hello/package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/extensions/hello/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,32 +13,32 @@
1313
"watch": "npm run build -- --watch"
1414
},
1515
"dependencies": {
16-
"@crowdstrike/falcon-shoelace": "^0.4.0",
17-
"@crowdstrike/foundry-js": "^0.19.0",
18-
"@crowdstrike/tailwind-toucan-base": "^5.0.0",
19-
"@shoelace-style/shoelace": "^2.20.1",
16+
"@crowdstrike/falcon-shoelace": "0.4.0",
17+
"@crowdstrike/foundry-js": "0.19.0",
18+
"@crowdstrike/tailwind-toucan-base": "5.0.0",
19+
"@shoelace-style/shoelace": "2.20.1",
2020
"react": "19.1.1",
2121
"react-dom": "19.1.1",
2222
"react-router-dom": "7.9.1"
2323
},
2424
"devDependencies": {
2525
"@babel/core": "7.28.4",
26-
"@babel/preset-env": "^7.28.3",
26+
"@babel/preset-env": "7.28.3",
2727
"@babel/preset-react": "7.27.1",
2828
"@rollup/plugin-babel": "6.0.4",
2929
"@rollup/plugin-commonjs": "28.0.6",
3030
"@rollup/plugin-json": "6.1.0",
3131
"@rollup/plugin-node-resolve": "16.0.1",
3232
"@rollup/plugin-replace": "6.0.2",
33-
"@testing-library/jest-dom": "^6.8.0",
34-
"@testing-library/react": "^16.3.0",
35-
"@testing-library/user-event": "^14.6.1",
33+
"@testing-library/jest-dom": "6.8.0",
34+
"@testing-library/react": "16.3.0",
35+
"@testing-library/user-event": "14.6.1",
3636
"@web/rollup-plugin-html": "2.3.0",
37-
"jest": "^30.1.3",
38-
"jest-environment-jsdom": "^30.1.2",
39-
"postcss": "^8.5.6",
37+
"jest": "30.1.3",
38+
"jest-environment-jsdom": "30.1.2",
39+
"postcss": "8.5.6",
4040
"rollup": "4.50.2",
41-
"rollup-plugin-postcss": "^4.0.2"
41+
"rollup-plugin-postcss": "4.0.2"
4242
},
4343
"jest": {
4444
"moduleFileExtensions": [

0 commit comments

Comments
 (0)