Skip to content

Commit a5f31c0

Browse files
committed
Merge branch 'master' of github.com:cxspxr/twoeyes into master
2 parents ea84a39 + f2fe40b commit a5f31c0

File tree

2 files changed

+59
-61
lines changed

2 files changed

+59
-61
lines changed

package-lock.json

Lines changed: 41 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"version": "0.1.0",
55
"author": "Yaroslav Kasperovych <ilovewindows96@gmail.com>",
66
"dependencies": {
7-
"@fortawesome/fontawesome-svg-core": "^1.2.30",
8-
"@material-ui/core": "^4.11.0",
9-
"@material-ui/icons": "^4.9.1",
10-
"@react-spring/three": "^9.0.0-rc.3",
11-
"@types/react-color": "^3.0.4",
7+
"@fortawesome/fontawesome-svg-core": "1.2.30",
8+
"@material-ui/core": "4.11.0",
9+
"@material-ui/icons": "4.9.1",
10+
"@react-spring/three": "9.0.0-rc.3",
11+
"@types/react-color": "3.0.4",
1212
"@types/react-helmet": "6.0.0",
13-
"@types/react-typist": "^2.0.1",
13+
"@types/react-typist": "2.0.1",
1414
"@types/typography": "0.16.3",
1515
"gatsby": "2.24.23",
1616
"gatsby-image": "2.4.14",
@@ -29,35 +29,35 @@
2929
"react": "16.13.1",
3030
"react-dom": "16.13.1",
3131
"react-helmet": "6.1.0",
32-
"react-three-fiber": "^5.0.1",
33-
"react-typist": "^2.0.5",
32+
"react-three-fiber": "5.0.1",
33+
"react-typist": "2.0.5",
3434
"react-typography": "0.16.19",
35-
"react-use": "^15.3.3",
36-
"react-use-gesture": "^7.0.15",
37-
"three": "^0.121.1",
35+
"react-use": "15.3.3",
36+
"react-use-gesture": "7.0.15",
37+
"three": "0.121.1",
3838
"typography": "0.16.19",
3939
"typography-theme-moraga": "0.16.19"
4040
},
4141
"devDependencies": {
42-
"@babel/core": "7.10.5",
42+
"@babel/core": "7.11.6",
4343
"@babel/preset-typescript": "7.10.4",
44-
"@babel/runtime": "7.10.5",
44+
"@babel/runtime": "7.11.2",
4545
"@storybook/addon-actions": "5.3.19",
4646
"@storybook/addon-links": "5.3.19",
4747
"@storybook/addons": "5.3.19",
4848
"@storybook/react": "5.3.19",
4949
"@testing-library/jest-dom": "5.11.2",
5050
"@testing-library/react": "10.4.7",
5151
"@testing-library/user-event": "12.1.0",
52-
"@types/enzyme": "^3.10.5",
52+
"@types/enzyme": "3.10.5",
5353
"@types/jest": "26.0.8",
5454
"babel-jest": "26.2.2",
5555
"babel-loader": "8.1.0",
5656
"babel-preset-gatsby": "0.5.4",
5757
"babel-preset-react-app": "9.1.2",
5858
"concurrently": "5.2.0",
59-
"enzyme": "^3.11.0",
60-
"enzyme-adapter-react-16": "^1.15.3",
59+
"enzyme": "3.11.0",
60+
"enzyme-adapter-react-16": "1.15.3",
6161
"eslint": "7.5.0",
6262
"eslint-config-airbnb": "18.2.0",
6363
"eslint-config-airbnb-typescript-prettier": "3.1.0",
@@ -69,11 +69,11 @@
6969
"eslint-plugin-prettier": "3.1.4",
7070
"eslint-plugin-react": "7.20.5",
7171
"eslint-plugin-react-hooks": "4.0.8",
72-
"husky": "^4.2.5",
72+
"husky": "4.2.5",
7373
"identity-obj-proxy": "3.0.0",
7474
"jest": "26.2.2",
7575
"prettier": "2.0.5",
76-
"react-color": "^2.18.1",
76+
"react-color": "2.18.1",
7777
"remark-cli": "8.0.1",
7878
"remark-lint": "7.0.1",
7979
"remark-preset-lint-recommended": "4.0.1",

0 commit comments

Comments
 (0)