Skip to content

Commit 05fecff

Browse files
committed
feat: yarn upgrade
also add missed changes
1 parent 74ef3de commit 05fecff

File tree

271 files changed

+3711
-5145
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

271 files changed

+3711
-5145
lines changed

.gitignore

+6-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,10 @@ node_modules
3939

4040
# This is the Yarn install state cache, it can be rebuilt anytime
4141
/.yarn/install-state.gz
42-
*.iml
42+
43+
# Build directory
4344
dist/
45+
46+
# JetBrains Files
47+
.idea
48+
*.iml

.idea/.gitignore

-8
This file was deleted.

.idea/libraries/cache.xml

-1,376
This file was deleted.

.idea/misc.xml

-6
This file was deleted.

.idea/modules.xml

-8
This file was deleted.

.idea/vcs.xml

-13
This file was deleted.

.pnp.cjs

+1,282-1,406
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

.yarn/releases/yarn-0.0.1-git.20220307.hash-1d6aeb4.cjs .yarn/releases/yarn-0.0.1-git.20220605.hash-c4f9c8f.cjs

+1,319-1,040
Large diffs are not rendered by default.

.yarnrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
yarnPath: .yarn/releases/yarn-0.0.1-git.20220307.hash-1d6aeb4.cjs
1+
yarnPath: .yarn/releases/yarn-0.0.1-git.20220605.hash-c4f9c8f.cjs

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
"next": "12.0.8"
99
},
1010
"devDependencies": {
11-
"@atls/config-jest": "^0.0.4",
12-
"@atls/schematics": "^0.0.10",
13-
"@jest/core": "^27.4.7",
14-
"@types/eslint": "^8.4.1",
15-
"@types/jest": "^27.4.0",
16-
"@types/node": "^17.0.13",
17-
"@types/react": "^17.0.38",
18-
"eslint": "^8.8.0",
19-
"husky": "7.0.4",
20-
"typescript": "4.5.5"
11+
"@atls/config-jest": "^0.0.5",
12+
"@atls/schematics": "^0.0.13",
13+
"@jest/core": "^28.1.2",
14+
"@types/eslint": "^8.4.5",
15+
"@types/jest": "^28.1.4",
16+
"@types/node": "^18.0.3",
17+
"@types/react": "^18.0.15",
18+
"eslint": "^8.19.0",
19+
"husky": "8.0.1",
20+
"typescript": "4.7.4"
2121
},
22-
"packageManager": "yarn@3.1.1",
22+
"packageManager": "yarn@3.2.1",
2323
"tools": {
2424
"schematic": {
2525
"collection": "@atls/schematics",

packages/identity-integration/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"postpack": "rm -rf dist"
1313
},
1414
"dependencies": {
15-
"@ory/integrations": "^0.2.1",
15+
"@ory/integrations": "^0.2.6",
1616
"@ory/kratos-client": "^0.8.2-alpha.1"
1717
},
1818
"devDependencies": {
19-
"@types/react": "^17.0.38",
20-
"@types/react-dom": "^17.0.11",
21-
"axios": "^0.25.0",
22-
"next": "^12.0.9",
23-
"react": "^17.0.2",
24-
"react-dom": "^17.0.2"
19+
"@types/react": "^18.0.15",
20+
"@types/react-dom": "^18.0.6",
21+
"axios": "^0.27.2",
22+
"next": "^12.2.2",
23+
"react": "^18.2.0",
24+
"react-dom": "^18.2.0"
2525
},
2626
"peerDependencies": {
2727
"next": "^12.0.9",

packages/next-document-with-gtag/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
],
99
"scripts": {
1010
"build": "yarn app library build",
11-
"postpack": "rm -rf dist",
12-
"prepack": "yarn run build"
11+
"prepack": "yarn run build",
12+
"postpack": "rm -rf dist"
1313
},
1414
"devDependencies": {
15-
"@types/node": "14.14.41",
16-
"@types/react": "^16.14.5",
17-
"@types/react-dom": "^16.9.12",
18-
"next": "11.1.0",
19-
"react": "16.13.1"
15+
"@types/node": "18.0.3",
16+
"@types/react": "^18.0.15",
17+
"@types/react-dom": "^18.0.6",
18+
"next": "12.2.2",
19+
"react": "18.2.0"
2020
},
2121
"peerDependencies": {
2222
"next": "*",

packages/next-document-with-helmet/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
],
99
"scripts": {
1010
"build": "yarn app library build",
11-
"postpack": "rm -rf dist",
12-
"prepack": "yarn run build"
11+
"prepack": "yarn run build",
12+
"postpack": "rm -rf dist"
1313
},
1414
"devDependencies": {
15-
"@types/node": "14.14.41",
16-
"@types/react": "^16.14.5",
17-
"@types/react-dom": "^16.9.12",
18-
"next": "11.1.0",
19-
"react": "16.13.1",
20-
"react-helmet": "6.0.0"
15+
"@types/node": "18.0.3",
16+
"@types/react": "^18.0.15",
17+
"@types/react-dom": "^18.0.6",
18+
"next": "12.2.2",
19+
"react": "18.2.0",
20+
"react-helmet": "6.1.0"
2121
},
2222
"peerDependencies": {
2323
"next": "*",

packages/next-document-with-icons/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
],
99
"scripts": {
1010
"build": "yarn app library build",
11-
"postpack": "rm -rf dist",
12-
"prepack": "yarn run build"
11+
"prepack": "yarn run build",
12+
"postpack": "rm -rf dist"
1313
},
1414
"devDependencies": {
15-
"@types/node": "14.14.41",
16-
"@types/react": "^16.14.5",
17-
"@types/react-dom": "^16.9.12",
18-
"next": "11.1.0",
19-
"react": "16.13.1"
15+
"@types/node": "18.0.3",
16+
"@types/react": "^18.0.15",
17+
"@types/react-dom": "^18.0.6",
18+
"next": "12.2.2",
19+
"react": "18.2.0"
2020
},
2121
"peerDependencies": {
2222
"next": "*",

packages/next-document-with-opengraph/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
],
99
"scripts": {
1010
"build": "yarn app library build",
11-
"postpack": "rm -rf dist",
12-
"prepack": "yarn run build"
11+
"prepack": "yarn run build",
12+
"postpack": "rm -rf dist"
1313
},
1414
"devDependencies": {
15-
"@types/node": "14.14.41",
16-
"@types/react": "^16.14.5",
17-
"@types/react-dom": "^16.9.12",
18-
"next": "11.1.0",
19-
"react": "16.13.1"
15+
"@types/node": "18.0.3",
16+
"@types/react": "^18.0.15",
17+
"@types/react-dom": "^18.0.6",
18+
"next": "12.2.2",
19+
"react": "18.2.0"
2020
},
2121
"peerDependencies": {
2222
"next": "*",

0 commit comments

Comments
 (0)