npm update, audit, and next@12, closes #188

This commit is contained in:
spencerwooo 2021-12-14 19:30:45 +08:00
parent c361dcc594
commit 96e960d1c5
No known key found for this signature in database
GPG key ID: 24CD550268849CA0
3 changed files with 1371 additions and 723 deletions

1
next-env.d.ts vendored
View file

@ -1,5 +1,4 @@
/// <reference types="next" /> /// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" /> /// <reference types="next/image-types/global" />
// NOTE: This file should not be edited // NOTE: This file should not be edited

2091
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -18,7 +18,7 @@
"axios": "^0.21.1", "axios": "^0.21.1",
"crypto-js": "^4.1.1", "crypto-js": "^4.1.1",
"emoji-regex": "^9.2.2", "emoji-regex": "^9.2.2",
"next": "^11.1.0", "next": "^12.0.7",
"preview-office-docs": "^1.0.2", "preview-office-docs": "^1.0.2",
"prismjs": "^1.23.0", "prismjs": "^1.23.0",
"react": "17.0.2", "react": "17.0.2",