Skip to content

Commit

Permalink
typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvernes committed Jan 2, 2025
1 parent a7d7b0b commit 494a91a
Show file tree
Hide file tree
Showing 10 changed files with 134 additions and 134 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"eslint-plugin-testing-library": "^6.2.2",
"jest-axe": "^9.0.0",
"prettier": "3.4.2",
"typescript": "^5.5.4"
"typescript": "^5.7.2"
},
"browserslist": "last 2 Chrome versions, last 2 firefox versions, last 2 safari versions, last 2 edge versions, not dead",
"packageManager": "pnpm@9.15.0+sha1.8bfdb6d72b4d5fdf87d21d27f2bfbe2b21dd2629"
Expand Down
2 changes: 1 addition & 1 deletion packages/eds-core-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"storybook": "^8.4.7",
"styled-components": "6.1.13",
"tsc-watch": "^6.2.1",
"typescript": "^5.5.4"
"typescript": "^5.7.2"
},
"peerDependencies": {
"react": ">=16.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/eds-data-grid-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tsc-watch": "^6.2.1",
"typescript": "~5.5.4"
"typescript": "~5.7.2"
},
"homepage": "https://eds.equinor.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eds-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"@rollup/plugin-node-resolve": "^15.3.0",
"rollup": "^4.29.1",
"rollup-plugin-delete": "^2.1.0",
"typescript": "^5.5.4"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/eds-lab-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"storybook": "8.4.7",
"styled-components": "6.1.13",
"tsc-watch": "^6.2.1",
"typescript": "^5.5.4"
"typescript": "^5.7.2"
},
"peerDependencies": {
"react": ">=16.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/eds-tokens-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prettier": "3.4.2",
"style-dictionary": "^4.1.0",
"style-dictionary-utils": "^4.0.0",
"typescript": "^5.5.4"
"typescript": "^5.7.2"
},
"engines": {
"pnpm": ">=8",
Expand Down
2 changes: 1 addition & 1 deletion packages/eds-tokens-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"axios": "^1.7.9",
"dotenv": "^16.4.7",
"prettier": "^3.4.2",
"typescript": "^5.5.4",
"typescript": "^5.7.2",
"vite": "^5.4.6",
"vite-plugin-dts": "^3.9.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/eds-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@
"rimraf": "^5.0.8",
"rollup": "^4.29.1",
"rollup-plugin-delete": "^2.1.0",
"typescript": "^5.5.4"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/eds-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"rollup-plugin-delete": "^2.1.0",
"styled-components": "6.1.13",
"tsc-watch": "^6.2.1",
"typescript": "^5.5.4"
"typescript": "^5.7.2"
},
"peerDependencies": {
"react": ">=16.8",
Expand Down
Loading

0 comments on commit 494a91a

Please sign in to comment.