Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
feichao93 committed May 5, 2021
1 parent 9c1d077 commit 642ac9c
Show file tree
Hide file tree
Showing 6 changed files with 2,536 additions and 4,103 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"workspaces": [
"packages/*"
],
"resolutions": {
"terser": "4.8.0"
},
"scripts": {
"start:website": "yarn workspace website start",
"start:demo": "yarn workspace demo start",
Expand All @@ -24,7 +21,7 @@
"homepage": "https://github.com/alibaba/ali-react-table",
"author": {
"name": "Shi Feichao",
"email": "842351815@qq.com"
"email": "feichao.sfc@alibaba-inc.com"
},
"prettier": {
"printWidth": 120,
Expand Down
2 changes: 1 addition & 1 deletion packages/ali-react-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@babel/preset-typescript": "^7.12.1",
"@rollup/plugin-node-resolve": "^11.2.0",
"@types/jest": "^26.0.15",
"@types/styled-components": "5.1.7",
"@types/styled-components": "^5.1.9",
"jest": "^26.6.0",
"react": "^16.14.0",
"react-dom": "^16.13.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "0.0.0",
"scripts": {
"start": "webpack-dev-server --mode=development"
"start": "webpack serve --mode=development"
},
"dependencies": {
"@ant-design/icons": "^4.4.0",
Expand All @@ -16,14 +16,14 @@
},
"devDependencies": {
"css-loader": "^5.0.1",
"html-webpack-plugin": "^4.5.0",
"source-map-loader": "^1.1.3",
"html-webpack-plugin": "^5.3.1",
"source-map-loader": "^2.0.1",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.11",
"ts-loader": "^9.1.1",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"typescript": "~4.2",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack": "^5.36.2",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.0"
}
}
4 changes: 0 additions & 4 deletions packages/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ module.exports = {
projectName: 'ali-react-table',

themeConfig: {
prism: {
theme: require('prism-react-renderer/themes/vsLight'),
darkTheme: require('prism-react-renderer/themes/vsDark'),
},
navbar: {
hideOnScroll: true,
title: 'ali-react-table',
Expand Down
13 changes: 7 additions & 6 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"d3": "^6.2.0",
"dvt-aggregation": "^0.2.8",
"examples": "^0.1.0",
"immer": "^8.0.0",
"immer": "^9.0.2",
"lodash": "^4.17.20",
"mobx": "^6.0.1",
"mobx-react": "^7.0.0",
"moment": "^2.29.1",
"prism-react-renderer": "^1.2.0",
"numeral": "^2.0.6",
"prism-react-renderer": "^1.2.0",
"react": "^16.14.0",
"react-beautiful-dnd": "^13.0.0",
"react-dom": "^16.14.0",
Expand All @@ -57,13 +57,14 @@
]
},
"devDependencies": {
"@docusaurus/core": "2.0.0-alpha.72",
"@docusaurus/preset-classic": "2.0.0-alpha.72",
"@docusaurus/theme-live-codeblock": "2.0.0-alpha.72",
"@docusaurus/core": "2.0.0-alpha.75",
"@docusaurus/preset-classic": "2.0.0-alpha.75",
"@docusaurus/theme-live-codeblock": "2.0.0-alpha.75",
"@mdx-js/react": "^1.5.8",
"sass": "^1.32.12",
"docusaurus-plugin-sass": "^0.1.10",
"raw-loader": "^4.0.2",
"ts-loader": "^8.0.4",
"ts-loader": "^9.1.1",
"tsconfig-paths-webpack-plugin": "^3.3.0"
}
}
Loading

0 comments on commit 642ac9c

Please sign in to comment.