Skip to content

Commit bd4f28a

Browse files
committed
build: upgrade TypeScript to v5
1 parent 302cc7c commit bd4f28a

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.turbo/turbo-build.log

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
yarn run v1.22.19
2+
$ next build

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.1.0](https://github.com/chapter-three/next-drupal/compare/graphql-starter@0.0.2...graphql-starter@0.1.0) (2022-12-06)
7+
8+
**Note:** Version bump only for package graphql-starter
9+
10+
11+
12+
13+
614
## 0.0.2 (2022-12-06)
715

816

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-starter",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@tailwindcss/typography": "^0.5.8",
1515
"next": "^13",
16-
"next-drupal": "^1.5.0",
16+
"next-drupal": "^1.6.0",
1717
"react": "^18.2.0",
1818
"react-dom": "^18.2.0",
1919
"sharp": "^0.31.2"
@@ -27,6 +27,6 @@
2727
"eslint-config-next": "^13.0.6",
2828
"postcss": "^8.4.19",
2929
"tailwindcss": "^3.2.4",
30-
"typescript": "^4.9.3"
30+
"typescript": "^5.2.2"
3131
}
3232
}

0 commit comments

Comments
 (0)