Skip to content

Commit

Permalink
Revert "upgrade typescript to 5.5"
Browse files Browse the repository at this point in the history
This reverts commit 76cb1bf.
  • Loading branch information
mimarz committed Jul 29, 2024
1 parent ec95d6f commit 67629df
Show file tree
Hide file tree
Showing 8 changed files with 300 additions and 571 deletions.
2 changes: 1 addition & 1 deletion apps/_components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@navikt/aksel-icons": "^5.12.2"
},
"devDependencies": {
"typescript": "^5.5.4"
"typescript": "^5.4.2"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@
"@testing-library/user-event": "^14.5.2",
"@types/babel__core": "^7",
"@types/babel__preset-env": "^7",
"@types/node": "^22.0.0",
"@types/node": "^20.14.12",
"@types/prettier": "^3.0.0",
"@types/react": "18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/rimraf": "^4.0.5",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vitest/expect": "^1.6.0",
"clsx": "^2.1.1",
Expand Down Expand Up @@ -106,8 +106,8 @@
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-standard": "^35.0.0",
"stylelint-prettier": "^5.0.0",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"tslib": "^2.6.2",
"typescript": "^5.4.2",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.3.3",
"vitest": "^2.0.1"
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
"@types/fs-extra": "^11.0.4",
"@types/glob": "^8.1.0",
"@types/jscodeshift": "^0.11.11",
"@types/node": "^22.0.0",
"@types/object-hash": "^3.0.6",
"@types/node": "^20.14.12",
"@types/object-hash": "^3",
"@types/prompts": "^2.4.9",
"@types/ramda": "^0.29.9",
"fs-extra": "^11.2.0",
"tsup": "^8.2.3",
"tsx": "^4.16.2",
"typescript": "^5.5.4"
"tsup": "^8.1.0",
"tsx": "^4.11.2",
"typescript": "^5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/create-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"dependencies": {
"@commander-js/extra-typings": "^12.0.1",
"commander": "^12.0.0",
"tsx": "^4.16.2"
"tsx": "^4.11.2"
}
}
2 changes: 1 addition & 1 deletion packages/react-old/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"postcss": "^8.4.35",
"rimraf": "^5.0.5",
"rollup": "^4.12.1",
"typescript": "^5.5.4"
"typescript": "^5.4.2"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"copyfiles": "^2.4.1",
"rimraf": "^5.0.5",
"rollup": "^4.12.1",
"typescript": "^5.5.4"
"typescript": "^5.4.2"
}
}
2 changes: 1 addition & 1 deletion plugins/figma-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@figma/plugin-typings": "^1.95.0",
"@types/node": "^22.0.0",
"@types/node": "^20.14.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
Expand Down
Loading

0 comments on commit 67629df

Please sign in to comment.