Skip to content

Commit 4c87e4b

Browse files
committed
Removed inter fonts
1 parent 9a5afa2 commit 4c87e4b

Some content is hidden

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

48 files changed

+2877
-4298
lines changed

package-lock.json

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

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"build:css": "rimraf scss && cp -r ./src/style scss && gulp",
1010
"build:js": "tsc -p tsconfig-build.json",
11-
"build": "rimraf dist && npm run build:js && npm run build:css",
11+
"build": "rimraf dist && npm run build:js && npm run build:css && cp -r ./src/fonts ./dist/fonts",
1212
"test": "jest --config=jest.config.json",
1313
"test-coverage": "jest --config=jest.config.json --collectCoverage",
1414
"dev": "webpack serve --config www/webpack.config.js"
@@ -17,23 +17,23 @@
1717
"license": "ISC",
1818
"repository": "https://github.com/coderan-io/ui",
1919
"devDependencies": {
20-
"@babel/plugin-proposal-class-properties": "^7.10.4",
21-
"@babel/preset-env": "^7.11.0",
22-
"@babel/preset-react": "^7.10.4",
23-
"@babel/preset-typescript": "^7.10.4",
20+
"@babel/plugin-proposal-class-properties": "^7.13.0",
21+
"@babel/preset-env": "^7.13.8",
22+
"@babel/preset-react": "^7.12.13",
23+
"@babel/preset-typescript": "^7.13.0",
2424
"@types/enzyme": "^3.10.8",
2525
"@types/enzyme-adapter-react-16": "^1.0.6",
26-
"@types/react": "^16.9.55",
27-
"@types/react-dom": "^16.9.9",
28-
"@typescript-eslint/eslint-plugin": "^4.6.1",
29-
"@typescript-eslint/parser": "^4.6.1",
26+
"@types/react": "^16.14.4",
27+
"@types/react-dom": "^16.9.11",
28+
"@typescript-eslint/eslint-plugin": "^4.15.2",
29+
"@typescript-eslint/parser": "^4.15.2",
3030
"babel-loader": "^8.2.2",
3131
"css-loader": "^5.1.0",
3232
"dotenv": "^8.2.0",
3333
"enzyme": "^3.11.0",
34-
"enzyme-adapter-react-16": "^1.15.3",
35-
"eslint": "^7.12.1",
36-
"eslint-plugin-react": "^7.20.6",
34+
"enzyme-adapter-react-16": "^1.15.6",
35+
"eslint": "^7.21.0",
36+
"eslint-plugin-react": "^7.22.0",
3737
"file-loader": "^6.2.0",
3838
"gulp": "^4.0.2",
3939
"gulp-rename": "^2.0.0",
@@ -46,16 +46,16 @@
4646
"sass": "^1.32.8",
4747
"sass-loader": "^11.0.1",
4848
"style-loader": "^2.0.0",
49-
"typescript": "^4.0.5",
49+
"typescript": "^4.2.2",
5050
"webpack": "^5.24.2",
5151
"webpack-cli": "^4.5.0",
5252
"webpack-dev-server": "^3.11.2",
5353
"webpack-manifest-plugin": "^3.0.0"
5454
},
5555
"dependencies": {
56-
"@popperjs/core": "^2.6.0",
56+
"@popperjs/core": "^2.8.6",
5757
"clsx": "^1.1.1",
58-
"framer-motion": "^3.1.1",
58+
"framer-motion": "^3.7.0",
5959
"prop-types": "^15.7.2",
6060
"react": "^16.14.0"
6161
},

src/fonts/inter/inter-v2-latin-100.eot

Whitespace-only changes.

src/fonts/inter/inter-v2-latin-100.svg

Lines changed: 0 additions & 349 deletions
This file was deleted.
-44.6 KB
Binary file not shown.

src/fonts/inter/inter-v2-latin-100.woff

Whitespace-only changes.

src/fonts/inter/inter-v2-latin-100.woff2

Whitespace-only changes.

src/fonts/inter/inter-v2-latin-200.eot

Whitespace-only changes.

src/fonts/inter/inter-v2-latin-200.svg

Lines changed: 0 additions & 350 deletions
This file was deleted.
-44.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)