Skip to content

Commit f44a825

Browse files
authored
Merge pull request #1311 from recurser/release-candidate-2024-01-02-08-18
Release Candidate 2024-01-02-08-18
2 parents 5fea48a + 2430a9b commit f44a825

File tree

3 files changed

+243
-275
lines changed

3 files changed

+243
-275
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ENV OUTPUT_STANDALONE 1
1818
RUN yarn build
1919

2020
# Production image, copy all the files and run next
21-
FROM --platform=$BUILDPLATFORM node:20-alpine AS runner
21+
FROM --platform=$TARGETPLATFORM node:20-alpine AS runner
2222
WORKDIR /app
2323

2424
ARG ANALYTICS_DOMAIN=string.is

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"test": "yarn eslint src pages && yarn jest"
2020
},
2121
"dependencies": {
22-
"@compiled/react": "^0.16.1",
22+
"@compiled/react": "^0.16.2",
2323
"@iarna/toml": "^2.2.5",
2424
"bluebird": "^3.7.2",
2525
"chrono-node": "^2.7.0",
26-
"crypto-js": "^4.1.1",
26+
"crypto-js": "^4.2.0",
2727
"dayjs": "^1.11.10",
2828
"diff": "^5.1.0",
2929
"evergreen-ui": "^7.1.9",
@@ -43,44 +43,44 @@
4343
"react-dom": "17.0.2",
4444
"react-responsive": "^9.0.2",
4545
"showdown": "^2.1.0",
46-
"sql-formatter": "^13.0.4",
46+
"sql-formatter": "^15.0.2",
4747
"terser": "^5.24.0",
4848
"uuid": "^9.0.1"
4949
},
5050
"devDependencies": {
5151
"@commitlint/cli": "^17.7.1",
5252
"@commitlint/config-conventional": "^18.1.0",
53-
"@compiled/webpack-loader": "^0.11.6",
53+
"@compiled/webpack-loader": "^0.12.4",
5454
"@semantic-release/changelog": "^6.0.3",
55-
"@semantic-release/commit-analyzer": "^11.0.0",
55+
"@semantic-release/commit-analyzer": "^11.1.0",
5656
"@semantic-release/git": "^10.0.1",
57-
"@semantic-release/npm": "^11.0.0",
58-
"@semantic-release/release-notes-generator": "^12.0.0",
57+
"@semantic-release/npm": "^11.0.2",
58+
"@semantic-release/release-notes-generator": "^12.1.0",
5959
"@testing-library/jest-dom": "^5.17.0",
6060
"@testing-library/react": "^12.1.5",
61-
"@types/bluebird": "^3.5.41",
62-
"@types/crypto-js": "^4.1.3",
63-
"@types/diff": "^5.0.7",
61+
"@types/bluebird": "^3.5.42",
62+
"@types/crypto-js": "^4.2.0",
63+
"@types/diff": "^5.0.9",
6464
"@types/hjson": "^2.4.5",
65-
"@types/iarna__toml": "^2.0.4",
65+
"@types/iarna__toml": "^2.0.5",
6666
"@types/js-yaml": "^4.0.8",
67-
"@types/json2csv": "^5.0.5",
68-
"@types/jsonwebtoken": "^9.0.4",
67+
"@types/json2csv": "^5.0.7",
68+
"@types/jsonwebtoken": "^9.0.5",
6969
"@types/lodash": "^4.14.200",
70-
"@types/node": "^20.8.10",
70+
"@types/node": "^20.10.6",
7171
"@types/papaparse": "^5.3.10",
72-
"@types/prismjs": "^1.26.2",
72+
"@types/prismjs": "^1.26.3",
7373
"@types/react": "18.0.9",
74-
"@types/showdown": "^2.0.3",
75-
"@types/uuid": "^9.0.6",
74+
"@types/showdown": "^2.0.6",
75+
"@types/uuid": "^9.0.7",
7676
"@typescript-eslint/eslint-plugin": "^5.62.0",
7777
"@typescript-eslint/parser": "^5.62.0",
7878
"babel-jest": "^29.7.0",
7979
"babel-plugin-import": "^1.13.8",
8080
"babel-plugin-module-resolver": "^5.0.0",
81-
"eslint": "^8.53.0",
81+
"eslint": "^8.56.0",
8282
"eslint-config-airbnb": "^19.0.4",
83-
"eslint-config-next": "^14.0.1",
83+
"eslint-config-next": "^14.0.4",
8484
"eslint-config-prettier": "^9.0.0",
8585
"eslint-import-resolver-typescript": "^3.6.1",
8686
"eslint-plugin-jsx-a11y": "^6.7.1",
@@ -91,7 +91,7 @@
9191
"jest": "^29.6.1",
9292
"jest-environment-jsdom": "^29.7.0",
9393
"react-test-renderer": "^17.0.2",
94-
"semantic-release": "^22.0.5",
94+
"semantic-release": "^22.0.12",
9595
"typescript": "5.2.2"
9696
}
9797
}

0 commit comments

Comments
 (0)