Skip to content

Commit

Permalink
removed carets. Updated package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jwartofsky-yext committed Aug 22, 2023
1 parent 5edd169 commit 61bc105
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 18 deletions.
2 changes: 1 addition & 1 deletion apps/test-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@vitejs/plugin-react": "^2.1.0",
"@yext/eslint-config": "^1.0.0",
"@yext/eslint-plugin-export-star": "^1.0.2",
"@yext/pages": "^1.0.0-rc.1",
"@yext/pages": "1.0.0-rc.1",
"@yext/studio": "*",
"@yext/types": "^0.1.12-alpha",
"eslint": "^8.11.0",
Expand Down
6 changes: 2 additions & 4 deletions apps/test-site/sites-config/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
{
"$id": "studio-stream-id-UniversalPage",
"localization": {
"locales": ["en"],
"primary": false
"locales": ["en"]
},
"filter": {
"entityTypes": ["location"]
Expand All @@ -38,8 +37,7 @@
{
"$id": "studio-stream-id-LocationPage",
"localization": {
"locales": ["en"],
"primary": false
"locales": ["en"]
},
"filter": {
"entityTypes": ["location"]
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/fs-extra": "^11.0.1",
"@types/kill-port": "^2.0.0",
"@vitejs/plugin-react": "^2.1.0",
"@yext/pages": "^1.0.0-rc.1",
"@yext/pages": "1.0.0-rc.1",
"@yext/studio": "*",
"fs-extra": "^11.1.1",
"glob": "^10.3.1"
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@typescript-eslint/parser": "^5.59.0",
"@yext/eslint-config": "^1.0.0",
"@yext/eslint-plugin-export-star": "^1.2.0",
"@yext/pages": "^1.0.0-rc.1",
"@yext/pages": "1.0.0-rc.1",
"@yext/search-ui-react": "1.1.0",
"brotli": "^1.3.3",
"eslint": "^8.38.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/studio-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@babel/preset-env": "^7.22.4",
"@babel/preset-react": "^7.22.3",
"@babel/preset-typescript": "^7.21.5",
"@yext/pages": "^1.0.0-rc.1",
"@yext/pages": "1.0.0-rc.1",
"camelcase": "^7.0.1",
"chokidar": "^3.5.3",
"colors": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/react-modal": "3.13.1",
"@yext/pages": "^1.0.0-rc.1",
"@yext/pages": "1.0.0-rc.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.3.1",
"resize-observer-polyfill": "^1.5.1"
Expand Down

0 comments on commit 61bc105

Please sign in to comment.