Skip to content

Commit

Permalink
chore(deps): update types packages and build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
daneah committed Mar 12, 2024
1 parent 0267fc1 commit e0810a4
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@storybook/theming": "^7.6.17",
"@storybook/web-components": "^7.6.17",
"@storybook/web-components-vite": "^7.6.17",
"@types/uuid": "^9.0.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"all-contributors-cli": "^6.26.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/pharos-cli/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"baseUrl": ".",
"target": "es2019",
"target": "es2021",
"module": "commonjs",
"strict": true,
"allowJs": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/pharos-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/mdx-js__react": "^1.5.3",
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.0",
"@types/react-helmet": "^6.1.0",
"@types/react-helmet": "^6.1.11",
"babel-preset-gatsby": "^2.25.0",
"typescript": "^5.2.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/pharos-site/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "es2019",
"module": "es2015",
"lib": ["es2019", "dom", "dom.iterable", "esnext.array"],
"target": "es2021",
"module": "es2022",
"lib": ["es2021", "dom", "dom.iterable", "esnext.array"],
"jsx": "react-jsx",
"declaration": true,
"declarationMap": true,
Expand Down
6 changes: 3 additions & 3 deletions packages/pharos/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "es2019",
"module": "es2020",
"lib": ["es2019", "dom", "dom.iterable"],
"target": "es2021",
"module": "es2022",
"lib": ["es2021", "dom", "dom.iterable"],
"jsx": "react-jsx",
"declaration": true,
"declarationMap": true,
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3694,7 +3694,7 @@ __metadata:
"@types/mdx-js__react": "npm:^1.5.3"
"@types/react": "npm:^17.0.1"
"@types/react-dom": "npm:^17.0.0"
"@types/react-helmet": "npm:^6.1.0"
"@types/react-helmet": "npm:^6.1.11"
"@webcomponents/scoped-custom-element-registry": "npm:^0.0.3"
babel-preset-gatsby: "npm:^2.25.0"
gatsby: "npm:^4.25.7"
Expand Down Expand Up @@ -7568,12 +7568,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react-helmet@npm:^6.1.0":
version: 6.1.5
resolution: "@types/react-helmet@npm:6.1.5"
"@types/react-helmet@npm:^6.1.11":
version: 6.1.11
resolution: "@types/react-helmet@npm:6.1.11"
dependencies:
"@types/react": "npm:*"
checksum: 10c0/01ce2e6402f67c1eb056f7d1e758da9eab97bb7cfee096ccde1fdb588387a4b1dad10ca82d07678e5c9fdf9d1a47d7ef86eb7d8418af4716118ffc0f4f13b87b
checksum: 10c0/f7b3bb2151d992a108ae46fed876fb9c8119108397d9a01d150c5642782997542c8b3c52e742b56e8689b7dbfa62ca9cfc76aa7e05dec4e60c652f7ef53fa783
languageName: node
linkType: hard

Expand Down Expand Up @@ -7745,7 +7745,7 @@ __metadata:
languageName: node
linkType: hard

"@types/uuid@npm:^9.0.0, @types/uuid@npm:^9.0.1":
"@types/uuid@npm:^9.0.1, @types/uuid@npm:^9.0.8":
version: 9.0.8
resolution: "@types/uuid@npm:9.0.8"
checksum: 10c0/b411b93054cb1d4361919579ef3508a1f12bf15b5fdd97337d3d351bece6c921b52b6daeef89b62340fd73fd60da407878432a1af777f40648cbe53a01723489
Expand Down Expand Up @@ -22145,7 +22145,7 @@ __metadata:
"@storybook/theming": "npm:^7.6.17"
"@storybook/web-components": "npm:^7.6.17"
"@storybook/web-components-vite": "npm:^7.6.17"
"@types/uuid": "npm:^9.0.0"
"@types/uuid": "npm:^9.0.8"
"@typescript-eslint/eslint-plugin": "npm:^6.21.0"
"@typescript-eslint/parser": "npm:^6.21.0"
all-contributors-cli: "npm:^6.26.1"
Expand Down

0 comments on commit e0810a4

Please sign in to comment.